@media(min-width: 768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display:none!important
    }
}

@media screen and (max-width: 767px) {
    .elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone {
        display:none!important
    }
}

@keyframes pxl_scale {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes pxl_scale1 {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes pxl_scale1 {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-ms-keyframes pxl_spin {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes pxl_spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes pxl_spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes pxl_spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes pxl_spin_child {
    0% {
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        -o-transform: rotate(-160deg);
        transform: rotate(-160deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pxl-image-spin img {
    animation: pxl_spin 12s linear infinite
}

@keyframes pxl_zoom_reverse {
    0% {
        transform: scale(.6)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pxl_zoom_im {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1)
    }
}

.pxl-image-zoom {
    animation: pxl_zoom_reverse 8s linear infinite
}

@-ms-keyframes pxl_spin_reverse {
    from {
        -ms-transform: translate(-50%,-50%)rotate(0)
    }

    to {
        -ms-transform: translate(-50%,-50%)rotate(-360deg)
    }
}

@-moz-keyframes pxl_spin_reverse {
    from {
        -moz-transform: translate(-50%,-50%)rotate(0)
    }

    to {
        -moz-transform: translate(-50%,-50%)rotate(-360deg)
    }
}

@-webkit-keyframes pxl_spin_reverse {
    from {
        -webkit-transform: translate(-50%,-50%)rotate(0)
    }

    to {
        -webkit-transform: translate(-50%,-50%)rotate(-360deg)
    }
}

@keyframes pxl_spin_reverse {
    from {
        transform: translate(-50%,-50%)rotate(0)
    }

    to {
        transform: translate(-50%,-50%)rotate(-360deg)
    }
}

@-webkit-keyframes pxl_right_from_left {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes pxl_right_from_left {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes pxl_right_from_left {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes pxl_left_from_right {
    49% {
        -webkit-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes pxl_left_from_right {
    49% {
        -moz-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes pxl_left_from_right {
    49% {
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes pxl_ani1 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@keyframes pxl_ani1 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@-webkit-keyframes pxl_ani2 {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes pxl_ani2 {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes pxl_bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

.pxl-image-bounce {
    animation: pxl_bounce 1s ease-out infinite;
    -webkit-animation: pxl_bounce 1s ease-out infinite
}

@keyframes pxl_zigzag {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    60% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@keyframes pxl_right_left {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-40px)
    }

    100% {
        transform: translateX(0)
    }
}

.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(0)
    }

    25% {
        transform: translateX(-40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(40px)
    }

    100% {
        transform: translateX(0)
    }
}

.slide-left-to-right {
    animation: pxl_left_right 12s ease-out infinite;
    -webkit-animation: pxl_left_right 12s ease-out infinite
}

@keyframes pxl_draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes pxl_bottom_top_small {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pxl_float_one {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-3%)
    }
}

@keyframes pxl_float_two {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

.slide-up-down {
    animation: pxl_float_two 1.2s ease infinite alternate
}

@keyframes pxl_bottom_top {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

.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(0,0)
    }

    20% {
        transform: translate(40px,-5px)
    }

    40% {
        transform: translate(60px,40px)
    }

    60% {
        transform: translate(40px,60px)
    }

    80% {
        transform: translate(-40px,60px)
    }

    100% {
        transform: translate(0,0)
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes updown {
    0% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.slide-effect1 {
    animation: pxl_effect1 12s ease-out infinite;
    -webkit-animation: pxl_effect1 12s ease-out infinite
}

@keyframes pxl_effect2 {
    0% {
        transform: translate(0,0)
    }

    20% {
        transform: translate(-30px,40px)
    }

    40% {
        transform: translate(60px,60px)
    }

    60% {
        transform: translate(70px,40px)
    }

    80% {
        transform: translate(40px,-70px)
    }

    100% {
        transform: translate(0,0)
    }
}

.slide-effect2 {
    animation: pxl_effect2 12s ease-out infinite;
    -webkit-animation: pxl_effect2 12s ease-out infinite
}

@keyframes pxl_effect3 {
    0% {
        transform: translate(0,0)
    }

    30% {
        transform: translate(40px,60px)
    }

    45% {
        transform: translate(80px,90px)
    }

    65% {
        transform: translate(40px,110px)
    }

    75% {
        transform: translate(20px,800px)
    }

    100% {
        transform: translate(0,0)
    }
}

.slide-effect3 {
    animation: pxl_effect3 12s ease-out infinite;
    -webkit-animation: pxl_effect3 12s ease-out infinite
}

@keyframes pxl_top_bottom {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(-40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(40px)
    }

    100% {
        transform: translateY(0)
    }
}

.slide-top-to-bottom {
    animation: pxl_top_bottom 12s ease-out infinite;
    -webkit-animation: pxl_top_bottom 12s ease-out infinite
}

@-webkit-keyframes img_circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes img_circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes pxl_loader_bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes pxl_loader_bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes pxl_keyword_slideIn {
    from {
        transform: translateY(65%)rotateX(-95deg);
        opacity: 0
    }

    to {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }
}

@keyframes pxl_keyword_slideOut {
    from {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }

    to {
        transform: translateY(-65%)rotateX(95deg);
        opacity: 0
    }
}

@keyframes pxl_path_animation1 {
    0% {
        d: path("M216.0721,0.4833 C322.9537,-2.5322 717.2049,68.7775 615.7587,325.1304 C514.3126,581.4834 253.6633,623.1795 113.8722,568.3405 C-25.9188,513.5016 -11.254,228.6905 24.3807,136.5252 C60.0154,44.36 109.1906,3.4987 216.0721,0.4833 Z")
    }

    15% {
        d: path("M242.5805,0.8723 C352.6677,-1.5945 701.5915,48.4815 618.6036,302.8597 C535.6157,557.2379 307.7729,624.1337 152.4263,570.7438 C-2.9204,517.354 -15.5995,237.2326 20.2686,141.7992 C56.1366,46.3658 132.4932,3.3391 242.5805,0.8723 Z")
    }

    25% {
        d: path("M353.759,3.772 C477.2084,3.5922 636.1455,-37.2589 630.0964,208.8882 C624.0473,455.0353 521.2185,623.5462 298.9779,580.716 C76.7372,537.8858 -28.8734,264.4844 7.9672,155.4284 C44.8077,46.3725 230.3095,3.9518 353.759,3.772 Z")
    }

    35% {
        d: path("M236.134,2.7663 C345.3119,0.1438 705.4482,52.4497 617.2239,307.3881 C528.9995,562.3266 273.4527,616.7046 119.2977,569.9905 C-34.8572,523.2763 -6.7788,221.7094 29.0231,127.2031 C64.8249,32.6969 126.9562,5.3887 236.134,2.7663 Z")
    }

    50% {
        d: path("M348.0078,15.4973 C469.9906,15.0665 639.8879,-38.6012 625.3939,208.4494 C610.9,455.5 383.8066,580.5979 149.5525,579.1913 C-84.7016,577.7847 18.1772,182.7798 54.911,75.219 C91.6447,-32.3417 226.025,15.9282 348.0078,15.4973 Z")
    }

    75% {
        d: path("M369.8056,17.6371 C494.3056,17.6371 627.1037,-56.176 627.1037,189.324 C627.1037,434.824 408.9345,574.7961 159.5178,581.013 C-89.899,587.2299 21.7092,177.4988 58.6262,67.3718 C95.5432,-42.7552 245.3056,17.6371 369.8056,17.6371 Z")
    }

    100% {
        d: path("M346.228,3.5756 C468.7724,3.2409 640.5786,-31.4511 629.3179,215.2536 C618.0572,461.9583 506.7603,623.586 289.0509,580.0405 C71.3414,536.495 -27.9742,262.6385 8.8004,154.5052 C45.5751,46.372 223.6837,3.9103 346.228,3.5756 Z")
    }
}

@keyframes pxlKeywordRotatingIn {
    from {
        transform: translateY(70%)rotateX(-100deg);
        opacity: 0
    }

    to {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }
}

@keyframes pxlKeywordRotatingOut {
    from {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }

    to {
        transform: translateY(-70%)rotateX(100deg);
        opacity: 0
    }
}

@-webkit-keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }

    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

@-moz-keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }

    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

@-o-keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }

    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

@keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }

    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

.pxl-animation-round {
    animation: pxl_animation_round 4s infinite linear;
    -webkit-animation: pxl_animation_round 4s infinite linear
}

@-webkit-keyframes pxl_fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes pxl_fadein {
    0% {
        opacity: 0
    }

    100% {
        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
    }
}

@keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes pxl-wide-menu-underline {
    0% {
        background-size: 100% 100%;
        background-position-x: 100%
    }

    100% {
        background-size: 0 100%;
        background-position-x: 100%
    }
}

@keyframes pxl-wide-menu-underline-hover {
    0% {
        background-position-x: 0;
        background-size: 0 100%
    }

    100% {
        background-position-x: 0;
        background-size: 100% 100%
    }
}

@keyframes pxl_image_hover {
    0%,100% {
        transform: translate(0,0)
    }

    10% {
        transform: translate(-5%,-10%)
    }

    20% {
        transform: translate(-15%,5%)
    }

    30% {
        transform: translate(7%,-20%)
    }

    40% {
        transform: translate(-5%,20%)
    }

    50% {
        transform: translate(-15%,10%)
    }

    60% {
        transform: translate(15%,0)
    }

    70% {
        transform: translate(0,15%)
    }

    80% {
        transform: translate(3%,-15%)
    }

    90% {
        transform: translate(-10%,10%)
    }
}

@keyframes wobble_vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes pxl_fade_in_move {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale3d(.1,1,1);
        transform: scale3d(.1,1,1)
    }

    100% {
        opacity: .14;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pxl_fade_in_move {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale3d(.1,1,1);
        transform: scale3d(.1,1,1)
    }

    100% {
        opacity: .14;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes pxl_fade_out_move {
    0% {
        opacity: .8;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    100% {
        opacity: .14;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1)
    }
}

@keyframes pxl_fade_out_move {
    0% {
        opacity: .8;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    100% {
        opacity: .14;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1)
    }
}

@keyframes scale {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

@keyframes dotAnimatedTopToBottom {
    0% {
        top: 0
    }

    50% {
        top: 100%
    }

    100% {
        top: 0
    }
}

@keyframes ring {
    0% {
        transform: rotate(0)scale(1)skew(1deg)
    }

    10% {
        transform: rotate(-15deg)scale(1)skew(1deg)
    }

    20% {
        transform: rotate(30deg)scale(1)skew(1deg)
    }

    30% {
        transform: rotate(-15deg)scale(1)skew(1deg)
    }

    40% {
        transform: rotate(30deg)scale(1)skew(1deg)
    }

    100%,50% {
        transform: rotate(0)scale(1)skew(1deg)
    }
}

@keyframes dotAnimatedTopToBottom {
    0% {
        top: 0
    }

    50% {
        top: 100%
    }

    100% {
        top: 0
    }
}

@keyframes dotAnimatedBottomToTop {
    0% {
        bottom: 0
    }

    50% {
        bottom: 100%
    }

    100% {
        bottom: 0
    }
}

@keyframes fiximage {
    0% {
        width: 100%
    }

    1% {
        width: auto
    }

    100% {
        width: auto
    }
}

@keyframes zoomRotate {
    0% {
        transform: scale(1)rotatey(0)
    }

    20% {
        transform: scale(1.1)rotatey(0)
    }

    30% {
        transform: scale(1.15)rotatey(180deg)
    }

    60% {
        transform: scale(1.15)rotatey(360deg)
    }

    100% {
        transform: scale(1)rotatey(360deg)
    }
}

@keyframes flicker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes hide_hover_icon {
    0% {
        transform: translatex(0);
        opacity: 1
    }

    50% {
        transform: translatex(20px);
        opacity: 0
    }

    51% {
        transform: translatex(-20px);
        opacity: 0
    }

    100% {
        transform: translatex(0);
        opacity: 1
    }
}

@keyframes rotate-z {
    0% {
        transform: rotatey(0)
    }

    100% {
        transform: rotatey(360deg)
    }
}

.rotate-z img {
    animation: rotate-z 12s linear infinite
}

@keyframes slide-to-down {
    0% {
        top: -62px
    }

    100% {
        top: calc(100% + 62px)
    }
}

.pxl-grid .pxl-grid-masonry {
    position: relative
}

.pxl-grid .grid-sizer {
    z-index: -1
}

.pxl-grid .pxl-load-more {
    text-align: center;
    padding: 0 15px
}

@media screen and (min-width: 1201px) {
    .pxl-grid .col-xl-pxl5 {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .pxl-grid .col-lg-66-pxl {
        -ms-flex: 0 0 66.4b 535d 6%;
        flex: 0 0 66.4b 535d 6%;
        max-width: 66.4b 535d 6%
    }
}

@media screen and (min-width: 1201px) {
    .pxl-grid .col-xl-66-pxl {
        -ms-flex:0 0 66.4b 535d 6%;
        flex: 0 0 66.4b 535d 6%;
        max-width: 66.4b 535d 6%
    }
}

.elementor-editor-active .grid-sizer {
    display: none
}

body:not(.elementor-editor-active) .pxl-swiper-slider {
    opacity: 0
}

.pxl-carousel-inner {
    overflow: hidden;
}

.pxl-swiper-container {
    margin: 0 -15px;
    position: relative;
    overflow: hidden
}

.pxl-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.pxl-swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    position: relative;
    padding: 0 15px
}

.pxl-navigation-carousel {
    display: inline-flex;
    margin: 0 -10px
}

.pxl-swiper-arrow,.pxl-navigation-arrow {
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-swiper-arrow.style-1,.pxl-navigation-arrow.style-1 {
    font-size: 12px;
    color: var(--secondary-color);
    width: 47px;
    height: 47px;
    line-height: 47px;
    display: block;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    background-color: rgba(248,248,248,.58);
    -webkit-border-radius: 47px;
    -khtml-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -o-border-radius: 47px;
    border-radius: 47px;
    margin: 0 10px;
    cursor: pointer
}

.pxl-swiper-arrow.style-1:hover,.pxl-navigation-arrow.style-1:hover {
    color: #fff;
    background-color: var(--primary-color);
    color: var(--secondary-color)
}

.pxl-swiper-arrow.style-2,.pxl-navigation-arrow.style-2 {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    background-color: #373737;
    line-height: 72px;
    color: #fff;
    cursor: pointer;
    font-size: 25px
}

.pxl-swiper-arrow.style-2:hover,.pxl-navigation-arrow.style-2:hover,.pxl-swiper-arrow.style-2.active,.pxl-navigation-arrow.style-2.active {
    background-color: var(--primary-color);
    color: var(--secondary-color)
}

.pxl-swiper-arrow.style-3,.pxl-navigation-arrow.style-3 {
    height: 43px;
    width: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #9a4f00;
    color: #fff;
    font-size: 15px;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 6px rgba(10,17,25,.4);
    -khtml-box-shadow: 0 6px 6px rgba(10,17,25,.4);
    -moz-box-shadow: 0 6px 6px rgba(10,17,25,.4);
    -ms-box-shadow: 0 6px 6px rgba(10,17,25,.4);
    -o-box-shadow: 0 6px 6px rgba(10,17,25,.4);
    box-shadow: 0 6px 6px rgba(10,17,25,.4)
}

.pxl-swiper-arrow.style-3 i,.pxl-navigation-arrow.style-3 i {
    display: inline-flex
}

.pxl-swiper-arrow.style-3:hover,.pxl-navigation-arrow.style-3:hover {
    background-color: var(--primary-color)
}

.pxl-swiper-arrow.swiper-button-disabled,.pxl-navigation-arrow.swiper-button-disabled {
    cursor: not-allowed
}

.pxl-swiper-arrow.pxl-mouse-effect,.pxl-navigation-arrow.pxl-mouse-effect {
    height: 100%;
    width: 140px;
    position: absolute;
    top: 0;
    margin: 0;
    opacity: 0
}

.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-next,.pxl-navigation-arrow.pxl-mouse-effect.pxl-swiper-arrow-next {
    right: -120px
}

.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-prev,.pxl-navigation-arrow.pxl-mouse-effect.pxl-swiper-arrow-prev {
    left: -120px
}

.pxl-swiper-arrow-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.pxl-swiper-arrow-wrap .style-round {
    display: flex;
    flex-wrap: wrap;
    width: 72px;
    height: 72px;
    background-color: #191919;
    border-radius: 72px
}

.pxl-swiper-arrow-wrap .style-round .pxl-swiper-arrow {
    height: 72px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    color: #555;
    font-size: 16px;
    padding: 0 6px
}

.pxl-swiper-arrow-wrap .style-round .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    justify-content: flex-end
}

.pxl-swiper-arrow-wrap .style-round .pxl-swiper-arrow:hover {
    color: #fff
}

.pxl-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px
}

.pxl-swiper-pagination .pxl-swiper-current-slide,.pxl-swiper-pagination .pxl-swiper-total-slides {
    font-size: 18px;
    font-weight: 700;
    color: #cccabf;
    margin: 0 14px
}

.pxl-swiper-pagination .pxl-swiper-current-slide:before,.pxl-swiper-pagination .pxl-swiper-total-slides:before {
    content: '0'
}

.pxl-swiper-pagination .pxl-swiper-current-slide {
    color: #0a1316
}

.pxl-swiper-boxshadow .pxl-carousel-inner {
    margin: 0 -30px
}

.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
    padding: 0 30px
}

.pxl-swiper-boxshadow .pxl-swiper-slide {
    -webkit-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    transition: opacity .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
    opacity: 0
}

@media screen and (max-width: 1200px) {
    .pxl-swiper-boxshadow .pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
        margin-left:45px;
        margin-right: 45px
    }
}

.pxl-swiper-slider {
    position: relative
}

.pxl-swiper-slider.pxl-swiper-arrow-show .pxl-swiper-arrow {
    opacity: 1;
    visibility: visible
}

.pxl-swiper-nogap .pxl-swiper-container {
    margin: 0
}

.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
    padding: 0
}

.pxl-swiper-thumbs {
    overflow: hidden
}

.pxl-swiper-thumbs .swiper-slide {
    cursor: pointer
}

.swiper-container-vertical {
    height: 300px
}

.swiper-container-vertical .pxl-swiper-wrapper,.swiper-container-vertical .swiper-wrapper {
    flex-direction: column
}

.swiper-container-vertical .pxl-swiper-slide,.swiper-container-vertical .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-slider-mode=fade] .swiper-slide-active {
    z-index: 9
}

.pxl-col-align-start>.elementor-widget-wrap {
    justify-content: flex-start
}

.pxl-col-align-start .elementor-inner-section>.elementor-container {
    margin-left: 0
}

.pxl-col-align-center>.elementor-widget-wrap {
    justify-content: center
}

.pxl-col-align-end>.elementor-widget-wrap {
    justify-content: flex-end
}

.pxl-col-align-end .elementor-inner-section>.elementor-container {
    margin-right: 0
}

html {
    box-sizing: border-box
}

body {
    background-color: var(--body_bg-color);
    font-size: 18px;
    line-height: 1.4b 535d 7;
    color: #4b535d;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
  
    margin: 0;
    padding: 0
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-thumb {
    background: #2e2e2e;
    border: 2px solid transparent;
    background-clip: padding-box
}

body::-webkit-scrollbar-thumb:hover {
    border: 0
}

body::-webkit-scrollbar-track {
    background: ;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    -khtml-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    -ms-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    -o-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    box-shadow: inset 0 0 6px rgba(0,0,0,.2)
}

body.body-overflow {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    body.body-visible-sm {
        overflow:visible
    }
}

a {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    color: var(--secondary-color)
}

a:before,a:after {
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

a:hover {
    color: #dc943b;
}

a:active {
    color: var(--primary-color)
}

a,a:hover,a:focus,a:before,a:after {
    outline: none;
    text-decoration: none
}

.ft-theme-default,.pxl-swiper-pagination .pxl-swiper-current-slide,.pxl-swiper-pagination .pxl-swiper-total-slides,.pxl-breadcrumb,.pxl-link.style-4 a,.pxl-link.style-5 a,.pxl-link.style-underline a,.pxl-text-effect1,.pxl-icon1.style-2 span,.pxl-icon1.style-3 a,.pxl-social-icons1 a,.pxl-heading .pxl-item--title,.pxl-team-box1 .pxl-item--inner .box-right .pxl-item--position,#pxl-search-popup .pxl-item--conent form .search-field,.pxl-search-popup-button .pxl_cart_counter,.pxl-cart-sidebar-button .pxl_cart_counter,.pxl-list1 label,body .pxl-search-form1 .pxl-search-submit,.shortcode-btn-style1,.pxl-gallery-scroll1 .pxl--gallery .pxl-item--button,.pxl-gallery-scroll1 .pxl-gallery--nav,.pxl-language-switch .language,.pxl-icon-postformat .link-icon a span,.pxl-process1 .pxl-item--step,.pxl-process1 .pxl-list-text li,.pxl-countdown .countdown-period,.pxl-text-carousel1 .pxl-item--number,.pxl-text-carousel1 .pxl-item--title,.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--subtitle,.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--title,.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--title,.pxl-info-box1 .pxl-title,.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner .content--wrapper .item--button,.pxl-chart-2 .lengend .list-content .title,.pxl-showcase2 .pxl-item--label,.pxl-showcase2 .pxl-item--inner .pxl-item--image .pxl-item--readmore a,.pxl-showcase2 .pxl-item--inner .pxl-item--title a,.pxl-icon--users .form-hover .btn-action,.pxl-icon--users .form-hover .wrap-form-action .field-rememberme label,.pxl-icon--users .form-hover .wrap-form-action .field-forgot-password a,.pxl-icon--users .form-hover .wrap-form-action .button-to-login,.pxl-icon--users .form-hover .wrap-form-action .button-to-register a,.pxl-icon--users .form-hover .wrap-form-action .button-to-register,.pxl-icon--users .form-hover .wrap-form-action .field-group input:not([type=checkbox]),.pxl-icon--users .form-hover .wrap-form-action .field-group button,.pxl-icon--users .pxl-user-form-profile .profile-content .user-name,.pxl-image-scroll .pxl-image_list .wrap-content .title,.pxl-banner a,.pxl-menu-primary li a,.pxl-menu-primary>li>a,.pxl-archive-post .post-content .post-title,.pxl-archive-post .post-content .post-btn-wrap a,.pxl-archive-post.format-link .post-featured .post-title a,.pxl-archive-post.format-link .post-featured .post-title,.pxl-archive-post.format-link .post-featured .link-text,.pxl-archive-post.format-quote .content-top .link-icon span,.pxl-archive-post.format-quote .post-featured .quote-text a,.pxl-archive-post.format-quote .post-featured .quote-cite,.post-tags-share>div .post-shares .label,.post-tags-share .post-tags-wrap .post-tags a,.pxl--post-footer label,.pxl-post--navigation,.pxl-post--author-info .pxl-user--name,.error404 .btn-sm,.error404 .pxl-error-title,.btn--readmore,.page-links .post-page-numbers,.widget .widget-title,.pxl-widget-title,.wp-block-search__label,.pxl-sidebar-sticky .widget .wp-block-heading,.rss-widget-title,.comments-title,.comment-reply-title,.widget_product_categories ul:not(.list) li a,.widget_categories ul:not(.list) li a,.widget_nav_menu ul:not(.list) li a,.widget_pages ul:not(.list) li a,.widget_archive ul:not(.list) li a,.widget_meta ul:not(.list) li a,.widget_recent_entries ul:not(.list) li a,.widget_tag_cloud a,.widget_product_tag_cloud a,.widget_pxl_recent_posts .pxl-item--title,.widget_recent_comments ul,.widget_recent_comments ol,.widget_rss .rsswidget,.widget_block .wp-block-search__label,.widget_block .wp-block-group__inner-container>h2,.widget_block .wp-block-latest-posts__list,.widget_block .wp-block-latest-comments,.pxl-wg-categories .pxl-category--inner span,.pxl-contact-info-widget .pxl-phone--number,.ft-gt,.pxl-info-box2 .pxl-title,.wrap-ctf-3 .input-filled:last-child button,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category,.ft-gt p,.pxl-info-box2 .pxl-title p,.wrap-ctf-3 .input-filled:last-child button p,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category p,.ft-gt h1,.pxl-info-box2 .pxl-title h1,.wrap-ctf-3 .input-filled:last-child button h1,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h1,.ft-gt h2,.pxl-info-box2 .pxl-title h2,.wrap-ctf-3 .input-filled:last-child button h2,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h2,.ft-gt h3,.pxl-info-box2 .pxl-title h3,.wrap-ctf-3 .input-filled:last-child button h3,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h3,.ft-gt h4,.pxl-info-box2 .pxl-title h4,.wrap-ctf-3 .input-filled:last-child button h4,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h4,.ft-gt h5,.pxl-info-box2 .pxl-title h5,.wrap-ctf-3 .input-filled:last-child button h5,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h5,.ft-gt h6,.pxl-info-box2 .pxl-title h6,.wrap-ctf-3 .input-filled:last-child button h6,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h6,.ft-gt div,.pxl-info-box2 .pxl-title div,.wrap-ctf-3 .input-filled:last-child button div,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category div,.ft-gt span,.pxl-info-box2 .pxl-title span,.wrap-ctf-3 .input-filled:last-child button span,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category span,input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea,select,.pxl-select-higthlight,.nice-select,.comment-title,.comment-text,.comment-reply a,.single-post .comment-form input[type=text],.single-post .comment-form textarea,.comment-form-cookies-consent,.nice-select ul.list,.wrap-ctf2 button,.wrap-ctf-page button,.wrap-ctf-page.single-sv button,.wrap-ctf-step .pxl-step .step,.wrap-ctf-step .your-submit button,.cf7mls-btns button,.wrap-ctf-marketing .input-filled button,.wrap-ctf-corporate button,.wrap-ctf-insurance .col-content .inner-content .title-content,.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label,.wrap-ctf-insurance .col-content .inner-content .list-feat li,.wrap-ctf-insurance .col-form button,.wrap-ctf-hr .input-filled button,.widget_shopping_cart .widget_shopping_cart_content .remove_from_cart_button,.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .total span,.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .total strong,.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .buttons a,.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta,.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta .quantity,.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button,.woocommerce #pxl-sidebar-area .widget_price_filter .price_label,.woocommerce #pxl-sidebar-area .widget_price_filter .price_label span:first-child:before,.woocommerce #pxl-sidebar-area .widget_products ul a,.woocommerce .nice-select span.current,.woocommerce-page .nice-select span.current,.woocommerce .button.add_to_cart_button,.woocommerce-page .button.add_to_cart_button,.woocommerce button.single_add_to_cart_button,.woocommerce-page button.single_add_to_cart_button,.woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce a.added_to_cart.wc-forward,.woocommerce-page a.added_to_cart.wc-forward,.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart),.woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart),.woocommerce .quantity .qty,.woocommerce-page .quantity .qty,.woocommerce span.onsale,.single-product .comment-reply-title,.single-product .comment-form .form-submit .submit,.single-product .meta .woocommerce-review__author,.single-product .woocommerce-social-share label,.single-product section.related .woocommerce-product-content .woocommerce-product--title,.single-product #pxl-content-area div.product form.cart label,.single-product>div.product form.cart label,.single-product #pxl-content-area div.product .entry-summary .price,.single-product>div.product .entry-summary .price,.single-product #pxl-content-area div.product .quantity-label,.single-product>div.product .quantity-label,.single-product #pxl-content-area div.product .wooc-product-meta button,.single-product>div.product .wooc-product-meta button,.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .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 #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,.single-product #pxl-content-area div.product .product_meta,.single-product>div.product .product_meta,body.woocommerce-cart .woocommerce-cart-form .shop_table thead th,.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label,.woosw-popup .woosw-item--actions a.button,.woosw-list table.woosw-items .woosw-item .woosw-item--actions a.button,.woosw-list table.woosw-items .woosw-item .woosw-item--actions .added_to_cart.wc-forward,.pxl-shop-topbar-wrap .woocommerce-result-count,.woocommerce-pagination ul .page-numbers,.woocommerce.archive .products.shop-view-list li .woocommerce-wishlist button,.woocommerce.archive .products.shop-view-list li .add_to_cart_button,.woocommerce.archive .products.shop-view-list li .added_to_cart,.pxl-grid .pxl-pagination-links .page-numbers,.pxl-post-carousel .pxl-pagination-links .page-numbers,.pxl-post-modern .pxl-pagination-links .page-numbers,.pxl-grid-filter,.pxl-grid-filter,.btn-readmore-1,.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--featured .note-post,.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .btn-readmore a,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author span,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category span,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author a,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category a,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .btn--readmore,.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--meta,.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--meta a,.pxl-post-carousel3 .pxl-post--inner .pxl-post--button .btn--readmore,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author span,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category span,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author a,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category a,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--title,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .btn--readmore,.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--featured .pxl-post--category a,.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--title,.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .btn--readmore,.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .date,.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore,.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title a,.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--category a,.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title a,.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--category a,.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore,.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta span,.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-post--title a,.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore,.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--title a,.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--category a,.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .count-pos,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .count-pos,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .count-pos,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .count-pos,.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .count-pos,.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a,.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--category a,.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a,.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore a,.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .multi-text li,.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a,.pxl-post-navigation .pxl-icon-link,.pxl-industries-carousel1 .pxl-post--inner .pxl-post--category a,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--category a,.pxl-post-list .post-list-toolbar .current,.pxl-post-list .list-item.format-link .link-title a,.pxl-post-list .list-item.format-quote .link-title a,.pxl-post-list .list-item.format-link .quote-inner-wrap .link-icon span,.pxl-post-list .list-item.format-quote .quote-inner-wrap .link-icon span,.pxl-post-list .list-item.format-link .quote-text,.pxl-post-list .list-item.format-quote .quote-text,.pxl-post-list .list-item.format-link .link-footer a,.pxl-post-list .list-item.format-quote .link-footer a,.pxl-post-list .list-item.format-link .quote-footer a,.pxl-post-list .list-item.format-quote .quote-footer a,.pxl-post-list .list-item.format-link .link-footer .quote-cite,.pxl-post-list .list-item.format-quote .link-footer .quote-cite,.pxl-post-list .list-item.format-link .quote-footer .quote-cite,.pxl-post-list .list-item.format-quote .quote-footer .quote-cite,.pxl-post-list .list-item.format-standard .item-title,.pxl-post-list .list-item.format-video .item-title,.pxl-post-list .list-item.format-audio .item-title,.pxl-post-list .list-item.format-standard .post-readmore a,.pxl-post-list .list-item.format-video .post-readmore a,.pxl-post-list .list-item.format-audio .post-readmore a,.pxl-post-list .list-item.format-standard .post-shares .label,.pxl-post-list .list-item.format-video .post-shares .label,.pxl-post-list .list-item.format-audio .post-shares .label,.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .top-content .pxl-item--title,.pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .btn-more,.pxl-image-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-button a,.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--sub-title,button,.button,input[type=submit],.btn:not(.btn-stroke),.pxl-nav-menu .pxl-menu-primary>li>a,.pxl-icon-box1.style-2 .pxl-item--inner .pxl-item--title,.pxl-icon-box1.style-4 .pxl-item--inner .pxl-item--title,.pxl-icon-box2 .pxl-item--inner .content-top .pxl-item--title,.pxl-icon-box3 .pxl-item--inner .pxl-item--title,.pxl-icon-box4 .pxl-item--inner .pxl-item--title,.pxl-icon-box5 .pxl-item--inner .number,.pxl-icon-box6 .pxl-item--inner .content-1 .btn-show-more,.pxl-icon-box6 .pxl-item--inner .pxl-list-item li,.pxl-icon-box6 .pxl-item--inner .pxl-item--button,.pxl-icon-box7 .pxl-item--inner .pxl-item--title,.pxl-icon-box9 .pxl-item--inner.front .subtitle,.pxl-icon-box9 .pxl-item--inner.behind .btn-link,.pxl-counter1 .pxl-counter--title,.pxl-counter3 .pxl-counter--title,.pxl-counter2 .pxl-counter--holder .pxl-counter--title,.pxl-testimonial-grid1 .btn--loadmore a,.pxl-testimonial-grid2 .pxl-grid-item .top-content .quote,.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--description,.pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc,.pxl-testimonial-carousel2 .pxl-swiper-slide .pxl-item--inner .quote,.pxl-testimonial-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc,.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .meta-top .quote,.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc,.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc,.pxl-accordion1.style1 .pxl-accordion--title,.pxl-accordion1.style4 .pxl-accordion--title,.pxl-accordion1.style3 .pxl-accordion--title,.pxl-accordion1.style2 .pxl--item .pxl-accordion--title,.pxl-accordion1.style2 .pxl--item .pxl-accordion--content h4,.pxl-accordion1.style2 .pxl--item .pxl-accordion--content ul li span,.pxl-accordion1.style2 .pxl--item .pxl-accordion--content a,.tt_navigation_cell .tt_tabs_navigation li a,.pxl-tabs1 .pxl-tabs--inner .pxl-tabs--title .pxl-item--title,.pxl-tabs2 .pxl-tabs--title .pxl-item--title,.pxl-tabs3 .pxl-tabs--title .pxl-item--title,.pxl-tabs4 .pxl-tabs--inner .pxl-item--title,.pxl-progressbar-1.style-1 .pxl--percentage,.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--title,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-item--title,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-item--title,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--title,.pxl-pricing1 .content-inner .pxl-item--title-box,.pxl-pricing1 .content-inner .pxl-item--price span,.pxl-pricing1 .content-inner .pxl-item--button_docs .btn-doc,.pxl-pricing1 .content-inner .pxl-item--button a,.pxl-pricing1 .content-inner .pxl-item--feature .content {
   
}

h1,h2,h3,h4,h5,h6 {
   ;
    color: #0a1119;
    font-weight: 500;
    margin: 0 0 15px;
    clear: both;
    line-height: 1.36364
}

h1,.h1 {
    font-size: 52px
}

h2,.h2 {
    font-size: 48px
}

h3,.h3 {
    font-size: 32px
}

h4,.h4 {
    font-size: 28px
}

h5,.h5 {
    font-size: 22px;
    line-height: 1.4545
}

h6,.h6 {
    font-size: 18px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none
}

p {
    margin: 0 0 15px
}

table {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 32px;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

table th {
    color: #000
}

caption,td {
    font-weight: 400
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 13px 8px
}

th {
    font-weight: 600;
    border-top: 1px solid #ededed;
    padding: 10px;
    border-right: 1px solid #ededed
}

td {
    border-top: 1px solid #ededed;
    padding: 10px;
    border-right: 1px solid #ededed
}

dl {
    margin: 0 0 0 25px
}

dl dt {
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

dl dd {
    line-height: normal;
    margin-bottom: 20px
}

dl dd a {
    color: #000
}

dl dd a:hover {
    color: var(--primary-color)
}

code,kbd {
    background-color: initial;
    border-radius: 4px;
    color: inherit;
    font-size: 100%;
    padding: 2px 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

ins {
    color: #fff;
    border: none;
    padding: 2px;
    text-decoration: none;
    background-color: var(--primary-color)
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

ol {
    list-style: outside none decimal;
    margin-bottom: 32px
}

ul {
    padding: 0;
    margin: 0 0 32px
}

ul li {
    list-style-position: inside
}

dl+h2+ul {
    padding-left: 35px
}

dl+h2+ul ul {
    padding-left: 35px
}

dl+h2+ul ul li {
    list-style: outside
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    padding: .8075em 0;
    font-size: .875em;
    font-style: italic
}

.gallery-caption {
    opacity: 1;
    margin-top: 10px
}

.wp-block-group.has-background {
    padding: 40px;
    margin-bottom: 30px
}

.wp-caption-text {
    text-align: center
}

.alignleft,.alignright,.aligncenter {
    margin-top: 15px;
    margin-bottom: 32px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 30px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sticky {
    display: block
}

.screen-reader-text {
    display: none
}

.bypostauthor {
    display: block
}

blockquote:not(.pxl-blockquote) {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 50% 100%;
    padding: 43px 45px 43px 136px!important;
    position: relative;
    background-color: var(--primary-color);
    position: relative
}

blockquote:not(.pxl-blockquote) a {
    color: #fff
}

@media(max-width: 575px) {
    blockquote:not(.pxl-blockquote) {
        padding:20px!important
    }
}

blockquote:not(.pxl-blockquote):before {
    position: absolute;
    content: "â€œ";
    width: 51px;
    height: 51px;
    top: 53px;
    background-color: rgba(255,255,255,.1);
    border-radius: 1e3px;
    text-align: center;
    line-height: 90px;
    left: 48px;
   ;
    color: #fff;
    font-size: 65px
}

@media(max-width: 575px) {
    blockquote:not(.pxl-blockquote):before {
        display:none
    }
}

blockquote:not(.pxl-blockquote):after {
    position: absolute;
    content: '';
    right: -2px;
    bottom: 0;
    width: 153px;
    height: 47px;
    background-image: url(../img/fm-qt.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

blockquote:not(.pxl-blockquote) p {
    font-family: public sans,Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6666;
    z-index: 2;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

blockquote:not(.pxl-blockquote) a:hover {
    color: var(--primary-color)
}

blockquote:not(.pxl-blockquote) cite {
    display: block;
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 27px;
    margin-top: 22px;
    font-weight: 500;
    font-style: normal;
    margin-left: -90px
}

@media(max-width: 575px) {
    blockquote:not(.pxl-blockquote) cite {
        margin-left:0
    }
}

blockquote:not(.pxl-blockquote).wp-block-quote p {
    margin-bottom: 16px!important
}

blockquote:not(.pxl-blockquote).wp-block-quote cite br {
    display: none
}

blockquote:not(.pxl-blockquote).wp-block-quote.has-text-align-right:before {
    left: auto;
    right: 0
}

.wp-block-button {
    margin-bottom: 20px
}

.wp-block-button .wp-block-button__link {
    padding-left: 32px;
    padding-right: 32px;
    background-color: var(--secondary-color);
    font-size: 16px;
    font-weight: 700
}

.wp-block-button .wp-block-button__link:not([href]) {
    color: #fff
}

.wp-block-button .wp-block-button__link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.wp-block-button .wp-block-button__link:hover:not([href]) {
    color: #fff
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: initial;
    color: var(--primary-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.wp-block-button.is-style-squared .wp-block-button__link {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.wp-block-button.aligncenter {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.has-background-dim {
    color: #fff;
    margin-bottom: 30px
}

.wp-block-gallery .blocks-gallery-item {
    float: left
}

.wp-block-gallery .blocks-gallery-caption {
    margin-bottom: 22px
}

.wp-block-gallery.alignleft {
    margin-right: 30px
}

.wp-block-gallery.alignright {
    margin-left: 30px
}

#tslOverlay {
    background-color: initial!important;
    z-index: 999999!important
}

.nice-select {
    -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: 1200px) {
    #pxl-wapper .container {
        max-width:100%
    }
}

#pxl-wapper .elementor-widget:not(:last-child) {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    #pxl-wapper #pxl-sidebar-area {
        margin-top:60px
    }
}

@media screen and (min-width: 992px) {
    #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
        flex-direction:row-reverse
    }
}

#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section>.elementor-container.elementor-column-gap-extended {
    margin: 0 auto
}

@media screen and (max-width: 1200px) {
    #pxl-wapper .elementor-top-section>.elementor-column-gap-extended .elementor-inner-section>.elementor-column-gap-extended {
        margin-left:-15px;
        margin-right: -15px
    }
}

#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section.pxl-inner-section-maxwidth>.elementor-container {
    max-width: 1170px!important;
    margin: auto
}

@media(max-width: 767px) {
    body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
        display:none!important
    }
}

@media(prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: inherit
    }
}

.pxl-wapper {
    overflow-x: clip
}

.footer-custom-width {
    margin: 0 auto
}

.footer-custom-width>.container>.row>div {
    padding: 0
}

#pxl-main,.elementor-page:not(.single-product) #pxl-main {
    padding: 110px 0;
    min-height: calc(100vh - 606px)
}

@media screen and (max-width: 1200px) {
    #pxl-main,.elementor-page:not(.single-product) #pxl-main {
        overflow-x:hidden
    }
}

@media screen and (max-width: 1024px) {
    #pxl-main>.elementor-container,.elementor-page:not(.single-product) #pxl-main>.elementor-container {
        /* padding:0 15px; */
    }
}

@media screen and (max-width: 1200px) {
    #pxl-main,.elementor-page:not(.single-product) #pxl-main {
        padding:90px 0
    }
}

@media screen and (max-width: 1024px) {
    #pxl-main,.elementor-page:not(.single-product) #pxl-main {
        padding:70px 0
    }
}

@media(max-width: 767px) {
    #pxl-main,.elementor-page:not(.single-product) #pxl-main {
        padding:50px 0
    }
}

.single-post #pxl-main {
    padding: 125px 0
}

@media screen and (max-width: 1200px) {
    .single-post #pxl-main {
        padding:90px 0!important
    }
}

@media screen and (max-width: 1024px) {
    .single-post #pxl-main {
        padding:70px 0!important
    }
}

.woocommerce-shop #pxl-main,.single-product #pxl-main {
    padding: 125px 0
}

@media screen and (max-width: 1200px) {
    .woocommerce-shop #pxl-main,.single-product #pxl-main {
        overflow-x:hidden
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce-shop #pxl-main>.elementor-container,.single-product #pxl-main>.elementor-container {
        padding:0 15px
    }
}

@media screen and (max-width: 1200px) {
    .woocommerce-shop #pxl-main,.single-product #pxl-main {
        padding:90px 0
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce-shop #pxl-main,.single-product #pxl-main {
        padding:70px 0
    }
}

@media(max-width: 767px) {
    .woocommerce-shop #pxl-main,.single-product #pxl-main {
        padding:50px 0
    }
}

.elementor-page.single-product .woocommerce-Tabs-panel>.elementor {
    margin: 0 -15px
}

@media screen and (min-width: 1201px) {
    body:not(.elementor-editor-active) .pxl-row-scroll-fixed>.elementor-container {
        align-items:flex-start;
        justify-content: space-between
    }

    body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
        position: sticky
    }
}

@media screen and (max-width: 1200px) {
    body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
        top:0!important
    }
}

body.elementor-editor-active .pxl-row-scroll-fixed .pxl-column-sticky {
    top: 0!important
}

.elementor-page:not(.single-product) #pxl-content-area.col-12,.elementor-page:not(.single-product) #pxl-footer-elementor .row>.col-12 {
    min-height: 0
}

@media(min-width: 1025px) and (max-width:1200px) {
    .elementor-page:not(.single) #pxl-content-area.col-12 {
        padding-left:15px;
        padding-right: 15px
    }
}

.single-post .pxl-item--excerpt>.elementor {
    margin: 0 -15px
}

.pxl-bg-color-full,.pxl-bg-color-scroll {
    z-index: 1
}

.pxl-bg-color-full .pxl-section-overlay-color,.pxl-bg-color-scroll .pxl-section-overlay-color {
    z-index: -1;
    content: '';
    background-color: #070f01;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-bg-color-skew {
    z-index: 1
}

.pxl-bg-color-skew .pxl-section-overlay-color {
    z-index: -1;
    content: '';
    background-color: #080808;
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    bottom: 0;
    transform: skewX(-12deg);
    max-width: 1160px;
    margin: auto;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms
}

#pxl-page-title-elementor {
    background-color: #fff
}

@media screen and (max-width: 1200px) {
    #pxl-page-title-elementor {
        overflow:hidden
    }
}

#pxl-page-title-default {
    text-align: center;
    background-color: #f5f6f6;
    padding: 130px 0 100px
}

@media screen and (max-width: 767px) {
    #pxl-page-title-default {
        padding:90px 0
    }
}

#pxl-page-title-default .row {
    align-items: center
}

#pxl-page-title-default .pxl-page-title {
    font-weight: 500;
    margin-bottom: 50px;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media screen and (max-width: 1200px) {
    #pxl-page-title-default .pxl-page-title {
        font-size:48px
    }
}

@media screen and (max-width: 767px) {
    #pxl-page-title-default .pxl-page-title {
        font-size:42px;
        text-align: center;
        margin-bottom: 12px
    }
}

#pxl-page-title-default .ptitle-col-right {
    justify-content: center;
    display: inline-flex
}

@media screen and (max-width: 767px) {
    #pxl-page-title-default .ptitle-col-right {
        justify-content:center
    }
}

.pxl-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 13px;
    margin: 0;
    list-style: none;
    color: #999;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400
}

.pxl-breadcrumb a {
    display: flex;
    align-items: center;
    color: inherit
}

.pxl-breadcrumb a i {
    margin-left: 13px;
    font-size: 23px;
    margin-bottom: -5px;
    display: inline-block;
    background-color: initial
}

.pxl-breadcrumb a:hover {
    color: var(--primary-color)
}

.pxl-breadcrumb li:last-child span {
    color: #fff
}

body.single .pxl-breadcrumb li:not(:first-child):not(:last-child) {
    display: none
}

#pxl-footer-default {
    padding: 44px 0;
    background-color: #151a25;
    font-size: 16px;
    text-align: center;
    color: #fff
}

#pxl-footer-default a {
    color: inherit
}

#pxl-footer-default a:hover {
    color: inherit;
    text-decoration: underline
}

.pxl-scroll-top {
    width: 46px;
    height: 46px;
    position: fixed;
    bottom: 20px;
    right: 40px;
    line-height: 46px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    z-index: 9999;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    box-shadow: inset 0 0 0 2px #d4d4d4
}

@media screen and (max-width: 991px) {
    .pxl-scroll-top {
        right:25px
    }
}

.pxl-scroll-top:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: -1;
    background-color: #151a25;
    border-radius: 100%
}

.pxl-scroll-top .pxl-scroll-progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(90deg)
}

.pxl-scroll-top .pxl-scroll-progress-circle path {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.pxl-scroll-top.pxl-on {
    bottom: 40px;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 991px) {
    .pxl-scroll-top.pxl-on {
        bottom:25px
    }
}

.pxl-scroll-top:hover,.pxl-scroll-top:focus {
    color: #fff
}

@keyframes pxl_scroll_top_effect {
    0% {
        transform: translateX(3px)
    }

    100% {
        transform: translateX(-3px)
    }
}

@keyframes pxl_scroll_bottom_effect {
    0% {
        transform: translateX(-3px)
    }

    100% {
        transform: translateX(3px)
    }
}

@media screen and (max-width: 1024px) {
    .section-bg-bl-lg {
        background-position:0 100%!important
    }
}

#pxl-footer-elementor .pxl-footer-hide {
    display: none!important
}

#pxl-footer-elementor .footer-elementor-inner>.container {
    max-width: 100%
}

.pxl-footer-fixed #pxl-footer-elementor {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media screen and (max-width: 1200px) {
    .pxl-footer-fixed #pxl-footer-elementor {
        position:static;
        overflow: hidden
    }
}

.pxl-footer-fixed #pxl-header-elementor,.pxl-footer-fixed #pxl-page-title-elementor {
    background-color: #f5f5f5
}

.pxl-footer-fixed #pxl-main {
    background-color: #f5f5f5
}

@media screen and (max-width: 1200px) {
    .pxl-footer-fixed #pxl-main {
        margin-bottom:0!important
    }
}

.elementor-editor-active #pxl-header-default,.elementor-editor-active #pxl-header-elementor,.elementor-editor-active #pxl-page-title-default,.elementor-editor-active #pxl-footer-elementor,.elementor-editor-active .pxl-menu-primary .sub-menu,.elementor-editor-active .pxl-menu-primary .children,.elementor-editor-active #pxl-page-title-elementor {
    display: none
}

.elementor-editor-active.single-footer #pxl-main,.elementor-editor-active.single-header #pxl-main {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto
}

.elementor-editor-active.single-pxl-template {
    background-color: rgba(0,0,0,.1)
}

.elementor-editor-active .elementor-inner-section>.elementor-element-overlay>.elementor-editor-element-settings {
    margin-left: 84px
}

.elementor-editor-active .elementor-inner-section .elementor-column .elementor-editor-element-settings {
    margin-left: 12px
}

body img.mfp-img {
    padding: 0!important
}

body .mfp-fade.mfp-bg.mfp-ready {
    opacity: .85;
    background-color: #000
}

body .mfp-bottom-bar {
    margin-top: 0
}

body .mfp-wrap .mfp-container .mfp-content {
    max-width: 1170px;
    position: static
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
    padding: 0;
    right: 0;
    text-align: center;
    top: -36px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: rgba(255,255,255,.12);
    cursor: pointer;
    opacity: 1;
    font-size: 0;
    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 .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: #fff
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before,body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

body .mfp-wrap .mfp-container .mfp-iframe-scaler {
    position: relative;
    overflow: visible
}

body .mfp-wrap .mfp-container .mfp-arrow {
    background-color: var(--primary-color);
    width: 60px;
    height: 120px;
    opacity: 1
}

body .mfp-wrap .mfp-container .mfp-arrow:before,body .mfp-wrap .mfp-container .mfp-arrow:after {
    border: none
}

body .mfp-wrap .mfp-container .mfp-arrow:before {
   
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    left: 50%;
    width: auto;
    height: auto
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
    content: "\f136"
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
    content: "\f14d"
}

@media screen and (min-width: 1201px) {
    body .mfp-wrap .mfp-container {
        padding:0 120px
    }
}

@media screen and (min-width: 992px) {
    body.blog .pxl-content-wrap.no-sidebar .pxl-content-area,body.archive:not(.post-type-archive):not(.tax-product_cat):not(.tax-product_tag) .pxl-content-wrap.no-sidebar .pxl-content-area,body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
        max-width:780px;
        margin-left: auto;
        margin-right: auto
    }
}

.pxl-row-divider-active {
    z-index: 1
}

.pxl-row-divider-active>.elementor-container {
    z-index: 2
}

.pxl-row-divider-active .pxl-row-angle {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px
}

.pxl-row-divider-wave-animation-top .pxl-row-angle {
    top: -1px;
    -webkit-transform: scaleY(-1);
    -khtml-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    height: 150px
}

.pxl-row-divider-wave-animation-bottom .pxl-row-angle {
    bottom: -1px;
    height: 150px
}

.pxl-row-divider-angle-top .pxl-row-angle {
    top: -1px;
    -webkit-transform: scaleX(-1)scaleY(-1);
    -khtml-transform: scaleX(-1)scaleY(-1);
    -moz-transform: scaleX(-1)scaleY(-1);
    -ms-transform: scaleX(-1)scaleY(-1);
    -o-transform: scaleX(-1)scaleY(-1);
    transform: scaleX(-1)scaleY(-1)
}

.pxl-row-divider-angle-top-right .pxl-row-angle {
    top: -1px;
    -webkit-transform: scaleX(1)scaleY(-1);
    -khtml-transform: scaleX(1)scaleY(-1);
    -moz-transform: scaleX(1)scaleY(-1);
    -ms-transform: scaleX(1)scaleY(-1);
    -o-transform: scaleX(1)scaleY(-1);
    transform: scaleX(1)scaleY(-1)
}

.pxl-row-divider-angle-bottom .pxl-row-angle {
    bottom: -1px
}

.pxl-row-divider-angle-bottom-left .pxl-row-angle {
    bottom: -1px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
    top: -1px;
    -webkit-transform: scaleX(-1)scaleY(-1);
    -khtml-transform: scaleX(-1)scaleY(-1);
    -moz-transform: scaleX(-1)scaleY(-1);
    -ms-transform: scaleX(-1)scaleY(-1);
    -o-transform: scaleX(-1)scaleY(-1);
    transform: scaleX(-1)scaleY(-1)
}

.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
    bottom: -1px
}

.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-top {
    top: -1px;
    -webkit-transform: scaleX(1)scaleY(-1);
    -khtml-transform: scaleX(1)scaleY(-1);
    -moz-transform: scaleX(1)scaleY(-1);
    -ms-transform: scaleX(1)scaleY(-1);
    -o-transform: scaleX(1)scaleY(-1);
    transform: scaleX(1)scaleY(-1)
}

.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-bottom {
    bottom: -1px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-row-divider-curved-top .pxl-row-angle {
    top: -1px
}

.pxl-row-divider-curved-top .pxl-row-angle path {
    fill-rule: evenodd
}

.pxl-row-divider-curved-bottom .pxl-row-angle {
    bottom: -1px;
    -webkit-transform: scaleY(-1);
    -khtml-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1)
}

.pxl-row-divider-curved-bottom .pxl-row-angle path {
    fill-rule: evenodd
}

.pxl-row-divider-vertical1 .pxl-divider-vertical {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1490px;
    margin: 0 auto
}

.pxl-row-divider-vertical1 .pxl-divider-vertical>div {
    background-color: #303233;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line1 {
    left: 0
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line2 {
    left: 20%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line3 {
    left: 40%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line4 {
    left: 60%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line5 {
    left: 80%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line6 {
    right: 0
}

.pxl-row-divider-rounded-top:before,.pxl-row-divider-rounded-top:after {
    content: '';
    position: absolute;
    height: 53px;
    background-color: #fff;
    top: -53px;
    width: 50%
}

@media screen and (max-width: 767px) {
    .pxl-row-divider-rounded-top:before,.pxl-row-divider-rounded-top:after {
        top:-30px;
        height: 30px
    }
}

.pxl-row-divider-rounded-top:before {
    left: 0;
    border-radius: 28px 53px 0 0
}

@media screen and (max-width: 767px) {
    .pxl-row-divider-rounded-top:before {
        border-radius:15px 30px 0 0
    }
}

.pxl-row-divider-rounded-top:after {
    right: 0;
    border-radius: 53px 28px 0 0
}

@media screen and (max-width: 767px) {
    .pxl-row-divider-rounded-top:after {
        border-radius:30px 15px 0 0
    }
}

.pxl-curved-arrow {
    position: absolute;
    height: 48px;
    z-index: 99;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.pxl-curved-arrow.pxl-curved-arrow-top {
    top: -48px
}

.pxl-curved-arrow.pxl-curved-arrow-bottom {
    bottom: -48px;
    transform: translate(-50%,0)scaleY(-1)
}

.pxl-curved-arrow-inner-top,.pxl-curved-arrow-inner-bottom {
    height: 48px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.pxl-curved-arrow-inner-top {
    top: 0;
    transform: translate(-50%,0)scaleY(-1)
}

.pxl-curved-arrow-inner-bottom {
    bottom: 0
}

.pxl-divider-border {
    position: absolute;
    top: 62px;
    left: 70px;
    right: 70px;
    bottom: 52px
}

@media screen and (max-width: 1200px) {
    .pxl-divider-border {
        left:15px;
        right: 15px
    }
}

.pxl-divider-border .pxl-divider-border-top,.pxl-divider-border .pxl-divider-border-bottom {
    background-color: #fff;
    height: 12px;
    position: absolute;
    width: 100%
}

@media screen and (max-width: 767px) {
    .pxl-divider-border .pxl-divider-border-top,.pxl-divider-border .pxl-divider-border-bottom {
        height:8px
    }
}

.pxl-divider-border .pxl-divider-border-top:before,.pxl-divider-border .pxl-divider-border-bottom:before,.pxl-divider-border .pxl-divider-border-top:after,.pxl-divider-border .pxl-divider-border-bottom:after {
    content: '';
    height: 94px;
    background-color: #fff;
    width: 12px;
    position: absolute
}

@media screen and (max-width: 767px) {
    .pxl-divider-border .pxl-divider-border-top:before,.pxl-divider-border .pxl-divider-border-bottom:before,.pxl-divider-border .pxl-divider-border-top:after,.pxl-divider-border .pxl-divider-border-bottom:after {
        width:8px
    }
}

.pxl-divider-border .pxl-divider-border-top:before,.pxl-divider-border .pxl-divider-border-bottom:before {
    left: 0
}

.pxl-divider-border .pxl-divider-border-top:after,.pxl-divider-border .pxl-divider-border-bottom:after {
    right: 0
}

.pxl-divider-border .pxl-divider-border-top {
    top: 0
}

.pxl-divider-border .pxl-divider-border-top:before,.pxl-divider-border .pxl-divider-border-top:after {
    top: 0
}

.pxl-divider-border .pxl-divider-border-bottom {
    bottom: 0
}

.pxl-divider-border .pxl-divider-border-bottom:before,.pxl-divider-border .pxl-divider-border-bottom:after {
    bottom: 0
}

.pxl-row-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@keyframes pxl_loader_digital1 {
    0% {
        left: 20%
    }

    50% {
        left: 50%
    }

    100% {
        left: 20%
    }
}

@keyframes pxl_loader_digital2 {
    0% {
        left: 80%
    }

    50% {
        left: 50%
    }

    100% {
        left: 80%
    }
}

@keyframes pxl_folding {
    0%,10% {
        transform: perspective(140px)rotateX(-180deg);
        opacity: 0
    }

    25%,75% {
        transform: perspective(140px)rotateX(0);
        opacity: 1
    }

    90%,100% {
        transform: perspective(140px)rotateY(180deg);
        opacity: 0
    }
}

@keyframes pxl_loader_prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    25% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)
    }

    100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)
    }
}

@keyframes pxl_loader_anim {
    0% {
        box-shadow: 20px -10px,40px 10px,60px 0
    }

    25% {
        box-shadow: 20px 0,40px 0,60px 10px
    }

    50% {
        box-shadow: 20px 10px,40px -10px,60px 0
    }

    75% {
        box-shadow: 20px 0,40px 0,60px -10px
    }

    100% {
        box-shadow: 20px -10px,40px 10px,60px 0
    }
}

@keyframes pxl_loaderFlash {
    0% {
        background-color: rgba(18,28,39,.28);
        box-shadow: 32px 0 rgba(18,28,39,.28),-32px 0 var(--primary-color)
    }

    50% {
        background-color: var(--primary-color);
        box-shadow: 32px 0 rgba(18,28,39,.28),-32px 0 rgba(18,28,39,.28)
    }

    100% {
        background-color: rgba(18,28,39,.28);
        box-shadow: 32px 0 var(--primary-color),-32px 0 rgba(18,28,39,.28)
    }
}

@keyframes pxl_animloader {
    50% {
        transform: scale(1)translate(-50%,-50%)
    }
}

@keyframes pxl_loader_photography {
    0% {
        left: 0;
        transform: translateX(-100%)
    }

    100% {
        left: 100%;
        transform: translateX(0%)
    }
}

@-webkit-keyframes pxl_site_loading {
    0% {
        -webkit-transform: translate(0)scaleX(0);
        transform: translate(0)scaleX(0)
    }

    30% {
        -webkit-transform: translate(0)scaleX(1);
        transform: translate(0)scaleX(1)
    }

    100%,80% {
        -webkit-transform: translate(100%)scaleX(0);
        transform: translate(100%)scaleX(0)
    }
}

@keyframes pxl_site_loading {
    0% {
        -webkit-transform: translate(0)scaleX(0);
        transform: translate(0)scaleX(0)
    }

    30% {
        -webkit-transform: translate(0)scaleX(1);
        transform: translate(0)scaleX(1)
    }

    100%,80% {
        -webkit-transform: translate(100%)scaleX(0);
        transform: translate(100%)scaleX(0)
    }
}

@-webkit-keyframes pxl_reveal {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes pxl_reveal {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes pxl_loader_rotate1 {
    0% {
        transform: rotateX(35deg)rotateY(-45deg)rotateZ(0)
    }

    100% {
        transform: rotateX(35deg)rotateY(-45deg)rotateZ(360deg)
    }
}

@keyframes pxl_loader_rotate2 {
    0% {
        transform: rotateX(50deg)rotateY(10deg)rotateZ(0)
    }

    100% {
        transform: rotateX(50deg)rotateY(10deg)rotateZ(360deg)
    }
}

@keyframes pxl_loader_rotate3 {
    0% {
        transform: rotateX(35deg)rotateY(55deg)rotateZ(0)
    }

    100% {
        transform: rotateX(35deg)rotateY(55deg)rotateZ(360deg)
    }
}

.pxl-cursor {
    visibility: hidden;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.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 .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1)
}

.pxl-cursor .pxl-cursor--follower {
    position: absolute;
    background-color: initial;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    -webkit-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
    transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1)
}

.pxl-cursor .pxl-cursor--follower:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 6px
}

.pxl-cursor .pxl-cursor--label {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    transform: scale(0);
    will-change: transform,opacity;
    -webkit-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1)
}

.pxl-cursor .pxl-cursor--drap {
    line-height: 138px;
    text-align: center;
    width: 138px;
    height: 138px;
    font-weight: 500;
    line-height: 138px;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 3.2px;
    -webkit-border-radius: 138px;
    -khtml-border-radius: 138px;
    -moz-border-radius: 138px;
    -ms-border-radius: 138px;
    -o-border-radius: 138px;
    border-radius: 138px;
    -webkit-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
    transform: scale(0);
    will-change: transform,opacity;
    color: #0a1119
}

.pxl-cursor .pxl-cursor--icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: scale(0);
    will-change: transform,opacity;
    -webkit-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -khtml-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    -o-transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.44,1);
    transition: transform 500ms cubic-bezier(.165,.84,.44,1),opacity 500ms cubic-bezier(.165,.84,.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(.8)
}

.pxl-cursor.is-active .pxl-cursor--follower {
    background-color: rgba(var(--primary-color-rgb),.25);
    -webkit-transform: scale(3);
    -khtml-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    border: none
}

.pxl-cursor.is-active .pxl-cursor--follower:before {
    display: none
}

.pxl-cursor.is-active.has-label .pxl-cursor--follower {
    background-color: var(--secondary-color);
    opacity: 1
}

.pxl-cursor.is-active.has-drap .pxl-cursor--drap {
    transform: scale(1)
}

.pxl-cursor.is-active.has-label .pxl-cursor--label {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon .pxl-cursor--follower,.pxl-cursor.is-active.has-icon-left .pxl-cursor--follower,.pxl-cursor.is-active.has-icon-right .pxl-cursor--follower {
    background-color: #000;
    opacity: .8
}

.pxl-cursor.is-active.has-icon .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
    content: "\f10e";
   
    font-size: 24px;
    color: #fff
}

.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
    content: "\f142";
   
    font-size: 22px;
    color: #fff
}

.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before {
    content: "\f142";
   
    font-size: 22px;
    color: #fff;
    transform: scaleX(-1)
}

.pxl-cursor.is-active.has-remove {
    opacity: 0
}

.pxl-cursor.is-active-section .pxl-cursor--follower {
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.pxl-cursor.drap-style1 .pxl-cursor--drap {
    background-color: #fff;
    height: 135px;
    width: 135px;
    line-height: 135px;
    color: #000
}

.pxl-cursor.drap-style1 .pxl-cursor--drap:before,.pxl-cursor.drap-style1 .pxl-cursor--drap:after {
    font-size: 12px
}

.elementor-editor-active.page-template-default {
}

.elementor-editor-active.page-template-default #pxl-content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.elementor-editor-active.page-template-default #pxl-sidebar-area {
    display: none
}

.pxl-cookie-policy {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 570px;
    background-color: #fff;
    -webkit-border-radius: 57px;
    -khtml-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    border-radius: 57px;
    padding: 17px 58px 17px 24px;
    -webkit-box-shadow: 0 8px 8px rgba(29,27,76,8%);
    -khtml-box-shadow: 0 8px 8px rgba(29,27,76,8%);
    -moz-box-shadow: 0 8px 8px rgba(29,27,76,8%);
    -ms-box-shadow: 0 8px 8px rgba(29,27,76,8%);
    -o-box-shadow: 0 8px 8px rgba(29,27,76,8%);
    box-shadow: 0 8px 8px rgba(29,27,76,8%);
    font-size: 15px;
    color: #111013;
    z-index: 9999;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width: 767px) {
    .pxl-cookie-policy {
        max-width:290px;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        display: none
    }
}

.pxl-cookie-policy a {
    font-weight: 700;
    text-decoration: underline;
    color: inherit;
    text-underline-offset: 2px;
    margin: 0 4px;
    white-space: nowrap
}

.pxl-cookie-policy a:hover {
    text-decoration: none;
    color: var(--primary-color)
}

.pxl-cookie-policy .pxl-item--icon {
    min-width: 20px
}

.pxl-cookie-policy .pxl-item--icon img {
    max-height: 20px
}

.pxl-cookie-policy .pxl-item--close {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-width: 12px
}

.pxl-cookie-policy .pxl-item--close:before,.pxl-cookie-policy .pxl-item--close:after {
    height: 1px
}

@media screen and (max-width: 767px) {
    .pxl-cookie-policy .pxl-item--close {
        top:10px;
        -webkit-transform: translate(0,0%);
        -khtml-transform: translate(0,0%);
        -moz-transform: translate(0,0%);
        -ms-transform: translate(0,0%);
        -o-transform: translate(0,0%);
        transform: translate(0,0%)
    }
}

.pxl-cookie-policy.pxl-active {
    opacity: 1;
    visibility: visible;
    bottom: 40px
}

.pxl-cookie-policy.pxl-hidden {
    opacity: 0;
    visibility: hidden;
    bottom: 30px
}

.pxl-popup--close.style2 {
    border: none;
    width: 24px;
    height: 24px;
    background-color: initial
}

.pxl-popup--close.style2:before,.pxl-popup--close.style2:after {
    background-color: #878787
}

.pxl-popup {
    position: fixed;
    background-color: rgba(10,17,25,.43);
    z-index: 99991;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pxl-popup .pxl-popup--content {
    width: 100%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-popup .pxl-popup--close {
    border-width: 8px
}

.pxl-popup .pxl-popup--close:before,.pxl-popup .pxl-popup--close:after {
    background-color: #a7a7a7
}

.pxl-popup .pxl-popup--close:hover:before,.pxl-popup .pxl-popup--close:hover:after {
    background-color: #111
}

.pxl-popup.pxl-effect-zoom .pxl-popup--content {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
    -webkit-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -khtml-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -moz-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -ms-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -o-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    transform: translateY(-20px)perspective(600px)rotateX(14deg)
}

.pxl-popup.pxl-active {
    opacity: 1;
    visibility: visible
}

.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
    -webkit-transform: translateY(0)perspective(600px)rotateX(0);
    -khtml-transform: translateY(0)perspective(600px)rotateX(0);
    -moz-transform: translateY(0)perspective(600px)rotateX(0);
    -ms-transform: translateY(0)perspective(600px)rotateX(0);
    -o-transform: translateY(0)perspective(600px)rotateX(0);
    transform: translateY(0)perspective(600px)rotateX(0)
}

.pxl-section-overlay-image {
}

.pxl-section-overlay-image .pxl-overlay--image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageLeft {
    right: auto
}

.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageRight {
    right: 0;
    left: auto
}

.pxl-section-overlay-image .pxl-overlay--image .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
    right: 140px;
    left: 46%
}

@media screen and (max-width: 1024px) {
    .pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
        display:none
    }
}

.pxl-section-effect-images {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.pxl-section-effect-images .pxl-item--image {
    position: absolute
}

body.rtl {
}

body.rtl .pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
    content: "\f111"
}

body.rtl .pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
    content: "\f110"
}

body.rtl .pxl-cookie-policy {
    padding-left: 58px;
    padding-right: 24px
}

@media screen and (max-width: 767px) {
    body.rtl .pxl-cookie-policy {
        padding-left:25px;
        padding-right: 25px
    }
}

body.rtl .pxl-cookie-policy .pxl-item--close {
    right: auto;
    left: 10px
}

.pxl-page-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(1,1,1,.5);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    opacity: 0;
    visibility: hidden;
    transition-delay: 300ms
}

.pxl-page-popup .pxl-close-popup {
    position: absolute;
    top: 30px;
    font-size: 19px;
    width: 30px;
    line-height: 27px;
    height: 30px;
    border-radius: 1e3px;
    right: 30px;
    z-index: 3;
    transform: scale(0)
}

.pxl-page-popup.active {
    transition-delay: 0ms;
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms
}

.pxl-page-popup.active .pxl-close-popup {
    transform: scale(1);
    transition-delay: 300ms
}

.pxl-page-popup.active .pxl-popup--conent {
    -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-page-popup .pxl-popup--conent {
    width: 100%;
    height: 100%;
    transition-delay: 0ms;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: scale(.85);
    -khtml-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
    overflow-y: scroll
}

.pxl-page-popup .pxl-popup--conent::-webkit-scrollbar {
    width: 0!important;
    display: none
}

.pxl-page-popup .pxl-popup--close {
    position: absolute;
    top: 30px;
    right: 30px
}

.pxl-page-popup .pxl-popup--close .pxl-close {
    border-width: 0
}

@media screen and (max-width: 1400px) {
    .pxl-page-popup .pxl-popup--close {
        top:20px;
        right: 20px
    }

    .pxl-page-popup .pxl-popup--close .pxl-close {
        border-width: 3px
    }
}

.admin-bar .pxl-page-popup {
    top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar .pxl-page-popup {
        top:46px
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .pxl-page-popup {
        top:0
    }
}

.pxl-section-waves1 {
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0
}

@media screen and (max-width: 767px) {
    .pxl-section-waves1 {
        height:80px
    }
}

.pxl-wave-parallax>use {
    animation: pxl-move-forever 25s cubic-bezier(.55,.5,.45,.5)infinite;
    fill: #ebeef6
}

.pxl-wave-parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    opacity: .5
}

.pxl-wave-parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    opacity: .4
}

.pxl-wave-parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    opacity: .3
}

.pxl-wave-parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes pxl-move-forever {
    0% {
        transform: translate3d(-90px,0,0)
    }

    100% {
        transform: translate3d(85px,0,0)
    }
}

@media(max-width: 767px) {
    body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
        display:none!important
    }
}

.pxl-section-bg-parallax,.pxl-column-bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

body:not(.elementor-editor-active) .pxl-section-parallax-overflow>.elementor-background-overlay {
    z-index: 2
}

body:not(.elementor-editor-active) .pxl-section-parallax-overflow>.elementor-background-overlay+.pxl-section-bg-parallax,body:not(.elementor-editor-active) .pxl-section-parallax-overflow>.elementor-background-overlay .pxl-column-bg-parallax {
    z-index: 1
}

body:not(.elementor-editor-active) .pxl-section-parallax-overflow.elementor-top-section>.elementor-container {
    z-index: 3
}

.pxl-section-parallax-overflow,.pxl-section-overflow-hidden {
    overflow: hidden!important
}

.elementor-column.pxl-column-overflow-hidden-yes {
    overflow: hidden!important
}

.pxl-zoom-point-true {
    z-index: 1
}

.pxl-zoom-point-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pxl-zoom-point-wrap .pxl-zoom--image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end
}

.pxl-zoom-point-wrap .pxl-zoom--image img {
    width: 100%
}

.pxl-zoom-point {
    width: 240px;
    height: 240px;
    position: absolute;
    z-index: -2;
    right: 0;
    top: -240px;
    margin: auto;
    left: 0
}

.pxl-zoom-point .pxl-item--overlay {
    width: 100%;
    height: 100%;
    background-color: #151a25;
    z-index: -1;
    -webkit-border-radius: 240px;
    -khtml-border-radius: 240px;
    -moz-border-radius: 240px;
    -ms-border-radius: 240px;
    -o-border-radius: 240px;
    border-radius: 240px;
    -webkit-transition: all .25s cubic-bezier(.3,.3,0,.8);
    -khtml-transition: all .25s cubic-bezier(.3,.3,0,.8);
    -moz-transition: all .25s cubic-bezier(.3,.3,0,.8);
    -ms-transition: all .25s cubic-bezier(.3,.3,0,.8);
    -o-transition: all .25s cubic-bezier(.3,.3,0,.8);
    transition: all .25s cubic-bezier(.3,.3,0,.8)
}

.pxl-loader {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
    z-index: 999999
}

.pxl-loader.is-loaded {
    opacity: 0;
    visibility: hidden
}

.pxl-loader .loader-circle {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
    border-radius: 100%
}

.pxl-loader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    transform-origin: 60px 60px;
    animation: pxl_spin 1.2s infinite linear
}

.pxl-loader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.44)),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(to bottom,rgba(255,255,255,.44),rgba(255,255,255,0));
    background-image: -moz-linear-gradient(to bottom,rgba(255,255,255,.44),rgba(255,255,255,0));
    background-image: -ms-linear-gradient(to bottom,rgba(255,255,255,.44),rgba(255,255,255,0));
    background-image: -o-linear-gradient(to bottom,rgba(255,255,255,.44),rgba(255,255,255,0));
    background-image: linear-gradient(to bottom,rgba(255,255,255,.44),rgba(255,255,255,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.44)',endColorStr='rgba(255, 255, 255, 0)');
    background-color: initial;
    position: relative
}

.pxl-loader .loader-line-mask .loader-line:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #000;
    z-index: 99;
    border-radius: inherit
}

.pxl-loader .loader-logo {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    left: 0;
    right: 0;
    text-align: center
}

.pxl-loader .loader-logo img {
    height: 45px;
    width: auto
}

.elementor>.pin-spacer {
    width: 100%!important
}

.elementor>.pin-spacer>.elementor-section {
    max-width: 100%!important;
    width: 100%!important;
    left: 0!important
}

.elementor-editor-active #pxl-loadding {
    display: none!important
}

.elementor-editor-active .pin-spacer>.elementor-element {
    position: static!important;
    height: auto!important;
    max-height: 100%!important
}

.pxl-section-fix-bottom {
    z-index: 999
}

.scroll-top-active>.elementor-section {
    top: 0!important;
    left: 0!important;
    position: relative!important
}

@media screen and (max-width: 1260px) {
    .pxl-section-fix-bottom .pxl-section-overlay-color {
        left:0!important;
        right: 0!important
    }
}

.pxl-box-hover1 .pxl-item--inner {
    position: relative;
    z-index: 1
}

.pxl-box-hover1 .pxl-item--inner:before,.pxl-box-hover1 .pxl-item--inner:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: var(--primary-color);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.pxl-box-hover1 .pxl-item--inner:before {
    left: 0;
    right: 0;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    z-index: -1
}

.pxl-box-hover1 .pxl-item--inner:after {
    opacity: .3;
    left: 25px;
    right: 25px;
    z-index: -2;
    height: 16px;
    top: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    transform: scaleY(0);
    transform-origin: top center
}

.pxl-box-hover1 .pxl-item--inner:hover:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

.pxl-box-hover1 .pxl-item--inner:hover:after {
    transform: scaleY(1);
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

.hover-imge-effect1 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect1 a {
    display: block
}

.hover-imge-effect1 a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0
}

.hover-imge-effect2 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect2 img {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1)
}

.hover-imge-effect2-up {
    position: relative;
    overflow: hidden
}

.hover-imge-effect2-up img {
    -webkit-transition: all .6s;
    -khtml-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.hover-imge-effect3 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect3 img {
    -webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1);
    -khtml-transition: all 1.5s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1.5s cubic-bezier(.19,1,.22,1);
    -ms-transition: all 1.5s cubic-bezier(.19,1,.22,1);
    -o-transition: all 1.5s cubic-bezier(.19,1,.22,1);
    transition: all 1.5s cubic-bezier(.19,1,.22,1)
}

.hover-imge-effect4 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect4 .hover-item {
    width: 50%;
    height: 50%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    -webkit-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -khtml-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -moz-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -ms-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -o-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    opacity: 0
}

.hover-imge-effect4 .hover-item.hover-item1 {
    top: 0;
    left: 0
}

.hover-imge-effect4 .hover-item.hover-item2 {
    top: 0;
    left: 50%
}

.hover-imge-effect4 .hover-item.hover-item3 {
    left: 50%;
    top: 50%
}

.hover-imge-effect4 .hover-item.hover-item4 {
    left: 0;
    top: 50%
}

.pxl-post--inner:hover .hover-imge-effect1 a:before,.pxl-item--inner:hover .hover-imge-effect1 a:before {
    -webkit-animation: img_circle .65s;
    animation: img_circle .65s
}

.pxl-post--inner:hover .hover-imge-effect2 img,.pxl-item--inner:hover .hover-imge-effect2 img {
    -webkit-transform: scale(1.07,1.07)translatex(-10px);
    transform: scale(1.07,1.07)translatex(-10px)
}

.pxl-post--inner:hover .hover-imge-effect3 img,.pxl-item--inner:hover .hover-imge-effect3 img {
    -webkit-transform: scale(1.06);
    -khtml-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item1,.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item1 {
    left: 50%;
    top: 0;
    opacity: 1
}

.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item2,.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item2 {
    left: 50%;
    top: 50%;
    opacity: 1
}

.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item3,.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item3 {
    left: 0%;
    top: 50%;
    opacity: 1
}

.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item4,.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item4 {
    left: 0%;
    top: 0%;
    opacity: 1
}

.pxl-flipbox {
    position: relative;
    perspective: 1200px
}

.pxl-flipbox .pxl-flipbox--front,.pxl-flipbox .pxl-flipbox--back {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pxl-flipbox .pxl-flipbox--back {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotateY(180deg)translateZ(1px)translateY(-50%);
    z-index: 99
}

.pxl-flipbox .pxl-flipbox--wrap {
    position: relative;
    transition-property: box-shadow,transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transform-style: preserve-3d
}

.pxl-flipbox:hover .pxl-flipbox--wrap {
    transform: rotateY(180deg);
    transform-origin: 50% 50%
}

#jpreOverlay {
    background: url(../img/logo-big.png);
    position: absolute;
    width: 100%;
    height: 100%
}

#jpreSlide {
    font-size: 22px;
    color: #ccc;
    text-align: center;
    width: 50%;
    height: 30%
}

#jpreLoader {
    bottom: 40px;
    left: 100px;
    right: 100px;
    margin-top: 40px;
    height: 1px;
    background: #fff
}

#jpreBar {
    background-color: var(--primary-color);
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px
}

#jprePercentage {
    display: none;
    color: #111;
    z-index: -1;
    
    text-align: center;
    margin-top: 10px;
    font-size: 96px;
    margin-top: -10px
}

body.rtl .pxl-box-hover1 .pxl-item--inner:before {
    transform-origin: left center;
    -webkit-transform-origin: left center
}

body.rtl .pxl-box-hover1 .pxl-item--inner:hover:before {
    transform-origin: right center;
    -webkit-transform-origin: right center
}

.z-index-1 {
    z-index: 1
}

.pxl-icon-reverse {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-icon-middle {
    position: relative
}

.pxl-icon-middle>* {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.pxl-hidden {
    display: none
}

.color-white {
    color: #fff
}

.btn-flex {
    display: inline-flex;
    align-items: center
}

.btn-flex i {
    display: inline-flex
}

.field-dflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-text-nowrap {
    white-space: nowrap
}

.pxl--hover-slideup {
    -webkit-transition: all .65s cubic-bezier(.23,1,.32,1);
    -khtml-transition: all .65s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .65s cubic-bezier(.23,1,.32,1);
    -ms-transition: all .65s cubic-bezier(.23,1,.32,1);
    -o-transition: all .65s cubic-bezier(.23,1,.32,1);
    transition: all .65s cubic-bezier(.23,1,.32,1)
}

.pxl--hover-slideup:hover {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.pxl--effect-slide:after {
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    transition: transform .3s cubic-bezier(.37,.31,.2,.85)
}

.pxl--effect-slide:hover:after {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

.d-inline-block {
    display: inline-block
}

.pxl-d-flex {
    display: inline-flex
}

.pxl-mw-1200 {
    max-width: 1200px
}

.fs-17 {
    font-size: 17px
}

.lt-4 {
    letter-spacing: -.03em!important
}

.pxl-text-center {
    text-align: center
}

@media screen and (max-width: 767px) {
    .pxl-text-center .pxl-link-page1 .pxl-item--inner {
        justify-content:center
    }
}

.pxl-text-left {
    text-align: left
}

.pxl-text-right {
    text-align: right
}

.pxl-img--mask {
    width: 100px;
    height: 100px;
    position: relative
}

.pxl-img--mask .pxl--mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -ms-mask-position: center center;
    -o-mask-position: center center;
    mask-position: center center;
    mask-size: cover;
    -webkit-mask-size: cover
}

.text-primary {
    color: var(--primary-color)
}

.text-secondary {
    color: var(--secondary-color)
}

.pxl-flex-grow {
    flex-grow: 1
}

.pxl-icon--plus {
    height: 10px;
    width: 10px;
    position: relative;
    cursor: pointer
}

.pxl-icon--plus:before,.pxl-icon--plus:after {
    content: '';
    background-color: #122a00;
    position: absolute;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon--plus:before {
    width: 12px;
    height: 2px;
    top: 4px;
    left: 0
}

.pxl-icon--plus:after {
    width: 2px;
    height: 12px;
    left: 4px;
    top: 0
}

.pxl-icon--minus {
    height: 10px;
    width: 10px;
    position: relative;
    cursor: pointer
}

.pxl-icon--minus:before {
    content: '';
    background-color: #122a00;
    position: absolute;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon--minus:before {
    width: 10px;
    height: 2px;
    top: 10px;
    left: 5px
}

.pxl-inline-flex {
    display: inline-flex;
    align-items: center
}

.pxl-flex {
    display: flex;
    flex-wrap: wrap
}

.pxl-flex-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.pxl-flex-middle {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between !important; */
    align-items: center;
}

.pxl-flex-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end
}

.pxl-flex-center {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.pxl-widget-flex>.elementor-widget-container>div {
    display: flex
}

.el-empty:empty,.pxl-empty:empty {
    display: none!important
}

.pxl-spill,.pxl-gallery .pxl--item-inner.video-active:before,.pxl-wg-categories .pxl-category--inner:before,.pxl-wg-categories .pxl-category--inner a,.pxl-wg-categories .pxl-category--inner .pxl-category--img,.pxl-contact-info-widget:before,.pxl-grid .pxl-post--link,.pxl-post-carousel .pxl-post--link,.pxl-post-modern .pxl-post--link {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-skew {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--primary-color);
    transform: skew(-9deg);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-middle,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:before,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.pxl-icon--middle {
    position: relative
}

.pxl-icon--middle * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.pxl-item--flex,#pxl-search-popup .pxl-item--conent {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-item--flexnw {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.color-inherit {
    color: inherit
}

.color-inherit:hover {
    color: inherit
}

.color-primary {
    color: var(--primary-color);
    fill: var(--primary-color)
}

.color-secondary {
    color: var(--secondary-color);
    fill: var(--secondary-color)
}

.text-gradient,.pxl-link .pxl-type-gradient i,.pxl-heading .highlight-text-gradient .pxl-title--highlight,.btn--readmore .btn--backdrop .btn--text,.pxl-contact-info-widget .pxl-item--icon i {
    background-color: ;
    background-image: -webkit-gradient(linear,right top,left top,from(),to());
    background-image: -webkit-linear-gradient(to right,,);
    background-image: -moz-linear-gradient(to right,,);
    background-image: -ms-linear-gradient(to right,,);
    background-image: -o-linear-gradient(to right,,);
    background-image: linear-gradient(to right,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='',gradientType='1');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.text-gradient-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(),to());
    background-image: -webkit-linear-gradient(to bottom,,);
    background-image: -moz-linear-gradient(to bottom,,);
    background-image: -ms-linear-gradient(to bottom,,);
    background-image: -o-linear-gradient(to bottom,,);
    background-image: linear-gradient(to bottom,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.text-gradient-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(),to());
    background-image: -webkit-linear-gradient(to bottom,,);
    background-image: -moz-linear-gradient(to bottom,,);
    background-image: -ms-linear-gradient(to bottom,,);
    background-image: -o-linear-gradient(to bottom,,);
    background-image: linear-gradient(to bottom,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.pxl-icon-color-gradient i {
    background-color: ;
    background-image: -webkit-gradient(linear,right top,left top,from(),to());
    background-image: -webkit-linear-gradient(to right,,);
    background-image: -moz-linear-gradient(to right,,);
    background-image: -ms-linear-gradient(to right,,);
    background-image: -o-linear-gradient(to right,,);
    background-image: linear-gradient(to right,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='',gradientType='1');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.text-gradient-bg {
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.rm-text-gradient {
    text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-image: none
}

.bg-gradient,.pxl-contact-info-widget .pxl-item--icon,.btn-readmore-1:before,.pxl-btn-video.style2 {
    background-color: ;
    background-image: -webkit-gradient(linear,right top,left top,from(),to());
    background-image: -webkit-linear-gradient(to right,,);
    background-image: -moz-linear-gradient(to right,,);
    background-image: -ms-linear-gradient(to right,,);
    background-image: -o-linear-gradient(to right,,);
    background-image: linear-gradient(to right,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='',gradientType='1')
}

.bg-gradient-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(),to());
    background-image: -webkit-linear-gradient(to bottom,,);
    background-image: -moz-linear-gradient(to bottom,,);
    background-image: -ms-linear-gradient(to bottom,,);
    background-image: -o-linear-gradient(to bottom,,);
    background-image: linear-gradient(to bottom,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='')
}

.ft-theme-default,.pxl-swiper-pagination .pxl-swiper-current-slide,.pxl-swiper-pagination .pxl-swiper-total-slides,.pxl-breadcrumb,.pxl-link.style-4 a,.pxl-link.style-5 a,.pxl-link.style-underline a,.pxl-text-effect1,.pxl-icon1.style-2 span,.pxl-icon1.style-3 a,.pxl-social-icons1 a,.pxl-heading .pxl-item--title,.pxl-team-box1 .pxl-item--inner .box-right .pxl-item--position,#pxl-search-popup .pxl-item--conent form .search-field,.pxl-search-popup-button .pxl_cart_counter,.pxl-cart-sidebar-button .pxl_cart_counter,.pxl-list1 label,body .pxl-search-form1 .pxl-search-submit,.shortcode-btn-style1,.pxl-gallery-scroll1 .pxl--gallery .pxl-item--button,.pxl-gallery-scroll1 .pxl-gallery--nav,.pxl-language-switch .language,.pxl-icon-postformat .link-icon a span,.pxl-process1 .pxl-item--step,.pxl-process1 .pxl-list-text li,.pxl-countdown .countdown-period,.pxl-text-carousel1 .pxl-item--number,.pxl-text-carousel1 .pxl-item--title,.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--subtitle,.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--title,.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--title,.pxl-info-box1 .pxl-title,.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner .content--wrapper .item--button,.pxl-chart-2 .lengend .list-content .title,.pxl-showcase2 .pxl-item--label,.pxl-showcase2 .pxl-item--inner .pxl-item--image .pxl-item--readmore a,.pxl-showcase2 .pxl-item--inner .pxl-item--title a,.pxl-icon--users .form-hover .btn-action,.pxl-icon--users .form-hover .wrap-form-action .field-rememberme label,.pxl-icon--users .form-hover .wrap-form-action .field-forgot-password a,.pxl-icon--users .form-hover .wrap-form-action .button-to-login,.pxl-icon--users .form-hover .wrap-form-action .button-to-register a,.pxl-icon--users .form-hover .wrap-form-action .button-to-register,.pxl-icon--users .form-hover .wrap-form-action .field-group input:not([type=checkbox]),.pxl-icon--users .form-hover .wrap-form-action .field-group button,.pxl-icon--users .pxl-user-form-profile .profile-content .user-name,.pxl-image-scroll .pxl-image_list .wrap-content .title,.pxl-banner a,.pxl-menu-primary li a,.pxl-menu-primary>li>a,.pxl-archive-post .post-content .post-title,.pxl-archive-post .post-content .post-btn-wrap a,.pxl-archive-post.format-link .post-featured .post-title a,.pxl-archive-post.format-link .post-featured .post-title,.pxl-archive-post.format-link .post-featured .link-text,.pxl-archive-post.format-quote .content-top .link-icon span,.pxl-archive-post.format-quote .post-featured .quote-text a,.pxl-archive-post.format-quote .post-featured .quote-cite,.post-tags-share>div .post-shares .label,.post-tags-share .post-tags-wrap .post-tags a,.pxl--post-footer label,.pxl-post--navigation,.pxl-post--author-info .pxl-user--name,.error404 .btn-sm,.error404 .pxl-error-title,.btn--readmore,.page-links .post-page-numbers,.widget .widget-title,.pxl-widget-title,.wp-block-search__label,.pxl-sidebar-sticky .widget .wp-block-heading,.rss-widget-title,.comments-title,.comment-reply-title,.widget_product_categories ul:not(.list) li a,.widget_categories ul:not(.list) li a,.widget_nav_menu ul:not(.list) li a,.widget_pages ul:not(.list) li a,.widget_archive ul:not(.list) li a,.widget_meta ul:not(.list) li a,.widget_recent_entries ul:not(.list) li a,.widget_tag_cloud a,.widget_product_tag_cloud a,.widget_pxl_recent_posts .pxl-item--title,.widget_recent_comments ul,.widget_recent_comments ol,.widget_rss .rsswidget,.widget_block .wp-block-search__label,.widget_block .wp-block-group__inner-container>h2,.widget_block .wp-block-latest-posts__list,.widget_block .wp-block-latest-comments,.pxl-wg-categories .pxl-category--inner span,.pxl-contact-info-widget .pxl-phone--number,.ft-gt,.pxl-info-box2 .pxl-title,.wrap-ctf-3 .input-filled:last-child button,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category,.ft-gt p,.pxl-info-box2 .pxl-title p,.wrap-ctf-3 .input-filled:last-child button p,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category p,.ft-gt h1,.pxl-info-box2 .pxl-title h1,.wrap-ctf-3 .input-filled:last-child button h1,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h1,.ft-gt h2,.pxl-info-box2 .pxl-title h2,.wrap-ctf-3 .input-filled:last-child button h2,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h2,.ft-gt h3,.pxl-info-box2 .pxl-title h3,.wrap-ctf-3 .input-filled:last-child button h3,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h3,.ft-gt h4,.pxl-info-box2 .pxl-title h4,.wrap-ctf-3 .input-filled:last-child button h4,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h4,.ft-gt h5,.pxl-info-box2 .pxl-title h5,.wrap-ctf-3 .input-filled:last-child button h5,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h5,.ft-gt h6,.pxl-info-box2 .pxl-title h6,.wrap-ctf-3 .input-filled:last-child button h6,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category h6,.ft-gt div,.pxl-info-box2 .pxl-title div,.wrap-ctf-3 .input-filled:last-child button div,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category div,.ft-gt span,.pxl-info-box2 .pxl-title span,.wrap-ctf-3 .input-filled:last-child button span,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category span,input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea,select,.pxl-select-higthlight,.nice-select,.comment-title,.comment-text,.comment-reply a,.single-post .comment-form input[type=text],.single-post .comment-form textarea,.comment-form-cookies-consent,.nice-select ul.list,.wrap-ctf2 button,.wrap-ctf-page button,.wrap-ctf-page.single-sv button,.wrap-ctf-step .pxl-step .step,.wrap-ctf-step .your-submit button,.cf7mls-btns button,.wrap-ctf-marketing .input-filled button,.wrap-ctf-corporate button,.wrap-ctf-insurance .col-content .inner-content .title-content,.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label,.wrap-ctf-insurance .col-content .inner-content .list-feat li,.wrap-ctf-insurance .col-form button,.wrap-ctf-hr .input-filled button,.widget_shopping_cart .widget_shopping_cart_content .remove_from_cart_button,.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .total span,.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .total strong,.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .buttons a,.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta,.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta .quantity,.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button,.woocommerce #pxl-sidebar-area .widget_price_filter .price_label,.woocommerce #pxl-sidebar-area .widget_price_filter .price_label span:first-child:before,.woocommerce #pxl-sidebar-area .widget_products ul a,.woocommerce .nice-select span.current,.woocommerce-page .nice-select span.current,.woocommerce .button.add_to_cart_button,.woocommerce-page .button.add_to_cart_button,.woocommerce button.single_add_to_cart_button,.woocommerce-page button.single_add_to_cart_button,.woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce a.added_to_cart.wc-forward,.woocommerce-page a.added_to_cart.wc-forward,.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart),.woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart),.woocommerce .quantity .qty,.woocommerce-page .quantity .qty,.woocommerce span.onsale,.single-product .comment-reply-title,.single-product .comment-form .form-submit .submit,.single-product .meta .woocommerce-review__author,.single-product .woocommerce-social-share label,.single-product section.related .woocommerce-product-content .woocommerce-product--title,.single-product #pxl-content-area div.product form.cart label,.single-product>div.product form.cart label,.single-product #pxl-content-area div.product .entry-summary .price,.single-product>div.product .entry-summary .price,.single-product #pxl-content-area div.product .quantity-label,.single-product>div.product .quantity-label,.single-product #pxl-content-area div.product .wooc-product-meta button,.single-product>div.product .wooc-product-meta button,.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .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 #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,.single-product #pxl-content-area div.product .product_meta,.single-product>div.product .product_meta,body.woocommerce-cart .woocommerce-cart-form .shop_table thead th,.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label,.woosw-popup .woosw-item--actions a.button,.woosw-list table.woosw-items .woosw-item .woosw-item--actions a.button,.woosw-list table.woosw-items .woosw-item .woosw-item--actions .added_to_cart.wc-forward,.pxl-shop-topbar-wrap .woocommerce-result-count,.woocommerce-pagination ul .page-numbers,.woocommerce.archive .products.shop-view-list li .woocommerce-wishlist button,.woocommerce.archive .products.shop-view-list li .add_to_cart_button,.woocommerce.archive .products.shop-view-list li .added_to_cart,.pxl-grid .pxl-pagination-links .page-numbers,.pxl-post-carousel .pxl-pagination-links .page-numbers,.pxl-post-modern .pxl-pagination-links .page-numbers,.pxl-grid-filter,.pxl-grid-filter,.btn-readmore-1,.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--featured .note-post,.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .btn-readmore a,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author span,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category span,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author a,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category a,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .btn--readmore,.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--meta,.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--meta a,.pxl-post-carousel3 .pxl-post--inner .pxl-post--button .btn--readmore,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author span,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category span,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author a,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category a,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--title,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .btn--readmore,.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--featured .pxl-post--category a,.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--title,.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .btn--readmore,.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .date,.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore,.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title a,.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--category a,.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title a,.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--category a,.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore,.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta span,.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-post--title a,.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore,.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--title a,.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--category a,.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .count-pos,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .count-pos,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .count-pos,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .count-pos,.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .count-pos,.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a,.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--category a,.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a,.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore a,.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .multi-text li,.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a,.pxl-post-navigation .pxl-icon-link,.pxl-industries-carousel1 .pxl-post--inner .pxl-post--category a,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--category a,.pxl-post-list .post-list-toolbar .current,.pxl-post-list .list-item.format-link .link-title a,.pxl-post-list .list-item.format-quote .link-title a,.pxl-post-list .list-item.format-link .quote-inner-wrap .link-icon span,.pxl-post-list .list-item.format-quote .quote-inner-wrap .link-icon span,.pxl-post-list .list-item.format-link .quote-text,.pxl-post-list .list-item.format-quote .quote-text,.pxl-post-list .list-item.format-link .link-footer a,.pxl-post-list .list-item.format-quote .link-footer a,.pxl-post-list .list-item.format-link .quote-footer a,.pxl-post-list .list-item.format-quote .quote-footer a,.pxl-post-list .list-item.format-link .link-footer .quote-cite,.pxl-post-list .list-item.format-quote .link-footer .quote-cite,.pxl-post-list .list-item.format-link .quote-footer .quote-cite,.pxl-post-list .list-item.format-quote .quote-footer .quote-cite,.pxl-post-list .list-item.format-standard .item-title,.pxl-post-list .list-item.format-video .item-title,.pxl-post-list .list-item.format-audio .item-title,.pxl-post-list .list-item.format-standard .post-readmore a,.pxl-post-list .list-item.format-video .post-readmore a,.pxl-post-list .list-item.format-audio .post-readmore a,.pxl-post-list .list-item.format-standard .post-shares .label,.pxl-post-list .list-item.format-video .post-shares .label,.pxl-post-list .list-item.format-audio .post-shares .label,.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .top-content .pxl-item--title,.pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .btn-more,.pxl-image-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-button a,.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--sub-title,button,.button,input[type=submit],.btn:not(.btn-stroke),.pxl-nav-menu .pxl-menu-primary>li>a,.pxl-icon-box1.style-2 .pxl-item--inner .pxl-item--title,.pxl-icon-box1.style-4 .pxl-item--inner .pxl-item--title,.pxl-icon-box2 .pxl-item--inner .content-top .pxl-item--title,.pxl-icon-box3 .pxl-item--inner .pxl-item--title,.pxl-icon-box4 .pxl-item--inner .pxl-item--title,.pxl-icon-box5 .pxl-item--inner .number,.pxl-icon-box6 .pxl-item--inner .content-1 .btn-show-more,.pxl-icon-box6 .pxl-item--inner .pxl-list-item li,.pxl-icon-box6 .pxl-item--inner .pxl-item--button,.pxl-icon-box7 .pxl-item--inner .pxl-item--title,.pxl-icon-box9 .pxl-item--inner.front .subtitle,.pxl-icon-box9 .pxl-item--inner.behind .btn-link,.pxl-counter1 .pxl-counter--title,.pxl-counter3 .pxl-counter--title,.pxl-counter2 .pxl-counter--holder .pxl-counter--title,.pxl-testimonial-grid1 .btn--loadmore a,.pxl-testimonial-grid2 .pxl-grid-item .top-content .quote,.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--description,.pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc,.pxl-testimonial-carousel2 .pxl-swiper-slide .pxl-item--inner .quote,.pxl-testimonial-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc,.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .meta-top .quote,.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc,.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc,.pxl-accordion1.style1 .pxl-accordion--title,.pxl-accordion1.style4 .pxl-accordion--title,.pxl-accordion1.style3 .pxl-accordion--title,.pxl-accordion1.style2 .pxl--item .pxl-accordion--title,.pxl-accordion1.style2 .pxl--item .pxl-accordion--content h4,.pxl-accordion1.style2 .pxl--item .pxl-accordion--content ul li span,.pxl-accordion1.style2 .pxl--item .pxl-accordion--content a,.tt_navigation_cell .tt_tabs_navigation li a,.pxl-tabs1 .pxl-tabs--inner .pxl-tabs--title .pxl-item--title,.pxl-tabs2 .pxl-tabs--title .pxl-item--title,.pxl-tabs3 .pxl-tabs--title .pxl-item--title,.pxl-tabs4 .pxl-tabs--inner .pxl-item--title,.pxl-progressbar-1.style-1 .pxl--percentage,.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--title,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-item--title,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-item--title,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--title,.pxl-pricing1 .content-inner .pxl-item--title-box,.pxl-pricing1 .content-inner .pxl-item--price span,.pxl-pricing1 .content-inner .pxl-item--button_docs .btn-doc,.pxl-pricing1 .content-inner .pxl-item--button a,.pxl-pricing1 .content-inner .pxl-item--feature .content {
   
}

.bg-image {
    background-position: 50%;
    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,.7);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.pxl-close:before,.pxl-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.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(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.pxl-left {
    float: left
}

.pxl-right {
    float: right
}

.pxl-hide {
    display: none
}

@media screen and (min-width: 1201px) {
    .pxl-hide-xl {
        display:none!important
    }
}

@media screen and (max-width: 1200px) {
    .pxl-hide-lg {
        display:none!important
    }
}

@media screen and (max-width: 1260px) {
    .pxl-hide-lg2 {
        display:none!important
    }
}

.pxl-sz-10 {
    font-size: 10px
}

.pxl-sz-11 {
    font-size: 11px
}

.pxl-sz-12 {
    font-size: 12px
}

.pxl-sz-13 {
    font-size: 13px
}

.pxl-sz-14 {
    font-size: 14px
}

.pxl-sz-15 {
    font-size: 15px
}

.pxl-sz-16 {
    font-size: 16px
}

.pxl-sz-17 {
    font-size: 17px
}

.pxl-sz-18 {
    font-size: 18px
}

.pxl-sz-19 {
    font-size: 19px
}

.pxl-sz-20 {
    font-size: 20px
}

.pxl-sz-21 {
    font-size: 21px
}

.pxl-sz-22 {
    font-size: 22px
}

.pxl-sz-23 {
    font-size: 23px
}

.pxl-sz-24 {
    font-size: 24px
}

.pxl-sz-25 {
    font-size: 25px
}

#home-2-slider>rs-module-wrap {
    width: 100%!important
}

@media(max-width: 1200px) {
    .pxl-image-prl {
        height:auto!important
    }
}

.pxl-image-prl img {
    width: 100%
}

.revslider-initialised .text-box-gradient {
    width: 58px;
    height: 60px;
    display: inline-flex;
    position: relative;
    z-index: 1;
    align-items: center;
    margin: 0 2px;
    background-clip: content-box;
    -o-background-clip: content-box;
    -ms-background-clip: content-box;
    -moz-background-clip: content-box;
    -webkit-background-clip: content-box;
    text-fill-color: #121a1d;
    -o-text-fill-color: #121a1d;
    -ms-text-fill-color: #121a1d;
    -moz-text-fill-color: #121a1d;
    -webkit-text-fill-color: #121a1d;
    justify-content: center
}

@media screen and (max-width: 777px) {
    .revslider-initialised .text-box-gradient {
        width:50px;
        height: 52px
    }
}

.revslider-initialised .text-box-gradient:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 15px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(),to());
    background-image: -webkit-linear-gradient(to bottom,,);
    background-image: -moz-linear-gradient(to bottom,,);
    background-image: -ms-linear-gradient(to bottom,,);
    background-image: -o-linear-gradient(to bottom,,);
    background-image: linear-gradient(to bottom,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    width: 100%;
    height: 100%;
    z-index: -1
}

@media screen and (max-width: 777px) {
    .revslider-initialised .text-box-gradient:before {
        top:5px
    }
}

.revslider-initialised .rs-layer.slide-visible {
    margin: 0 0 10px;
    overflow: visible!important
}

.revslider-initialised .rs-layer.slide-visible .btn {
    margin: 3px
}

.revslider-initialised .btn.btn-text-parallax {
    line-height: inherit!important;
    font-size: inherit!important
}

.revslider-initialised .theme-custom1.tparrows {
    width: 90px;
    height: 90px;
    background-color: #151a25;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #d4d4d4;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width: 1400px) {
    .revslider-initialised .theme-custom1.tparrows {
        width:60px;
        height: 60px
    }
}

.revslider-initialised .theme-custom1.tparrows:hover {
    background-color: var(--primary-color)
}

.revslider-initialised .theme-custom1.tparrows:before {
    content: "\f142";
   
    font-size: 26px
}

@media screen and (max-width: 1400px) {
    .revslider-initialised .theme-custom1.tparrows:before {
        font-size:17px
    }
}

.revslider-initialised .theme-custom1.tparrows.tp-leftarrow:before {
    transform: scalex(-1)
}

@media screen and (max-width: 1200px) {
    .revslider-initialised .theme-custom1.tparrows.tp-leftarrow {
        transform:translate(15px,0)!important
    }
}

@media screen and (max-width: 1200px) {
    .revslider-initialised .theme-custom1.tparrows.tp-rightarrow {
        transform:translate(-75px,0)!important
    }
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs {
    padding: 0!important;
    width: auto!important;
    height: auto!important
}

@media screen and (max-width: 991px) {
    .revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs {
        display:none!important
    }
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 50px
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb {
    opacity: 1
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(45deg,#ff0058,#5f01d3);
    background-image: -moz-linear-gradient(45deg,#ff0058,#5f01d3);
    background-image: -ms-linear-gradient(45deg,#ff0058,#5f01d3);
    background-image: -o-linear-gradient(45deg,#ff0058,#5f01d3);
    background-image: linear-gradient(45deg,#ff0058,#5f01d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0058',endColorStr='#5f01d3');
    -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;
    -webkit-mask-image: url(../img/thumb-mask.png);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: scale(.9)
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb .tp-thumb-image {
    -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;
    -webkit-mask-image: url(../img/thumb-mask.png);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb:nth-child(even) {
    transform: scalex(-1)
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb.selected .tp-thumb-image {
    transform: scale(.9);
    margin-left: 2px
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb.selected:before {
    transform: scale(1)
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb:nth-child(2) {
    margin-top: -50px
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb:nth-child(3) {
    margin-top: -100px
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb:nth-child(4) {
    margin-top: -150px
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb:nth-child(5) {
    margin-top: -200px
}

.revslider-initialised .theme-custom1.nav-dir-vertical.tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb:nth-child(6) {
    margin-top: -250px
}

.erinyen {
    overflow: hidden
}

.tp-title-wrap {
    display: none!important
}

body .pxl-wapper .erinyen.tparrows {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background: #fff!important
}

body .pxl-wapper .erinyen.tparrows:before {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    color: #121c27!important
}

body .pxl-wapper .erinyen.tparrows:hover {
    background: #121c27!important
}

body .pxl-wapper .erinyen.tparrows:hover:before {
    color: #fff!important
}

.tp-leftarrow.tparrows.erinyen:before {
    content: "\f135"!important;
    font-family: bootstrap-icons!important;
    font-size: 32px!important
}

.tp-rightarrow.tparrows.erinyen:before {
    content: "\f135"!important;
    transform: scalex(-1)!important;
    font-size: 32px!important;
    font-family: bootstrap-icons!important
}

#home-2-header {
    border: 2px solid #676767;
    border-radius: 70px;
    position: relative!important
}

#home-2-header-sticky {
    border-bottom: 2px solid #676767
}

.pxl-header-divider1,.pxl-header-divider2,.pxl-header-divider3,.pxl-header-divider4 {
    width: 27%;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg,rgba(255,255,255,0),var(--primary-color),rgba(255,255,255,0))
}

.pxl-header-divider1 {
    top: -2px;
    left: 15%
}

.pxl-header-divider2 {
    bottom: -2px;
    left: 5%
}

.pxl-header-divider3 {
    top: -2px;
    right: 5%
}

.pxl-header-divider4 {
    bottom: -2px;
    right: 15%
}

.pxl-section-border-gradient {
    border-top: 8px solid transparent;
    position: relative!important
}

.pxl-section-border-gradient:before {
    content: '';
    background-color: 50%;
    background-image: -webkit-gradient(linear,right top,left top,from( 50%),to( 0%));
    background-image: -webkit-linear-gradient(to right,50%,0%);
    background-image: -moz-linear-gradient(to right,50%,0%);
    background-image: -ms-linear-gradient(to right,50%,0%);
    background-image: -o-linear-gradient(to right,50%,0%);
    background-image: linear-gradient(to right,50%,0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=' 50%',endColorStr=' 0%',gradientType='1');
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px
}

.pxl-section-border-gradient:after {
    content: '';
    background-color: ;
    background-image: -webkit-gradient(linear,right top,left top,from(),to());
    background-image: -webkit-linear-gradient(to right,,);
    background-image: -moz-linear-gradient(to right,,);
    background-image: -ms-linear-gradient(to right,,);
    background-image: -o-linear-gradient(to right,,);
    background-image: linear-gradient(to right,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='',gradientType='1');
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
    margin: auto;
    width: 70px
}

.pxl-hover-parallax:not(.hovered) .pxl-item-parallax {
    transform: translate3d(0,0,0)!important
}

.pxl-hover-parallax .pxl-item-parallax {
    -webkit-transition: transform 300ms linear 0ms;
    -khtml-transition: transform 300ms linear 0ms;
    -moz-transition: transform 300ms linear 0ms;
    -ms-transition: transform 300ms linear 0ms;
    -o-transition: transform 300ms linear 0ms;
    transition: transform 300ms linear 0ms
}

.pxl-logo a {
    display: inline-block;
    position: relative
}

.pxl-logo img {
    width: auto;
    vertical-align: middle
}

.pxl-text-editor .pxl-item--inner {
    display: inline-block
}

.pxl-text-editor p {
    margin-bottom: 30px
}

.pxl-text-editor p:last-child {
    margin-bottom: 0
}

.pxl-text-editor .pxl-text--highlight {
    color: var(--primary-color)
}

.st0 {
    display: block!important
}

.pxl-link {
    list-style: none;
    margin: 0;
    padding: 0
}

.pxl-link i {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-link.style-default a {
    position: relative
}

.pxl-link.style-default a i,.pxl-link.style-default a svg {
    position: absolute;
    top: 50%;
    transform: translatey(-50%)scale(0);
    left: 0;
    transform-origin: left;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms
}

.pxl-link.style-default a:hover {
    padding-left: 25px
}

.pxl-link.style-default a:hover i,.pxl-link.style-default a:hover svg {
    transform: translatey(-50%)scale(1)
}

.pxl-link a {
    display: inline-flex;
    font-size: 16px;
    color: #586563
}

.pxl-link a:hover {
    color: var(--primary-color)
}

.pxl-link svg {
    transform: translatey(3px);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: auto
}

.pxl-link svg path {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-link i {
    min-width: 24px;
    margin-top: 5px;
    font-size: 15px;
    display: inline-flex
}

.pxl-link.type-vertical li+li {
    margin-top: 6px
}

.pxl-link.type-horizontal {
    display: flex;
    flex-wrap: wrap
}

.pxl-link.type-horizontal li {
    margin: 0 10px
}

.pxl-link.style-divider li {
    position: relative;
    display: inline-flex
}

.pxl-link.style-divider li:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #535457
}

.pxl-link.style-divider li:last-child {
    padding-right: 0!important;
    margin-right: 0!important
}

.pxl-link.style-divider li:last-child:after {
    display: none
}

.pxl-link.style-divider a {
    position: relative
}

.pxl-link.style-divider a:before,.pxl-link.style-divider a:after {
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    background-color: var(--primary-color)
}

.pxl-link.style-divider a:before {
    left: 0
}

.pxl-link.style-divider a:after {
    right: 0
}

.pxl-link.style-divider a span {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms
}

.pxl-link.style-divider a:hover span {
    -webkit-transform: translatey(-2px);
    -khtml-transform: translatey(-2px);
    -moz-transform: translatey(-2px);
    -ms-transform: translatey(-2px);
    -o-transform: translatey(-2px);
    transform: translatey(-2px)
}

.pxl-link.style-divider a:hover:before,.pxl-link.style-divider a:hover:after {
    width: 50%
}

.pxl-link.style-3 a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-link.style-3 a span {
    text-decoration: underline transparent;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-link.style-3 a:hover span {
    text-decoration: underline var(--primary-color)
}

.pxl-link.style-3 .pxl-item--link+.pxl-item--link {
    margin-top: 12px
}

.pxl-link.style-4 a {
    column-gap: 10px;
    color: #121315
}

.pxl-link.style-4 a i {
    order: 2;
    opacity: 0
}

.pxl-link.style-4 a span {
    order: 1
}

.pxl-link.style-4 a:hover {
    column-gap: 15px
}

.pxl-link.style-4 a:hover i {
    opacity: 1
}

.pxl-link.style-5 a {
    position: relative
}

.pxl-link.style-5 a:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-link.style-5 a:hover:before {
    bottom: 0;
    opacity: 1
}

.pxl-link.style-underline a {
    padding: 16px 0;
    position: relative;
    display: block;
    width: 100%;
    color: #0a1119;
    font-size: 17px
}

.pxl-link.style-underline a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    height: 1px;
    width: 100%;
    opacity: .15
}

.pxl-link.style-underline a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    height: 1px;
    width: 0%;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.pxl-link.style-underline a:hover:after {
    width: 100%
}

.pxl-link.style-underline .pxl-item--link+.pxl-item--link {
    margin-top: 32px
}

.pxl-link.style-6 a {
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    color: rgba(255,255,255,.7);
    font-size: 15px
}

.pxl-link.style-6 a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: 0
}

.pxl-link.style-6 a:hover {
    padding-left: 13px;
    color: #fff
}

.pxl-link.style-6 a:hover:before {
    opacity: 1
}

@-webkit-keyframes pxl_text_slide_l {
    0% {
        -webkit-transform: translate(-40%,0%)
    }

    100% {
        -webkit-transform: translate(-60%,0%)
    }
}

@keyframes pxl_text_slide_l {
    0% {
        transform: translate(-40%,0%)
    }

    100% {
        transform: translate(-60%,0%)
    }
}

@-webkit-keyframes pxl_text_slide_r {
    0% {
        -webkit-transform: translate(40%,0%)
    }

    100% {
        -webkit-transform: translate(60%,0%)
    }
}

@keyframes pxl_text_slide_r {
    0% {
        transform: translate(40%,0%)
    }

    100% {
        transform: translate(60%,0%)
    }
}

.pxl-text-effect1 {
    font-size: 152px;
    height: 186px;
    font-weight: 700;
    overflow: hidden;
    color: #000;
    width: 100%;
    position: relative
}

.pxl-text-effect1.text-outline {
    color: transparent;
    -webkit-text-stroke-color: rgba(0,0,0,.2);
    -webkit-text-stroke-width: 1.5px
}

.pxl-text-effect1 .pxl-text--holder {
    display: flex;
    flex-wrap: nowrap
}

.pxl-text-effect1 .pxl-text--inner {
    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
}

.pxl-text-effect1 .pxl-text--inner.text-effect-none-wrap {
    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-text-effect1 .pxl-text--inner .pxl-text--item {
    display: flex;
    align-items: center;
    padding: 0 20px;
    white-space: nowrap
}

.pxl-text-effect1 .pxl-text--inner .pxl-text--logo {
    display: inline-flex
}

.pxl-text-effect1 .pxl-text--inner .pxl-text--logo img {
    max-width: inherit
}

.pxl-text-effect1.text-small {
    height: 79px;
    font-size: 18px
}

.pxl-text-effect1.text-small .pxl-text--logo {
    margin-right: 15px
}

.pxl-text-effect1.text-small .pxl-text--inner .pxl-text--item {
    padding: 0 4px
}

.pxl-text-effect1 .pxl-text--inner.pxl-slide-to-right-wrap {
    left: auto;
    right: 0
}

.pxl-icon1 svg {
    height: auto
}

.pxl-icon1 a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px
}

.pxl-icon1.style-4 a {
    flex-wrap: wrap;
    align-items: center
}

.pxl-icon1.style-4 a>span {
    text-align: center
}

.pxl-icon1.style-4 a>span span {
    width: 100%;
    text-align: center;
    display: block
}

.pxl-icon1.style-4 a svg {
    max-width: 50px;
    max-height: 42px;
    height: auto
}

.pxl-icon1.style-2 {
    display: inline-flex;
    align-items: center;
    column-gap: 20px
}

.pxl-icon1.style-2 span {
    font-size: 18px;
    color: #0a1119
}

.pxl-icon1.style-2 a {
    position: relative;
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 39px;
    margin-right: 5px;
    z-index: 1;
    font-size: 16px;
    color: #808389;
    margin: 7px 0
}

.pxl-icon1.style-2 a:hover {
    color: #000
}

.pxl-icon1.style-2 a:hover:before {
    opacity: 0
}

.pxl-icon1.style-2 a:hover:after {
    opacity: 1
}

.pxl-icon1.style-3 a {
    display: inline-block;
    text-align: center;
    font-size: 15px
}

.pxl-icon1.style-3 a i {
    transition: 200ms;
 
    width: 100%;
    margin-bottom: 9px;
    margin-top: 20px
}

.pxl-icon1.style-3 a:hover i {
    transform: scale(1)
}

.pxl-icon1.style-6 a {
    column-gap: 0
}

.pxl-icon1.style-6 a i {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    transform: scale(0)
}

.pxl-icon1.style-6 a:hover {
    column-gap: 10px
}

.pxl-icon1.style-6 a:hover i {
    transform: scale(1);
    margin-left: 12px
}

.pxl-icon1.ani1:hover i,.pxl-icon1.ani1:hover svg,.pxl-icon1.ani1:hover img {
    animation-name: scale;
    animation-duration: .7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.pxl-icon1.ani2 i,.pxl-icon1.ani2 svg,.pxl-icon1.ani2 img {
    transform-origin: top;
    animation: ring 1.8s ease-out infinite
}

.ani4 i,.ani4 svg,.ani4 img {
    animation: flicker .7s ease-out infinite
}

.pxl-social-icons1 {
    margin: 0 -12px
}

@media screen and (max-width: 767px) {
    .pxl-social-icons1 {
        margin:0 -5px
    }
}

.pxl-social-icons1 a {
    display: inline-flex;
    margin: 0 12px 24px;
    align-items: center;
    font-size: 44px;
    color: #0a1119;
    padding: 0 56px;
    line-height: 82px;
    border-radius: 86px;
    border: 2px solid #000;
    position: relative
}

@media screen and (max-width: 1200px) {
    .pxl-social-icons1 a {
        font-size:36px;
        line-height: 76px
    }
}

@media screen and (max-width: 991px) {
    .pxl-social-icons1 a {
        font-size:30px;
        line-height: 60px
    }
}

@media screen and (max-width: 767px) {
    .pxl-social-icons1 a {
        width:50px;
        height: 50px;
        padding: 0;
        margin-left: 5px;
        margin-right: 5px
    }
}

.pxl-social-icons1 a i,.pxl-social-icons1 a svg {
    position: absolute;
    opacity: 0;
    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%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width: 767px) {
    .pxl-social-icons1 a i,.pxl-social-icons1 a svg {
        opacity:1;
        font-size: 24px;
        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%)
    }
}

.pxl-social-icons1 a span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width: 767px) {
    .pxl-social-icons1 a span {
        display:none
    }
}

@media screen and (min-width: 768px) {
    .pxl-social-icons1 a:hover i,.pxl-social-icons1 a:hover svg {
        left:24px;
        opacity: 1
    }

    .pxl-social-icons1 a:hover span {
        transform: translatex(30px)
    }
}

.splitting .word,.splitting .char {
    display: inline-block
}

@keyframes svg_text_outline {
    to {
        stroke-dashoffset: 0
    }
}

.pxl-heading u,.pxl-heading strong {
    font-weight: 700
}

.pxl-heading .pxl-heading--inner {
    display: inline-block;
    position: relative
}

.pxl-heading .pxl-text--slide {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.pxl-heading .pxl-text--slide span {
    display: inline-block
}

.pxl-heading .wow.letter {
    -webkit-transform: translate3d(0,25px,0);
    -khtml-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.pxl-heading .wow.letter.animated {
    -webkit-transform: translate3d(0,0,0);
    -khtml-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.pxl-heading .pxl-item--title {
    line-height: 1.146
}

@media(max-width: 1500px) {
    .pxl-heading .pxl-item--title br {
        display:none!important
    }
}

.pxl-heading .pxl-item--title.style-outline {
    color: transparent!important;
    fill: transparent
}

.pxl-heading .pxl-item--title.style-outline .pxl-text-line-backdrop {
    position: relative;
    display: inline-flex;
    width: calc(100% + 9px)
}

.pxl-heading .pxl-item--title.style-outline .pxl-text-line-backdrop span {
    opacity: 0
}

.pxl-heading .pxl-item--title.style-outline .pxl-text-line-backdrop svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
    margin-top: 9px;
    stroke: var(--primary-color)
}

.pxl-heading .pxl-item--title.style-outline.textoutlineanimation.animated {
    stroke-dasharray: 2e3;
    stroke-dashoffset: 2e3;
    animation: svg_text_outline 6s linear forwards
}

.pxl-heading h3.pxl-item--title {
    font-size: 48px
}

.pxl-heading .pxl-item--subtitle {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px
}

.pxl-heading .pxl-title--highlight {
    color: var(--primary-color);
    display: inline-flex
}

.pxl-heading .pxl-title--highlight div {
    position: static!important
}

.pxl-heading.highlight-text-image .pxl-title--highlight {
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.pxl-title--typewriter {
    display: inline-flex;
    white-space: nowrap;
    position: relative;
    z-index: 99
}

.pxl-title--typewriter .pxl-item--text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.pxl-title--typewriter .pxl-item--text:not(.is-active) {
    animation: pxlKeywordRotatingOut .8s cubic-bezier(.86,0,.07,1)both
}

.pxl-title--typewriter .pxl-item--text.is-active {
    position: relative;
    opacity: 1;
    animation: pxlKeywordRotatingIn .8s cubic-bezier(.86,0,.07,1)both
}

.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.block-blur .pxl-item--inner,.pxl-image-single.block-blur3 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.block-blur .pxl-item--inner .block:nth-child(1),.pxl-image-single.block-blur3 .pxl-item--inner .block:nth-child(1) {
    position: absolute;
    left: 179px;
    bottom: 0;
    width: 179px;
    height: 179px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

@media(max-width: 767px) {
    .pxl-image-single.block-blur .pxl-item--inner .block:nth-child(1),.pxl-image-single.block-blur3 .pxl-item--inner .block:nth-child(1) {
        left:130px;
        width: 130px;
        height: 130px
    }
}

@media(max-width: 575px) {
    .pxl-image-single.block-blur .pxl-item--inner .block:nth-child(1),.pxl-image-single.block-blur3 .pxl-item--inner .block:nth-child(1) {
        left:100px;
        width: 100px;
        height: 100px
    }
}

.pxl-image-single.block-blur .pxl-item--inner .block:nth-child(2),.pxl-image-single.block-blur3 .pxl-item--inner .block:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 179px;
    width: 179px;
    height: 179px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

@media(max-width: 767px) {
    .pxl-image-single.block-blur .pxl-item--inner .block:nth-child(2),.pxl-image-single.block-blur3 .pxl-item--inner .block:nth-child(2) {
        bottom:130px;
        width: 130px;
        height: 130px
    }
}

@media(max-width: 575px) {
    .pxl-image-single.block-blur .pxl-item--inner .block:nth-child(2),.pxl-image-single.block-blur3 .pxl-item--inner .block:nth-child(2) {
        bottom:100px;
        width: 100px;
        height: 100px
    }
}

.pxl-image-single.block-blur7 .wrap-block {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    transform: scalex(-1)
}

.pxl-image-single.block-blur7 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.block-blur7 .pxl-item--inner .block:nth-child(1) {
    position: absolute;
    left: 197px;
    bottom: 0;
    width: 119px;
    height: 119px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

@media(max-width: 767px) {
    .pxl-image-single.block-blur7 .pxl-item--inner .block:nth-child(1) {
        left:130px;
        width: 130px;
        height: 130px
    }
}

@media(max-width: 575px) {
    .pxl-image-single.block-blur7 .pxl-item--inner .block:nth-child(1) {
        left:100px;
        width: 100px;
        height: 100px
    }
}

.pxl-image-single.block-blur7 .pxl-item--inner .block:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 119px;
    width: 197px;
    height: 197px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

@media(max-width: 767px) {
    .pxl-image-single.block-blur7 .pxl-item--inner .block:nth-child(2) {
        bottom:130px;
        width: 130px;
        height: 130px
    }
}

@media(max-width: 575px) {
    .pxl-image-single.block-blur7 .pxl-item--inner .block:nth-child(2) {
        bottom:100px;
        width: 100px;
        height: 100px
    }
}

.pxl-image-single.block-blur8 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.block-blur8 .pxl-item--inner .block:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 316px;
    height: 140px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

.pxl-image-single.block-blur8 .pxl-item--inner .block:nth-child(2) {
    position: absolute;
    left: 316px;
    bottom: 140px;
    width: 242px;
    height: 140px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

.pxl-image-single.block-blur9 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.block-blur9 .pxl-item--inner .block:nth-child(1) {
    position: absolute;
    right: 0;
    top: 172px;
    width: 172px;
    height: 172px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

.pxl-image-single.block-blur9 .pxl-item--inner .block:nth-child(2) {
    position: absolute;
    right: 172px;
    top: 0;
    width: 172px;
    height: 172px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

.pxl-image-single.block-blur2 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.block-blur2 .pxl-item--inner .block:nth-child(1) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
    height: 195px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 300ms
}

.pxl-image-single.block-blur2 .pxl-item--inner .block:nth-child(2) {
    position: absolute;
    right: 195px;
    bottom: 0;
    width: 195px;
    height: 195px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 500ms
}

.pxl-image-single.block-blur2 .pxl-item--inner .block:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 195px;
    width: 195px;
    height: 195px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 700ms
}

.pxl-image-single.block-blur10 .wrap-block {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    transform: scalex(-1)
}

.pxl-image-single.block-blur10 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.block-blur10 .pxl-item--inner .block:nth-child(1) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
    height: 195px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 300ms
}

.pxl-image-single.block-blur10 .pxl-item--inner .block:nth-child(2) {
    position: absolute;
    right: 195px;
    bottom: 0;
    width: 195px;
    height: 195px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 500ms
}

.pxl-image-single.block-blur10 .pxl-item--inner .block:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 195px;
    width: 195px;
    height: 195px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 700ms
}

.pxl-image-single.block-blur4 .pxl-item--inner,.pxl-image-single.block-blur5 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.block-blur4 .pxl-item--inner .block:nth-child(1),.pxl-image-single.block-blur5 .pxl-item--inner .block:nth-child(1) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 300ms
}

.pxl-image-single.block-blur4 .pxl-item--inner .block:nth-child(2),.pxl-image-single.block-blur5 .pxl-item--inner .block:nth-child(2) {
    position: absolute;
    right: 217px;
    bottom: 0;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 500ms
}

.pxl-image-single.block-blur4 .pxl-item--inner .block:nth-child(3),.pxl-image-single.block-blur5 .pxl-item--inner .block:nth-child(3) {
    position: absolute;
    right: 433px;
    bottom: 0;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 700ms
}

.pxl-image-single.block-blur4 .pxl-item--inner .block:nth-child(4),.pxl-image-single.block-blur5 .pxl-item--inner .block:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 217px;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 700ms
}

.pxl-image-single.block-blur4 .pxl-item--inner .block:nth-child(5),.pxl-image-single.block-blur5 .pxl-item--inner .block:nth-child(5) {
    position: absolute;
    right: 217px;
    bottom: 217px;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 700ms
}

.pxl-image-single.block-blur4 .pxl-item--inner .block:nth-child(6),.pxl-image-single.block-blur5 .pxl-item--inner .block:nth-child(6) {
    position: absolute;
    right: 0;
    bottom: 434px;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0);
    animation-delay: 700ms
}

.pxl-image-single.block-blur5 .wrap-block {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    transform: scalex(-1)
}

.pxl-image-single.block-blur6 {
    overflow: hidden
}

.pxl-image-single.block-blur6 .block {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    left: -102px;
    bottom: -96px;
    width: 330px;
    height: 330px;
    border-radius: 1e3px;
    background-color: rgba(255,255,255,.3)
}

.pxl-image-single.block-blur3 .wrap-block {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    transform: scalex(-1)
}

.pxl-image-single.block-blur11 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.block-blur11 .pxl-item--inner .block:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 109px;
    height: 242px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    animation-delay: 300ms
}

.pxl-image-single.block-blur11 .pxl-item--inner .block:nth-child(2) {
    position: absolute;
    left: 109px;
    bottom: 242px;
    width: 109px;
    height: 156px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    animation-delay: 500ms
}

.pxl-image-single.block-blur11 .pxl-item--inner .block:nth-child(3) {
    position: absolute;
    left: 218px;
    bottom: 0;
    width: 109px;
    height: 242px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    animation-delay: 700ms
}

.pxl-image-single.pxl-hover1 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.pxl-hover1 .pxl-item--inner img {
    -webkit-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    -khtml-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    -ms-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    -o-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    transition: transform 1.5s cubic-bezier(.19,1,.22,1)
}

.pxl-image-single.pxl-hover1 .pxl-item--inner:hover img {
    -webkit-transform: scale(1.06);
    -khtml-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.pxl-image-single.pxl-hover2 .pxl-item--inner img {
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pxl-image-single.pxl-hover2 .pxl-item--inner:hover img {
    -webkit-transform: scale(.95);
    -khtml-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.pxl-image-single.pxl-image-parallax .pxl-item--image {
    -webkit-transition: all 150ms linear 0ms;
    -khtml-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms
}

@media screen and (max-width: 767px) {
    .pxl-image-single.pxl-disable-parallax-sm {
        transform:none!important
    }
}

.pxl-image-single .pxl-service--icon {
    position: absolute;
    bottom: 28px;
    right: 30px;
    line-height: 1;
    font-size: 84px;
    color: var(--third-color);
    z-index: 9
}

.pxl-image-single .pxl-service--icon:before {
    content: '';
    width: 66px;
    height: 111px;
    border-radius: 200%;
    background-color: var(--third-color);
    opacity: .2;
    position: absolute;
    top: 50%;
    left: -26px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: -1
}

.pxl-image-single .pxl-item--inner {
    position: relative
}

.pxl-image-tilt {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.pxl-image-tilt-active {
    overflow: hidden
}

.pxl-e-label {
    font-size: 36px;
    color: #000
}

.pxl-e-label label {
    padding-right: 32px;
    display: inline-flex
}

.pxl-e-label .pxl-label--image {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: -6px
}

.overlay-box {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 222;
    height: 100%
}

.pxl-contact-form .wpcf7-heading {
    font-size: 24px;
    padding-top: 17px
}

.pxl-contact-form .wpcf7-acceptance {
    width: 100%!important;
    height: auto!important;
    border: none!important;
    padding: 0!important
}

.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 15px;
    color: #666;
    display: block
}

.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #cfcfcf
}

.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: var(--primary-color);
    text-decoration: none
}

.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    position: relative;
    padding-left: 47px
}

.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input,.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
    z-index: 1;
    background-color: #f5f6f6
}

.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
    content: "\f112";
   
    position: absolute;
    left: 11px;
    font-size: 13px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: var(--secondary-color);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input {
    opacity: 0;
    z-index: 3
}

.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
    opacity: 1
}

.pxl-contact-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon {
    position: absolute;
    left: 19px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    font-size: 21px;
    color: #555;
    z-index: 99
}

@media screen and (max-width: 767px) {
    .pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon {
        font-size:18px
    }
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon+.wpcf7-form-control {
    padding-left: 58px
}

@media screen and (max-width: 1024px) {
    .pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon+.wpcf7-form-control {
        padding-left:46px
    }
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon+select+.pxl-select-higthlight {
    padding-left: 58px
}

@media screen and (max-width: 1024px) {
    .pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon+select+.pxl-select-higthlight {
        padding-left:46px
    }
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon.top-spacer {
    top: 17px;
    -webkit-transform: translate(0,0%);
    -khtml-transform: translate(0,0%);
    -moz-transform: translate(0,0%);
    -ms-transform: translate(0,0%);
    -o-transform: translate(0,0%);
    transform: translate(0,0%)
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon.icon-pos-right {
    left: auto;
    right: 18px
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon.icon-pos-right+.wpcf7-form-control {
    padding-left: 22px;
    padding-right: 58px
}

.pxl-contact-form .pxl-icon-pos-right.pxl-form-date .wpcf7-form-control-wrap:after {
    display: none
}

.pxl-contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
    background-color: #dc3232;
    color: rgba(255,255,255,.87);
    padding: 0 6px;
    border-radius: 0;
    line-height: 22px;
    z-index: 99;
    position: absolute;
    top: -25px;
    left: 26px
}

.pxl-contact-form .wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    top: 100%;
    border-width: 5px;
    border-color: #dc3232 transparent transparent;
    border-style: solid;
    left: 10px
}

.pxl-contact-form .wpcf7-form {
    overflow: visible
}

.pxl-contact-form .wpcf7-form .wpcf7-response-output {
    background-color: #fff;
    margin: 20px 0;
    border-width: 2px;
    font-size: 16px;
    padding: 8px 16px;
    color: #000;
    font-weight: 500
}

.pxl-contact-form .pxl--item>p {
    margin: 0
}

.pxl-contact-form .pxl-form-label {
    color: #000;
    display: block;
    margin-bottom: 9px
}

.pxl-contact-form .pxl-form-label span {
    color: #e51400
}

.pxl-contact-form .text-right>p {
    text-align: right
}

.pxl-contact-form .wpcf7-form-control.wpcf7-radio {
    background: 0 0!important
}

.pxl-contact-form .pxl-radio--button .wpcf7-radio {
    margin: -10px -7px 0;
    display: flex;
    flex-wrap: wrap
}

.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item {
    padding: 0 7px;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap
}

.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item>label {
    display: inline-flex;
    position: relative
}

.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item>label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    margin: 0;
    cursor: pointer
}

.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 500;
    color: #999a99;
    padding: 0 24px;
    line-height: 58px;
    position: relative;
    background-color: #202526;
    display: inline-flex;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item [type=radio]:checked+.wpcf7-list-item-label {
    box-shadow: 0 0 0 2px var(--primary-color)inset;
    color: #fff
}

.pxl-partner-carousel1 .pxl-item--logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pxl-partner-carousel1 .pxl-item--inner {
    margin: 10px 0
}

.pxl-partner-carousel1 .pxl-swiper-wrapper {
    align-items: center
}

.pxl-team-box1 .pxl-item--inner {
    display: flex;
    column-gap: 30px
}

@media(max-width: 575px) {
    .pxl-team-box1 .pxl-item--inner {
        display:block
    }
}

.pxl-team-box1 .pxl-item--inner .pxl-item--images {
    overflow: hidden;
    width: 115px;
    min-width: 115px;
    height: 115px;
    border-radius: 1e3px
}

.pxl-team-box1 .pxl-item--inner .pxl-item--images img {
    width: 100%
}

@media(max-width: 575px) {
    .pxl-team-box1 .pxl-item--inner .box-right {
        margin-top:20px
    }
}

.pxl-team-box1 .pxl-item--inner .box-right .pxl-item--title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px
}

.pxl-team-box1 .pxl-item--inner .box-right .pxl-item--position {
    font-size: 16px;
    color: #cdcdcd
}

.pxl-team-box1 .pxl-item--inner .box-right .pxl-item--img-signature {
    margin-top: 8px
}

.blog .pxl-el-divider {
    background-color: #d7d7d7
}

.is-100-vh {
    height: 100vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex
}

.pxl-section-scale {
}

@media screen and (min-width: 992px) {
    .pxl-section-scale {
        min-height:200vh
    }
}

.pxl-section-scale .pxl-section-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.pxl-section-scale .pxl-sticky-mask {
    height: 100%;
    position: relative;
    overflow: hidden;
    contain: content
}

.pxl-section-scale .pxl-sticky-mask video {
    height: 100%;
    object-fit: cover
}

.pxl-section-scale .pxl-section-overlay {
    color: #fff;
    background-color: rgba(0,0,0,.34);
    width: 100vw;
    height: 100%;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
    overflow: hidden
}

.pxl-section-scale .pxl-shape-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: hidden
}

.pxl-section-scale .pxl-shape-background .pxl-sticker-shape {
    z-index: 1;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.pxl-section-scale .pxl-shape-background .pxl-sticker-shape.is-shape-1 {
    z-index: 1;
    top: 31%;
    right: 2%
}

@media screen and (max-width: 1400px) {
    .pxl-section-scale .pxl-shape-background .pxl-sticker-shape.is-shape-1 {
        margin-right:-26px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-section-scale .pxl-shape-background .pxl-sticker-shape.is-shape-1 {
        margin-right:26px
    }
}

@media screen and (max-width: 767px) {
    .pxl-section-scale .pxl-shape-background .pxl-sticker-shape.is-shape-1 {
        margin-right:-10px
    }
}

.pxl-section-scale .pxl-shape-background .pxl-sticker-shape.is-shape-2 {
    top: 50%;
    left: 2%;
    right: auto
}

@media screen and (max-width: 1400px) {
    .pxl-section-scale .pxl-shape-background .pxl-sticker-shape.is-shape-2 {
        margin-left:-26px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-section-scale .pxl-shape-background .pxl-sticker-shape.is-shape-2 {
        margin-left:26px
    }
}

@media screen and (max-width: 767px) {
    .pxl-section-scale .pxl-shape-background .pxl-sticker-shape.is-shape-2 {
        margin-left:-10px
    }
}

.pxl-section-scale .pxl-sticky-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#pxl-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -khtml-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -moz-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -ms-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -o-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    transition: all .5s cubic-bezier(.46,.03,.52,.96)
}

#pxl-search-popup .pxl-item--logo {
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 1;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
    opacity: 0;
    visibility: hidden
}

#pxl-search-popup .pxl-item--logo img {
    max-height: 41px
}

#pxl-search-popup .pxl-item--close {
    position: absolute;
    top: 0;
    right: 60px;
    width: 50px;
    height: 50px;
    background-color: initial;
    border-width: 11px;
    z-index: 99;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

@media(max-width: 767px) {
    #pxl-search-popup .pxl-item--close {
        top:20px!important;
        right: auto;
        left: 50%;
        transform: translatex(-50%)
    }
}

#pxl-search-popup .pxl-item--close:before,#pxl-search-popup .pxl-item--close:after {
    background-color: #fff
}

#pxl-search-popup .pxl-item--conent {
    position: absolute;
    padding: 0 15px;
    top: -400px;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
    will-change: top,box-shadow;
    background-color: rgba(18,28,39,.8);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -khtml-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -webkit-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -khtml-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -moz-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -ms-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -o-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media(max-width: 767px) {
    #pxl-search-popup .pxl-item--conent {
        max-height:250px
    }
}

#pxl-search-popup .pxl-item--conent form {
    position: relative;
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width: 1400px) {
    #pxl-search-popup .pxl-item--conent form {
        max-width:1e3px
    }
}

#pxl-search-popup .pxl-item--conent form .search-field {
    height: 95px;
    padding: 0 40px 0 0;
    font-size: 25px;
    font-weight: 400;
    border: none;
    color: #fff;
    background-color: initial
}

@media(max-width: 575px) {
    #pxl-search-popup .pxl-item--conent form .search-field {
        font-size:20px;
        height: 70px
    }
}

#pxl-search-popup .pxl-item--conent form .search-field:focus {
    background: 0 0
}

#pxl-search-popup .pxl-item--conent form .search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    border: none;
    background: 0 0;
    font-size: 25px;
    line-height: 92px;
    color: #fff;
    opacity: .9;
    padding: 0;
    z-index: 99;
    cursor: pointer;
    -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-search-popup .pxl--search-divider {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
    visibility: hidden;
    -webkit-transform: scale3d(0,1,1);
    -khtml-transform: scale3d(0,1,1);
    -moz-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    -o-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    transform-origin: left center
}

#pxl-search-popup .pxl-item--overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: -1;
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#pxl-search-popup.active {
    opacity: 1;
    visibility: visible
}

#pxl-search-popup.active .pxl-item--logo,#pxl-search-popup.active .pxl-item--close {
    top: 60px;
    -webkit-animation-name: pxl_fadein;
    animation-name: pxl_fadein;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible
}

#pxl-search-popup.active .pxl-item--conent {
    top: 0;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -khtml-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -ms-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,5%);
    box-shadow: 0 1px 6px rgba(0,0,0,5%);
    -webkit-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -khtml-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -moz-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -ms-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    -o-transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out;
    transition: top .5s cubic-bezier(.46,.03,.52,.96),box-shadow .3s ease-out
}

#pxl-search-popup.active .pxl-item--conent form {
    -webkit-animation-name: pxl_fadein;
    animation-name: pxl_fadein;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible
}

#pxl-search-popup.active .pxl--search-divider {
    -webkit-animation-name: pxl_fade_in_move;
    animation-name: pxl_fade_in_move;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible
}

.pxl-search-out-anim #pxl-search-popup .pxl-item--conent form {
    -webkit-animation-name: pxl_fadeout;
    animation-name: pxl_fadeout;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s
}

.pxl-search-out-anim #pxl-search-popup .pxl-item--conent form .pxl--search-divider {
    -webkit-animation-name: pxl_fade_out_move;
    animation-name: pxl_fade_out_move;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.pxl-search-out-anim #pxl-search-popup .pxl-item--logo,.pxl-search-out-anim #pxl-search-popup .pxl-item--close {
    -webkit-animation-name: pxl_fadeout;
    animation-name: pxl_fadeout;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    visibility: visible
}

.pxl-search-popup-button,.pxl-cart-sidebar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    cursor: pointer;
    font-size: 21px;
    position: relative
}

.pxl-search-popup-button i,.pxl-cart-sidebar-button i {
    color: #8a8a8a;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-search-popup-button.style-box .pxl_cart_counter,.pxl-cart-sidebar-button.style-box .pxl_cart_counter {
    top: -13px;
    right: -13px;
    width: 25px;
    height: 25px;
    line-height: 25px
}

.pxl-search-popup-button .pxl_cart_counter,.pxl-cart-sidebar-button .pxl_cart_counter {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    top: -4px;
    right: -14px
}

.pxl-search-popup-button svg path {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-search-popup-button.style-box,.pxl-search-popup-button.style-box-bd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    line-height: 34px;
    color: var(--secondary-color);
    font-size: 20px
}

.pxl-search-popup-button.style-box-bd {
    border: 1px solid #000
}

.pxl-widget-searchform .searchform-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative
}

.pxl-widget-searchform .searchform-wrap .search-field {
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0b;
    width: 92px;
    padding: 0;
    background-color: initial;
    border: none;
    min-width: 92px
}

.pxl-widget-searchform .searchform-wrap .search-submit {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #0a0a0b;
    font-weight: 400;
    background-color: initial
}

.pxl-widget-searchform .searchform-wrap .search-submit:hover {
    color: var(--primary-color)
}

.pxl-list1.style-2 .pxl-item--icon {
    position: relative
}

.pxl-list1.style-2 .pxl-item--icon i {
    opacity: 0
}

.pxl-list1.style-2 .pxl-item--icon:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    background-color: var(--secondary-color);
    width: 5px;
    height: 5px;
    border-radius: 100px;
    z-index: 1
}

.pxl-list1.style-3 .pxl--item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 5px;
    border-bottom: 1px solid #ececec;
    font-size: 15px;
    color: #0a1320;
    padding: 9px 0 10px
}

.pxl-list1.style-3 .pxl--item+.pxl--item {
    margin-top: 0
}

.pxl-list1.style-3 .pxl--item:last-child {
    border-bottom: none
}

.pxl-list1 .pxl-item--icon {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1;
    min-width: 28px;
    padding-top: 4px
}

.pxl-list1 svg {
    width: 18px;
    height: auto
}

.pxl-list1 label {
    min-width: 128px;
    font-weight: 600;
    color: #0a1320;
    display: inline-flex
}

.pxl-list1 .pxl--item {
    display: flex;
    flex-wrap: nowrap
}

.pxl-list1 .pxl--item+.pxl--item {
    margin-top: 20px
}

body .pxl-search-form1 {
    border: 1px solid #d3d5d6;
    border-radius: 8px;
    padding: 7px 7px 7px 23px;
    column-gap: 23px
}

@media(max-width: 767px) {
    body .pxl-search-form1 {
        padding:15px
    }
}

@media(min-width: 768px) {
    body .pxl-search-form1 {
        display:flex;
        align-items: center
    }
}

body .pxl-search-form1>.pxl-select {
    border-right: 1px solid #d3d5d6;
    padding-right: 10px
}

@media(max-width: 767px) {
    body .pxl-search-form1>.pxl-select {
        padding:0;
        border: none
    }
}

body .pxl-search-form1>.pxl-select .pxl-select-higthlight {
    background-color: initial;
    padding: 0;
    font-size: 17px;
    line-height: 38px;
    height: 38px
}

body .pxl-search-form1>.pxl-select .pxl-select-higthlight:before {
    right: 0
}

body .pxl-search-form1 .pxl-search-submit {
    min-width: max-content;
    display: flex;
    align-items: center;
    column-gap: 15px;
    line-height: 50px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 15px;
    border-radius: 8px!important;
    font-weight: 400;
    padding: 0 30px
}

@media(max-width: 767px) {
    body .pxl-search-form1 .pxl-search-submit {
        margin-top:10px
    }
}

body .pxl-search-form1 .pxl-search-submit svg {
    height: auto;
    width: 15px;
    min-width: 15px
}

body .pxl-search-form1 .pxl-search-submit svg path {
    fill: #fff
}

.pxl-gallery-grid1 .pxl-item--inner {
    padding-top: 55%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    height: 0;
    width: 100%
}

.pxl-gallery-grid1 .pxl-item--inner .pxl-item--image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.pxl-gallery-grid1 .pxl-item--inner .pxl-item--image img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    -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-gallery-grid1 .pxl-item--inner:hover .pxl-item--image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.pxl-gallery-grid1 .grid-sizer {
    max-width: 50%;
    flex: 0 0 50%
}

.pxl-gallery-grid1 .pxl-grid-inner {
    margin: 0 -5px
}

.pxl-gallery-grid1 .pxl-grid-inner .pxl-grid-item {
    padding: 0 5px
}

.elementor-editor-active .pxl-gallery-grid .pxl-grid-inner {
    height: auto!important
}

.elementor-editor-active .pxl-gallery-grid .pxl-grid-inner .pxl-grid-item {
    position: static!important
}

.pxl-section-padding1>.elementor-container {
    padding-left: 86px;
    padding-right: 86px
}

@media screen and (max-width: 1400px) {
    .pxl-section-padding1>.elementor-container {
        padding-left:55px;
        padding-right: 55px
    }
}

.pxl-column-padding1>.elementor-widget-wrap {
    margin-left: 55px
}

@media screen and (max-width: 1400px) {
    .pxl-column-padding1>.elementor-widget-wrap {
        margin-left:35px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-column-padding1>.elementor-widget-wrap {
        margin-left:15px
    }
}

@media screen and (max-width: 767px) {
    .pxl-column-padding1>.elementor-widget-wrap {
        margin-left:0
    }
}

.pxl-column-padding2>.elementor-widget-wrap {
    margin-left: 70px;
    margin-right: 50px
}

@media screen and (max-width: 1600px) {
    .pxl-column-padding2>.elementor-widget-wrap {
        margin-left:30px;
        margin-right: 30px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-column-padding2>.elementor-widget-wrap {
        margin-left:15px;
        margin-left: 15px
    }
}

.pxl-widget-padding1>.elementor-container {
    padding-right: 30px
}

@media screen and (max-width: 1400px) {
    .pxl-widget-padding1>.elementor-container {
        padding-right:15px;
        padding-left: 15px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-widget-padding1>.elementor-container {
        padding-right:0;
        padding-left: 0
    }
}

.pxl-section-border1 {
    border: 26px solid transparent
}

.pxl-close-popup {
    background-color: initial;
    border-width: 3px;
    display: block
}

.pxl-close-popup:before,.pxl-close-popup:after {
    background-color: #000
}

.pxl-close-popup {
    width: 44px;
    height: 44px;
    line-height: 40px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-close-popup:hover {
    background-color: var(--secondary-color)
}

.pxl-navigation-carousel {
    width: 100%;
    margin: 0;
    justify-content: space-between
}

.pxl-navigation-carousel .pxl-navigation-arrow {
    width: 70px;
    height: 70px;
    border-radius: 1e3px;
    border: 1px solid rgba(255,255,255,.15);
    position: relative;
    color: #a4a7ac;
    -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;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    z-index: 1
}

.pxl-navigation-carousel .pxl-navigation-arrow svg {
    height: auto;
    width: 19px
}

.pxl-navigation-carousel .pxl-navigation-arrow svg path {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-navigation-carousel .pxl-navigation-arrow.pxl-navigation-arrow-prev {
    transform: scalex(-1)
}

.pxl-navigation-carousel .pxl-navigation-arrow:hover {
    background-color: #fff;
    border-color: #fff
}

.pxl-navigation-carousel .pxl-navigation-arrow:hover svg path {
    fill: var(--primary-color)
}

.pxl-navigation-carousel.style-2 {
    display: grid
}

.pxl-navigation-carousel.style-2 .pxl-navigation-arrow {
    margin: 7px 0
}

.shortcode-btn-style1 {
    line-height: 78px;
    position: relative;
    padding-left: 19px;
    padding-right: 38px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    border-radius: 78px
}

@media screen and (max-width: 1200px) {
    .shortcode-btn-style1 {
        line-height:70px
    }
}

@media screen and (max-width: 479px) {
    .shortcode-btn-style1 {
        line-height:60px;
        padding-right: 28px;
        font-size: 16px
    }
}

.shortcode-btn-style1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 2px solid
}

.shortcode-btn-style1 .shortcode-btn-icon {
    background-color: ;
    background-image: -webkit-gradient(linear,right top,left top,from(),to());
    background-image: -webkit-linear-gradient(to right,,);
    background-image: -moz-linear-gradient(to right,,);
    background-image: -ms-linear-gradient(to right,,);
    background-image: -o-linear-gradient(to right,,);
    background-image: linear-gradient(to right,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='',gradientType='1');
    width: 47px;
    height: 47px;
    border-radius: 47px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #161a1b
}

.shortcode-btn-style1 .pxl--btn-text {
    -webkit-transition: all 120ms linear 0ms;
    -khtml-transition: all 120ms linear 0ms;
    -moz-transition: all 120ms linear 0ms;
    -ms-transition: all 120ms linear 0ms;
    -o-transition: all 120ms linear 0ms;
    transition: all 120ms linear 0ms
}

.shortcode-btn-style1:hover,.shortcode-btn-style1:focus {
    color: #fff
}

.pxl-gallery-scroll1 {
    margin: auto;
    max-width: 1530px;
    padding: 0 15px;
    position: relative
}

@media screen and (min-width: 2200px) {
    .pxl-gallery-scroll1 {
        max-width:1920px
    }
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1 {
        height:auto!important;
        margin-top: 40px
    }
}

.pxl-gallery-scroll1 .pxl-item--title {
    margin-top: -50px;
    margin-bottom: 0;
    font-size: 100px;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: -80px;
    z-index: 9;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000
}

@media screen and (max-width: 1600px) {
    .pxl-gallery-scroll1 .pxl-item--title {
        font-size:65px
    }
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1 .pxl-item--title {
        position:static;
        margin-top: 0;
        margin-bottom: 22px;
        -webkit-transform: translate(0,0%);
        -khtml-transform: translate(0,0%);
        -moz-transform: translate(0,0%);
        -ms-transform: translate(0,0%);
        -o-transform: translate(0,0%);
        transform: translate(0,0%);
        opacity: 1;
        font-size: 32px
    }

    .pxl-gallery-scroll1 .pxl-item--title br {
        display: none
    }
}

.pxl-gallery-scroll1 .pxl--gallery {
    display: flex;
    flex-wrap: wrap;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    transform: translatex(30px)
}

@media screen and (min-width: 2200px) {
    .pxl-gallery-scroll1 .pxl--gallery {
        max-width:1410px
    }
}

@media screen and (max-width: 1600px) {
    .pxl-gallery-scroll1 .pxl--gallery {
        transform:translatex(20px)
    }
}

@media screen and (max-width: 1400px) {
    .pxl-gallery-scroll1 .pxl--gallery {
        max-width:940px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-gallery-scroll1 .pxl--gallery {
        max-width:620px;
        transform: translatex(0)
    }
}

@media screen and (max-width: 991px) {
    .pxl-gallery-scroll1 .pxl--gallery {
        max-width:580px
    }
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1 .pxl--gallery {
        max-width:100%
    }
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--button {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background-color: ;
    background-image: -webkit-gradient(linear,right top,left top,from(),to());
    background-image: -webkit-linear-gradient(to right,,);
    background-image: -moz-linear-gradient(to right,,);
    background-image: -ms-linear-gradient(to right,,);
    background-image: -o-linear-gradient(to right,,);
    background-image: linear-gradient(to right,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='',gradientType='1');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 120px;
    -khtml-border-radius: 120px;
    -moz-border-radius: 120px;
    -ms-border-radius: 120px;
    -o-border-radius: 120px;
    border-radius: 120px;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: scale(.5);
    -khtml-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

@media screen and (max-width: 1200px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--button {
        width:120px;
        height: 120px;
        line-height: 120px;
        font-size: 30px
    }
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--link {
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--image {
    width: calc(25% + 40px);
    margin-left: -40px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: scalex(0);
    -khtml-transform: scalex(0);
    -moz-transform: scalex(0);
    -ms-transform: scalex(0);
    -o-transform: scalex(0);
    transform: scalex(0);
    box-shadow: 0 8px 54px rgba(0,0,0,.53)
}

@media screen and (max-width: 1200px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--image {
        margin:0;
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--image {
        width:100%;
        -webkit-transform: scalex(1);
        -khtml-transform: scalex(1);
        -moz-transform: scalex(1);
        -ms-transform: scalex(1);
        -o-transform: scalex(1);
        transform: scalex(1);
        margin-bottom: 10px
    }
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--image .pxl-image--inner {
    position: relative
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--image img {
    width: 100%
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--image .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--image .bg-image {
        position:static;
        min-height: 600px
    }
}

@media screen and (max-width: 575px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--image .bg-image {
        min-height:300px
    }
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:nth-child(1) {
    z-index: 4
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:nth-child(2) {
    margin-top: 60px;
    z-index: 3
}

@media screen and (max-width: 1400px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:nth-child(2) {
        margin-top:30px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:nth-child(2) {
        margin-top:0
    }
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:nth-child(3) {
    margin-top: 160px;
    z-index: 2
}

@media screen and (max-width: 1400px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:nth-child(3) {
        margin-top:0
    }
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:nth-child(4) {
    margin-top: 10px;
    z-index: 1
}

@media screen and (max-width: 1400px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:nth-child(4) {
        margin-top:30px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:nth-child(4) {
        margin-top:0
    }
}

.pxl-gallery-scroll1 .pxl--gallery .pxl-item--image:hover .pxl-item--button {
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.pxl-gallery-scroll1 .pxl-gallery-backdrop {
    opacity: 0;
    visibility: hidden
}

.pxl-gallery-scroll1 .pxl-gallery-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-gallery-scroll1 .pxl-gallery-front .pxl--item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1 .pxl-gallery-front .pxl--item {
        position:static
    }

    .pxl-gallery-scroll1 .pxl-gallery-front .pxl--item+.pxl--item {
        margin-top: 60px
    }
}

.pxl-gallery-scroll1 .pxl-gallery-front .pxl--item.active {
    z-index: 2
}

.pxl-gallery-scroll1 .pxl-gallery-front .pxl--item.active .pxl-item--title {
    opacity: 1;
    left: 15px
}

.pxl-gallery-scroll1 .pxl-gallery-front .pxl--item.active .pxl-item--image {
    -webkit-transform: scalex(1);
    -khtml-transform: scalex(1);
    -moz-transform: scalex(1);
    -ms-transform: scalex(1);
    -o-transform: scalex(1);
    transform: scalex(1)
}

.pxl-gallery-scroll1 .pxl-gallery--nav {
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    color: rgba(173,173,173,.15);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    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: 15px;
    text-align: center
}

@media screen and (max-width: 1600px) {
    .pxl-gallery-scroll1 .pxl-gallery--nav {
        font-size:65px
    }
}

@media screen and (max-width: 991px) {
    .pxl-gallery-scroll1 .pxl-gallery--nav {
        font-size:40px
    }
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1 .pxl-gallery--nav {
        display:none
    }
}

.pxl-gallery-scroll1 .pxl-gallery--nav .pxl-group--number {
    color: #fff;
    width: 100%;
    overflow: hidden;
    height: 100px;
    position: relative
}

@media screen and (max-width: 1600px) {
    .pxl-gallery-scroll1 .pxl-gallery--nav .pxl-group--number {
        height:70px
    }
}

@media screen and (max-width: 991px) {
    .pxl-gallery-scroll1 .pxl-gallery--nav .pxl-group--number {
        height:40px
    }
}

.pxl-gallery-scroll1 .pxl-gallery--nav .pxl-group--number .pxl-item--number {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translatey(100%);
    -khtml-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -ms-transform: translatey(100%);
    -o-transform: translatey(100%);
    transform: translatey(100%)
}

.pxl-gallery-scroll1 .pxl-gallery--nav .pxl-group--number .pxl-item--number.active {
    opacity: 1;
    -webkit-transform: translatey(0%);
    -khtml-transform: translatey(0%);
    -moz-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -o-transform: translatey(0%);
    transform: translatey(0%);
    transition: 900ms
}

.pxl-gallery-scroll1 .pxl-gallery--nav .pxl-group--number .pxl-item--number.rotated {
    opacity: 1;
    -webkit-transform: translatey(-100%);
    -khtml-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform: translatey(-100%);
    transition: 900ms
}

.pxl-gallery-scroll1 .pxl-gallery--nav .pxl-item--total {
    border-top: 2px solid #3f3f3f;
    padding-top: 6px;
    margin-top: 6px
}

.pxl-gallery-scroll1.h-fit-to-screen {
    height: 100vh
}

.pxl-gallery-scroll1.h-fit-to-screen .pxl-gallery-backdrop {
    display: none
}

.pxl-gallery-scroll1.h-fit-to-screen .pxl-gallery-front {
    position: static;
    height: 100%
}

.pxl-gallery-scroll1.h-fit-to-screen .pxl-gallery-front .pxl--item,.pxl-gallery-scroll1.h-fit-to-screen .pxl-gallery-front .pxl--gallery,.pxl-gallery-scroll1.h-fit-to-screen .pxl-gallery-front .pxl-image--inner {
    height: 100%
}

.pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(1) {
    margin-bottom: 160px
}

@media screen and (max-width: 1400px) {
    .pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(1) {
        margin-bottom:30px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(1) {
        margin-bottom:0
    }
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(1) {
        margin-bottom:10px
    }
}

.pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(2) {
    margin-bottom: 60px
}

@media screen and (max-width: 1400px) {
    .pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(2) {
        margin-bottom:0
    }
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(2) {
        margin-bottom:10px
    }
}

@media screen and (max-width: 1400px) {
    .pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(3) {
        margin-bottom:30px
    }
}

@media screen and (max-width: 1200px) {
    .pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(3) {
        margin-bottom:0
    }
}

@media screen and (max-width: 767px) {
    .pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(3) {
        margin-bottom:10px
    }
}

.pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(4) {
    margin-bottom: 150px
}

@media screen and (max-width: 1400px) {
    .pxl-gallery-scroll1.h-fit-to-screen .pxl-item--image:nth-child(4) {
        margin-bottom:0
    }
}

body.rtl .pxl-post-list1 li:before {
    margin-right: 0;
    margin-left: 12px
}

.pxl-language-switch {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 15px;
    cursor: pointer
}

.pxl-language-switch.style-2 .title {
    display: none
}

.pxl-language-switch.style-4 .language-first {
    display: flex;
    align-items: center
}

.pxl-language-switch.style-4 .language-first .flag {
    margin-right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 1e3px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.15)
}

.pxl-language-switch.style-4 .language-first .flag svg {
    width: 100%
}

.pxl-language-switch.style-5 .list-language {
    display: none
}

.pxl-language-switch.style-5 .language-first {
    display: flex;
    align-items: center
}

.pxl-language-switch.style-5 .language-first .flag {
    margin-right: 10px;
    display: block;
    width: 41px;
    height: 41px;
    border-radius: 1e3px;
    padding: 6px;
    border: 1px solid rgba(255,255,255,.25)
}

.pxl-language-switch.style-5 .language-first .flag svg {
    width: 100%
}

.pxl-language-switch .list-language {
    pointer-events: none;
    position: absolute;
    background-color: #fff;
    top: calc(103% + 20px);
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 0 10px;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.pxl-language-switch .list-language .pxl--item {
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .16px;
    text-transform: capitalize;
    color: #000
}

.pxl-language-switch .language {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: .8px;
    margin-top: 3px
}

.pxl-language-switch .language-first {
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .16px;
    text-transform: capitalize;
    color: #fff
}

.pxl-language-switch .language-first i {
    font-size: 9px;
    padding-left: 9px
}

.pxl-language-switch.style-3 {
    width: 58px;
    height: 58px;
    border-radius: 1e3px;
    border: 1px solid #d7d7d7;
    justify-content: center
}

.pxl-language-switch.style-3 .language {
    margin: 0
}

.pxl-language-switch.style-3 .language-first {
    color: var(--primary-color);
    font-size: 14px;
    line-height: normal;
    font-weight: 500
}

.pxl-language-switch.style-3 .list-language {
    background-color: #fff;
    box-shadow: rgba(17,12,46,.15)0 48px 100px;
    text-align: center;
    padding: 20px 0;
    border-radius: 1e3px
}

.pxl-language-switch.style-3 i {
    padding-left: 0
}

.pxl-language-switch:hover .list-language {
    pointer-events: auto;
    opacity: 1;
    top: 100%
}

.pxl-post-taxonomy .pxl-count {
    display: none
}

.pxl-post-taxonomy.true .pxl-count {
    display: block
}

.pxl-showcase-grid1 .pxl-el-divider {
    margin-bottom: 70px
}

.pxl-showcase-grid1 .pxl-grid-item .pxl-item--image {
    overflow: hidden;
    position: relative
}

.pxl-showcase-grid1 .pxl-grid-item .pxl-item--image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    background-position: 50%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-showcase-grid1 .pxl-grid-item .pxl-item--image .lightbox {
    opacity: 0;
    margin-top: -30px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 20px;
    line-height: 60px;
    border-radius: 1e3px
}

.pxl-showcase-grid1 .pxl-grid-item .pxl-item--image .lightbox:hover {
    background-color: #fff;
    color: var(--primary-color)
}

.pxl-showcase-grid1 .pxl-grid-item .pxl-item--image img {
    width: 100%
}

.pxl-showcase-grid1 .pxl-grid-item .pxl-item--image:hover:before {
    opacity: .77
}

.pxl-showcase-grid1 .pxl-grid-item .pxl-item--image:hover .lightbox {
    margin-top: 0;
    opacity: 1
}

.pxl-partner-carousel1 .pxl-swiper-slide .pxl-item--inner {
    text-align: center;
    padding: 15px
}

.pxl-partner-carousel1 .pxl-swiper-slide .pxl-item--inner img {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    filter: grayscale(1);
    opacity: .5
}

.pxl-partner-carousel1 .pxl-swiper-slide .pxl-item--inner:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(.85)
}

.pxl-pie-chart1 {
    display: flex;
    align-items: center;
    column-gap: 30px
}

@media(max-width: 575px) {
    .pxl-pie-chart1 {
        display:block
    }
}

.pxl-pie-chart1 .wrap-chart {
    position: relative;
    display: inline-block
}

.pxl-pie-chart1 .wrap-chart .pxl-item--value {
    display: grid
}

.pxl-pie-chart1 .wrap-chart .pxl--counter-number {
    display: flex;
    align-items: center
}

.pxl-pie-chart1 .wrap-chart:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 1e3px
}

.pxl-pie-chart1 .wrap-chart canvas {
    transform: rotatey(180deg)
}

.pxl-pie-chart1 .wrap-chart .pxl-item--holder {
    display: inline-block;
    font-size: 30px;
    color: var(--secondary-color);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-weight: 700
}

.pxl-pie-chart1 .pxl-item-title {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px
}

@media(max-width: 575px) {
    .pxl-pie-chart1 .pxl-item-title {
        margin-top:20px
    }
}

.pxl-pie-chart1 .pxl-item-description {
    font-size: 16px;
    line-height: 26px;
    color: #4b535d
}

.pxl-icon-postformat .link-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    border-radius: 1e3px;
    position: relative;
    overflow: hidden
}

.pxl-icon-postformat .link-icon a span {
    font-size: 90px;
    color: #fff;
    z-index: 2;
    width: 43px;
    height: 50px
}

.pxl-icon-postformat .link-icon a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.35);
    backdrop-filter: blur(10px)
}

.pxl-icon-postformat .link-icon a i {
    color: #fff;
    font-size: 30px;
    z-index: 2
}

.pxl-icon-postformat .link-icon a .caseicon-play1 {
    font-size: 22px;
    max-height: 23px
}

.pxl-icon-postformat .link-icon a svg {
    z-index: 2;
    max-width: 35px;
    max-height: 35px
}

.pxl-icon-postformat .link-icon a svg path {
    fill: #fff
}

.pxl-process1 {
    position: relative;
    padding-left: 150px
}

@media(max-width: 991px) {
    .pxl-process1 {
        padding-left:100px
    }
}

@media(max-width: 767px) {
    .pxl-process1 {
        padding-left:0
    }
}

.pxl-process1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 30px;
    height: 100%;
    width: 1px;
    background-color: #e1e1e1
}

@media(max-width: 767px) {
    .pxl-process1:before {
        display:none
    }
}

.pxl-process1 .pxl-item--image {
    width: 300px;
    min-width: 300px
}

@media(max-width: 575px) {
    .pxl-process1 .pxl-item--image {
        width:250px;
        min-width: 250px
    }
}

.pxl-process1 .pxl-item--image img {
    width: 100%
}

.pxl-process1 .pxl-item--inner {
    padding: 50px 50px 50px 0;
    display: flex;
    align-items: center;
    column-gap: 80px;
    border-bottom: 1px solid #d3d5d6
}

@media(max-width: 991px) {
    .pxl-process1 .pxl-item--inner {
        column-gap:30px;
        padding-right: 0
    }
}

@media(max-width: 767px) {
    .pxl-process1 .pxl-item--inner {
        display:block
    }
}

.pxl-process1 .pxl-item--step {
    position: absolute;
    width: 61px;
    height: 61px;
    border-radius: 1e3px;
    background-color: #121c27;
    line-height: 61px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    top: 50%;
    left: 0;
    transform: translatey(-50%)
}

.pxl-process1 .pxl-item--step:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121c27;
    border-radius: 1e3px;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1);
    z-index: -1
}

@media(max-width: 767px) {
    .pxl-process1 .pxl-item--step {
        top:50px;
        left: 20px;
        transform: translatey(0%)
    }
}

.pxl-process1 .pxl-item--title {
    font-size: 26px;
    font-weight: 500;
    color: #0a1119;
    line-height: 40px;
    margin-bottom: 32px
}

@media(max-width: 767px) {
    .pxl-process1 .pxl-item--title {
        margin-top:30px;
        margin-bottom: 15px
    }
}

.pxl-process1 .pxl-item--description {
    font-size: 15px;
    font-weight: 400;
    color: #4b535d;
    line-height: 25px;
    font-family: public sans,sans-serif
}

.pxl-process1 .pxl-list-text {
    margin-top: 27px;
    margin-bottom: 0
}

.pxl-process1 .pxl-list-text li {
    padding-left: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #0a1119;
    position: relative;
    list-style-type: none
}

.pxl-process1 .pxl-list-text li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0;
    border-radius: 100px;
    transform: translatey(-50%);
    background-color: #121c27
}

.pxl-process1 .pxl-list-text li+li {
    margin-top: 20px
}

.pxl-process1:hover .pxl-item--step:before {
    top: -13px;
    left: -13px;
    right: -13px;
    bottom: -13px
}

.pxl-countdown {
    justify-content: center;
    display: flex;
    position: relative;
    padding-bottom: 40px
}

.pxl-countdown .countdown-amount {
    position: relative;
    z-index: 2;
    font-size: 0;
    margin-top: 2px
}

.pxl-countdown .countdown-amount span {
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media(max-width: 1024px) {
    .pxl-countdown .countdown-amount span {
        font-size:50px
    }
}

@media(max-width: 767px) {
    .pxl-countdown .countdown-amount span {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .pxl-countdown .countdown-amount span {
        font-size:40px
    }
}

.pxl-countdown .countdown-period {
    position: absolute;
    z-index: 2;
    font-size: 15px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #fff;
    bottom: -40px;
    left: 0;
    right: 0
}

@media(max-width: 767px) {
    .pxl-countdown .countdown-period {
        font-size:13px;
        bottom: -20px
    }
}

@media(max-width: 575px) {
    .pxl-countdown .countdown-period {
        font-size:12px;
        letter-spacing: 1px
    }
}

.pxl-countdown .countdown-item {
    position: relative;
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
    width: 115px;
    height: 90px;
    text-align: center;
    position: relative
}

.pxl-countdown .countdown-item:before {
    position: absolute;
    content: ':';
    font-size: 40px;
    color: #fff;
    top: 50%;
    left: -95px;
    transform: translatex(-50%)
}

@media(max-width: 1024px) {
    .pxl-countdown .countdown-item:before {
        left:-45px
    }
}

@media(max-width: 767px) {
    .pxl-countdown .countdown-item:before {
        left:-25px
    }
}

@media(max-width: 575px) {
    .pxl-countdown .countdown-item:before {
        left:0
    }
}

@media(max-width: 480px) {
    .pxl-countdown .countdown-item:before {
        display:none
    }
}

.pxl-countdown .countdown-item:first-child:before {
    display: none
}

.pxl-countdown .countdown-item .countdown-item-inner {
    padding-top: 10px;
    width: 115px;
    height: 80px;
    z-index: 2;
    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: 202px
}

@media(max-width: 1024px) {
    .pxl-countdown .countdown-item+.countdown-item {
        margin-left:101px
    }
}

@media(max-width: 767px) {
    .pxl-countdown .countdown-item+.countdown-item {
        margin-left:50px
    }
}

@media(max-width: 575px) {
    .pxl-countdown .countdown-item+.countdown-item {
        margin-left:10px
    }
}

.pxl-text-carousel1 .ic svg {
    height: auto;
    fill: #1ede8f
}

@-moz-document url-prefix() {
    .pxl-text-carousel1 .pxl-swiper-bottom {
        top: 71px!important
    }
}

.pxl-text-carousel1 .pxl-swiper-bottom {
    position: absolute;
    left: -60px;
    right: -50px;
    top: 45px;
}

.pxl-text-carousel1 .pxl-swiper-bottom:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    height: .1px;
    width: 100%;
    background-color: #353e47
}

@media(max-width: 1400px) {
    .pxl-text-carousel1 .pxl-swiper-bottom {
        /* margin-top:50px; */
        /* position: relative; */
        /* top: auto!important; */
        /* left: auto; */
        /* right: auto; */
    }

    .pxl-text-carousel1 .pxl-swiper-bottom .pxl-wrap-arrow {
        justify-content: center!important;
    }

    .pxl-text-carousel1 .pxl-swiper-bottom .pxl-wrap-arrow .pxl-swiper-arrow {
        /* margin: 0 74px; */
    }

   
}

@-moz-document url-prefix() {
    .pxl-text-carousel1 .pxl-swiper-bottom:before {
        height: 1px
    }
}

.pxl-text-carousel1 .pxl-swiper-bottom i {
    position: relative;
    z-index: 2
}

.pxl-text-carousel1 .pxl-swiper-bottom .pxl-wrap-arrow {
    justify-content: space-between !important;
    width: 100%;
}

.pxl-text-carousel1 .pxl-swiper-bottom .pxl-wrap-arrow .pxl-swiper-arrow {
    width: 50px;
    height: 50px;
    border-radius: 1e3px;
    background-color: #353e47;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    z-index: 2
}

.pxl-text-carousel1 .pxl-swiper-bottom .pxl-wrap-arrow .pxl-swiper-arrow:hover {
    background-color: #fff;
    color: var(--primary-color)
}

@media(max-width: 1400px) {
    .pxl-text-carousel1 .pxl-swiper-slide {
        padding:0
    }
}

.pxl-text-carousel1 .pxl-item--number {
    color: #fff;
    font-size: 15px
}

.pxl-text-carousel1 .pxl-swiper-container {
    margin: 0
}

.pxl-text-carousel1 .pxl-item--title {
    margin-bottom: 0;
    margin-top: 23px;
    color: #fff;
    font-weight: 500;
    font-size: 17px !important;
    /* border-bottom: 1px solid #353e47; */
    padding-bottom: 0px;
    position: relative
}

.pxl-text-carousel1 .pxl-item--title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -30px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 100px;
    z-index: 2
}

.pxl-text-carousel1 .pxl-item--title:after {
    position: absolute;
    content: '';
    left: -12px;
    transform-origin: center;
    transform: scale(0);
    bottom: -42px;
    width: 35px;
    height: 35px;
    background-color: #121c27;
    border-radius: 100px;
    border: 1px solid #333c45;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 1400px) {
    .pxl-text-carousel1 .pxl-item--title:after {
        display:none
    }
}

.pxl-text-carousel1 .pxl-item--desc {
    padding-top: 64px;
    font-size: 13px;
    line-height: 26px;
    color: #d6d6d6;
    margin-bottom: 0;
    padding-right: 32px;
    position: relative
}

.pxl-text-carousel1 .pxl-item--desc:before {
    position: absolute;
    content: '';
    top: -11px;
    right: -30px;
    height: .1px;
    width: 100%;
    /* background-color: #353e47; */
    opacity: 0
}

.pxl-text-carousel1 .pxl-swiper-slide:hover .pxl-item--title:after {
    transform: scale(1)
}

.pxl-text-carousel1 .swiper-slide-visible .pxl-item--desc:before {
    opacity: 1
}

.pxl-text-carousel1.style-2 .pxl-item--inner {
    text-align: center
}

.pxl-text-carousel1.style-2 .pxl-item--inner i {
    margin-bottom: 11px;
    font-size: 28px;
    color: #1ede8f
}

.pxl-text-carousel1.style-2 .pxl-item--inner .pxl-item--desc {
    padding-right: 20px;
    padding-left: 20px;
    border-color: #d3d5d6
}

.pxl-text-carousel1.style-2 .pxl-item--inner .pxl-item--desc:before {
    background-color: #d3d5d6
}

.pxl-text-carousel1.style-2 .pxl-item--inner .pxl-item--title {
    z-index: 3;
    border-color: #d3d5d6
}

.pxl-text-carousel1.style-2 .pxl-item--inner .pxl-item--title:before {
    left: 50%;
    transform: translatex(-50%);
    background-color: #121c27
}

.pxl-text-carousel1.style-2 .pxl-item--inner .pxl-item--title:after {
    left: 50%;
    transform: translatex(-50%)scale(0);
    background-color: initial
}

.pxl-text-carousel1.style-2 .pxl-item--inner:hover .pxl-item--title:after {
    transform: translatex(-50%)scale(1)
}

.pxl-text-carousel2 .pxl-swiper-bottom {
    justify-content: center;
    margin-top: 50px
}

.pxl-text-carousel2 .pxl-swiper-bottom .pxl-wrap-arrow {
    column-gap: 20px
}

.pxl-text-carousel2 .pxl-swiper-bottom .pxl-wrap-arrow .pxl-swiper-arrow {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: var(--secondary-color);
    border-radius: 1e3px;
    background-color: #fff
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner {
    text-align: center
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--subtitle {
    font-size: 13px;
    color: #fff;
    letter-spacing: 4.8px;
    text-transform: uppercase
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    margin-top: 20px;
    margin-bottom: 27px;
    font-size: 23px;
    color: #fff
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--number {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 1e3px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    font-size: 20px;
    color: #0a1119;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    box-shadow: 0 0 #fff
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--desc {
    margin-top: 28px;
    font-size: 15px;
    line-height: 25px;
    color: #c4c4c4
}

.pxl-text-carousel2 .pxl-swiper-slide:hover .pxl-item--number {
    box-shadow: 0 0 0 7px #fff
}

.pxl-text-carousel4 .pxl-swiper-bottom {
    justify-content: center;
    margin-top: 50px
}

.pxl-text-carousel4 .pxl-swiper-bottom .pxl-wrap-arrow {
    column-gap: 20px
}

.pxl-text-carousel4 .pxl-swiper-bottom .pxl-wrap-arrow .pxl-swiper-arrow {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: var(--secondary-color);
    border-radius: 1e3px;
    background-color: #fff
}

.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--inner {
    text-align: center
}

.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item-image {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 180px;
    height: 180px;
    max-width: 180px;
    border-radius: 1e3px;
    overflow: hidden;
    position: relative
}

.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item-image img {
    width: 100%
}

.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item-image img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    margin-top: 66px;
    margin-bottom: 19px;
    font-size: 23px;
    color: #121c27
}

.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-diviver {
    width: calc(100% + 30px);
    display: block;
    margin-left: -15px;
    height: 1px;
    background-color: #d2d3d5;
    margin-top: -25px
}

.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--number {
    display: block;
    width: 48px;
    height: 48px;
    color: #fff;
    background-color: #121c27;
    border-radius: 1e3px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    box-shadow: 0 0 #121c27
}

.pxl-text-carousel4 .pxl-swiper-slide .pxl-item--desc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #4b535d
}

.pxl-text-carousel4 .pxl-swiper-slide:hover .pxl-item--number {
    box-shadow: 0 0 0 7px #121c27
}

.pxl-text-carousel4 .pxl-swiper-slide:hover .pxl-item-image img:last-child {
    opacity: 1
}

.pxl-text-carousel4.style-2 .pxl-item--inner {
    text-align: left
}

.pxl-text-carousel4.style-2 .pxl-item--number {
    margin-left: 0!important
}

.pxl-text-carousel4.style-2 .pxl-carousel-inner,.pxl-text-carousel4.style-2 .pxl-swiper-container {
    overflow: visible
}

.pxl-text-carousel4.style-2 .pxl-swiper-slide {
    opacity: 0!important;
    pointer-events: none!important;
    -webkit-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    transition: opacity .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-text-carousel4.style-2 .pxl-swiper-slide.swiper-slide-visible {
    opacity: 1!important;
    pointer-events: auto!important
}

.pxl-text-carousel4.style-2 .pxl-swiper-slide .pxl-diviver {
    margin-left: 0!important
}

.pxl-text-carousel3 .pxl-item--title {
    margin-bottom: 22px
}

.pxl-text-carousel3 .pxl-wrap-arrow {
    margin-top: 40px;
    column-gap: 37px
}

.pxl-text-carousel3.style-2 {
    text-align: center
}

.pxl-text-carousel3.style-2 .pxl-item--title {
    margin-bottom: 34px
}

.pxl-text-carousel3.style-2 .pxl-swiper-bottom {
    justify-content: center
}

.pxl-text-carousel3.style-2 .pxl-wrap-arrow {
    margin-top: 60px!important
}

@media(max-width: 767px) {
    .pxl-text-carousel3.style-2 .pxl-wrap-arrow {
        margin-top:20px!important
    }
}

.pxl-client-carousel1.style-1 .pxl-swiper-container {
    margin: 0;
    border-right: 1px solid #d2d4d5;
    border-left: 1px solid #d2d4d5
}

.pxl-client-carousel1.style-1 .pxl-swiper-slide {
    padding: 0;
    min-height: 108px;
    height: 108px
}

.pxl-client-carousel1.style-1 .pxl-swiper-slide .pxl-item--inner {
    padding: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #d2d4d5;
    border-right-width: 0;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-client-carousel1.style-1 .pxl-swiper-slide .pxl-item--inner a {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.pxl-client-carousel1.style-1 .pxl-swiper-slide .pxl-item--inner a img {
    display: block;
    width: auto;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    max-height: 55px
}

.pxl-client-carousel1.style-1 .pxl-swiper-slide .pxl-item--inner a img:nth-child(2) {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    -khtml-transform: translate(-50%,-100%);
    -moz-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    opacity: 1
}

.pxl-client-carousel1.style-1 .pxl-swiper-slide .pxl-item--inner a:hover img:nth-child(1) {
    -webkit-transform: translatey(120%);
    -khtml-transform: translatey(120%);
    -moz-transform: translatey(120%);
    -ms-transform: translatey(120%);
    -o-transform: translatey(120%);
    transform: translatey(120%)
}

.pxl-client-carousel1.style-1 .pxl-swiper-slide .pxl-item--inner a:hover img:nth-child(2) {
    top: 100%;
    opacity: 1
}

.pxl-client-carousel1.style-1 .swiper-slide-active .pxl-item--inner {
    border-left-color: transparent
}

.pxl-client-carousel1.style-2 .pxl-swiper-slide {
    padding: 0;
    min-height: 108px;
    height: 108px
}

.pxl-client-carousel1.style-2 .pxl-swiper-slide .pxl-item--inner {
    padding: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-right-width: 0;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-client-carousel1.style-2 .pxl-swiper-slide .pxl-item--inner a {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.pxl-client-carousel1.style-2 .pxl-swiper-slide .pxl-item--inner a img {
    display: block;
    width: auto;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    max-height: 55px
}

.pxl-client-carousel1.style-2 .pxl-swiper-slide .pxl-item--inner a img:nth-child(2) {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    -khtml-transform: translate(-50%,-100%);
    -moz-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    opacity: 1
}

.pxl-client-carousel1.style-2 .pxl-swiper-slide .pxl-item--inner a:hover img:nth-child(1) {
    -webkit-transform: translatey(120%);
    -khtml-transform: translatey(120%);
    -moz-transform: translatey(120%);
    -ms-transform: translatey(120%);
    -o-transform: translatey(120%);
    transform: translatey(120%)
}

.pxl-client-carousel1.style-2 .pxl-swiper-slide .pxl-item--inner a:hover img:nth-child(2) {
    top: 100%;
    opacity: 1
}

.pxl-client-carousel1.style-3 .pxl-swiper-container {
    margin: 0;
    border-right: 1px solid #d2d4d5;
    border-left: 1px solid #d2d4d5
}

.pxl-client-carousel1.style-3 .pxl-swiper-slide {
    padding: 0;
    min-height: 150px;
    height: 150px
}

.pxl-client-carousel1.style-3 .pxl-swiper-slide .pxl-item--inner {
    padding: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #d2d4d5;
    border-right-width: 0;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-client-carousel1.style-3 .pxl-swiper-slide .pxl-item--inner a {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.pxl-client-carousel1.style-3 .pxl-swiper-slide .pxl-item--inner a img {
    display: block;
    width: auto;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    max-height: 55px
}

.pxl-client-carousel1.style-3 .pxl-swiper-slide .pxl-item--inner a img:nth-child(2) {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    -khtml-transform: translate(-50%,-100%);
    -moz-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    opacity: 1
}

.pxl-client-carousel1.style-3 .pxl-swiper-slide .pxl-item--inner a:hover img:nth-child(1) {
    -webkit-transform: translatey(120%);
    -khtml-transform: translatey(120%);
    -moz-transform: translatey(120%);
    -ms-transform: translatey(120%);
    -o-transform: translatey(120%);
    transform: translatey(120%)
}

.pxl-client-carousel1.style-3 .pxl-swiper-slide .pxl-item--inner a:hover img:nth-child(2) {
    top: 100%;
    opacity: 1
}

.pxl-client-carousel1.style-3 .swiper-slide-active .pxl-item--inner {
    border-left-color: transparent
}

.pxl-info-box1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 17px;
    border: 1px solid #d3d5d6;
    border-radius: 1e3px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    padding: 7px 34px 7px 7px
}

.pxl-info-box1>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.pxl-info-box1 .pxl-title {
    font-size: 17px;
    color: var(--secondary-color)
}

.pxl-info-box1 .pxl-item--image {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 100px
}

.pxl-info-box1 .pxl-item--image img {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-info-box1:hover {
    border-color: var(--secondary-color)
}

.pxl-info-box1:hover .pxl-item--image img {
    transform: scale(1.1)
}

.pxl-info-box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1e3px;
    overflow: hidden;
    height: 322px
}

.pxl-info-box2 .pxl-item--image {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: .4
}

.pxl-info-box2 .pxl-title {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 500;
    z-index: 2
}

.pxl-info-box2:hover .pxl-item--image {
    opacity: 1
}

.pxl-circle-svg path {
    z-index: -1
}

.pxl-circle-svg circle {
    z-index: 22
}

.pxl-slider-carousel1 {
    background-color: var(--primary-color)
}

.pxl-slider-carousel1 .pxl-circle-svg {
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 358px
}

.pxl-slider-carousel1 .pxl-circle-svg.cc1 {
    margin-bottom: -69px
}

.pxl-slider-carousel1 .connect-global {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    bottom: 0;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end
}

@media(max-width: 767px) {
    .pxl-slider-carousel1 .connect-global {
        display:none
    }
}

.pxl-slider-carousel1 .pxl-swiper-slide.swiper-slide-active {
    z-index: 2
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner {
    display: flex;
    align-items: center
}

@media(max-width: 767px) {
    .pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner {
        display:block
    }
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--content {
    margin: 0 auto
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .mask--content {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

@media(max-width: 767px) {
    .pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .mask--content {
        position:relative;
        height: 400px;
        width: 100%;
        top: auto;
        right: auto
    }
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .mask--content .block:nth-child(1) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0)
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .mask--content .block:nth-child(2) {
    position: absolute;
    right: 217px;
    bottom: 0;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0)
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .mask--content .block:nth-child(3) {
    position: absolute;
    right: 433px;
    bottom: 0;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0)
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .mask--content .block:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 217px;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0)
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .mask--content .block:nth-child(5) {
    position: absolute;
    right: 217px;
    bottom: 217px;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0)
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .mask--content .block:nth-child(6) {
    position: absolute;
    right: 0;
    bottom: 434px;
    width: 217px;
    height: 217px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3);
    clip-path: polygon(0 0,0% 100%,100% 0)
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner {
    width: 50%
}

@media(max-width: 767px) {
    .pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner {
        width:100%
    }
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner .content--wrapper .pxl-item--title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 29px
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner .content--wrapper .pxl-item--title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    height: 3px;
    width: 55px
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner .content--wrapper .pxl-item--title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    height: 1px;
    width: 100%;
    opacity: .3
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner .content--wrapper .pxl-item--title.pxl-invisible:before {
    width: 0!important
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner .content--wrapper .pxl-item--title.pxl-invisible:after {
    width: 0!important
}

.pxl-slider-carousel1 .pxl-swiper-slide .swiper-slide-inner .pxl-item--inner .content--wrapper .item--button {
    margin-top: 27px;
    display: inline-block;
    border-radius: 1e3px;
    padding: 0 35px;
    line-height: 50px
}

.pxl-chart-2 {
    display: inline-block;
    padding: 51px 25px 42px
}

.pxl-chart-2 .chart-bar {
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.pxl-chart-2 .lengend {
    margin-top: 28px
}

.pxl-chart-2 .lengend .list-content {
    display: flex;
    align-items: center;
    column-gap: 13px
}

.pxl-chart-2 .lengend .list-content .color {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 1e3px
}

.pxl-chart-2 .lengend .list-content .title {
    font-size: 15px;
    line-height: 28px;
    color: #fff
}

.pxl-chart-2 .lengend .list-content+.list-content {
    margin-top: 4px
}

.pxl-showcase img {
    width: 100%
}

.pxl-showcase2 img {
    width: 100%
}

.pxl-showcase2 .pxl-item--label {
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    padding: 3px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: var(--primary-color);
    text-transform: capitalize
}

.pxl-showcase2 .pxl-item--inner {
    padding: 17px;
    background-color: #e7e7e7;
    text-align: center
}

.pxl-showcase2 .pxl-item--inner .wrap-button {
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    width: 100%;
    display: inline-block
}

.pxl-showcase2 .pxl-item--inner .pxl-item--image {
    position: relative
}

.pxl-showcase2 .pxl-item--inner .pxl-item--image img {
    width: 100%
}

.pxl-showcase2 .pxl-item--inner .pxl-item--image .pxl-item--readmore {
    margin: auto;
    z-index: 99;
    min-width: 100%;
    margin: 10px 0
}

.pxl-showcase2 .pxl-item--inner .pxl-item--image .pxl-item--readmore a {
    height: 50px;
    width: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: var(--primary-color);
    line-height: 50px;
    padding: 0 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transform: scale(0);
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.pxl-showcase2 .pxl-item--inner .pxl-item--image .pxl-item--overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.pxl-showcase2 .pxl-item--inner .pxl-item--title {
    margin-top: 26px;
    margin-bottom: 7px
}

.pxl-showcase2 .pxl-item--inner .pxl-item--title a {
    font-size: 17px;
    color: #0a1119;
    line-height: 30px
}

.pxl-showcase2 .pxl-item--inner:hover .pxl-item--image .pxl-item--overlay {
    opacity: 1
}

.pxl-showcase2 .pxl-item--inner:hover .pxl-item--readmore a {
    transform: scale(1)
}

.no-results .searchform-wrap .search-submit {
    height: 60px!important;
    width: 60px!important
}

.no-results .searchform-wrap .search-submit svg {
    max-width: 20px
}

.pxl-text-slip1 .pxl-item--container {
    white-space: nowrap;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: relative
}

.pxl-text-slip1 .pxl-item--text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    color: #110e10;
    display: flex;
    white-space: nowrap
}

.pxl-text-slip1 .pxl-item--text svg {
    margin: 4px 29px
}

.pxl-text-slip1 .pxl-item--inner,.pxl-text-slip1 .pxl-item--inner-font {
    display: flex;
    align-items: center
}

.pxl-text-slip1.pxl-slide-to-left,.pxl-text-slip1.pxl-slide-to-right {
    overflow: hidden
}

.pxl-text-slip1.pxl-slide-to-left .pxl-item--inner,.pxl-text-slip1.pxl-slide-to-right .pxl-item--inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.pxl-text-slip1.pxl-slide-to-left .pxl-item--inner {
    -webkit-animation: slide-left 30s linear infinite;
    animation: slide-left 30s linear infinite
}

.pxl-text-slip1.pxl-slide-to-right .pxl-item--inner {
    -webkit-animation: slide-right 30s linear infinite;
    animation: slide-right 30s linear infinite
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container {
    background-color: var(--primary-color);
    position: relative;
    padding: 11px 0
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:after,.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #110e10;
    left: 0
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:after {
    top: 6px
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:before {
    bottom: 6px
}

.pxl-text-slip1.ic-yes .pxl-item--text svg,.pxl-text-slip1.ic-yes .pxl-item--text img,.pxl-text-slip1.ic-yes .pxl-item--text i {
    display: none
}

.pxl-text-slip1 .pxl-item--inner {
    column-gap: 37px
}

.pxl-text-slip1.ic-no .pxl-item--text {
    padding-right: 37px;
    position: relative
}

.pxl-text-slip1.ic-no .pxl-item--text:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translatey(-50%);
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: var(--secondary-color)
}

.pxl-text-slip1 .pxl-item--container {
    white-space: nowrap;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: relative
}

.pxl-text-slip1 .pxl-item--text {
    margin-bottom: 0;
    position: relative;
    color: #110e10;
    display: flex;
    white-space: nowrap
}

.pxl-text-slip1 .pxl-item--text svg {
    display: inline-block;
    margin: auto 22px
}

.pxl-text-slip1 .pxl-item--inner,.pxl-text-slip1 .pxl-item--inner-font {
    display: flex;
    align-items: center
}

.pxl-text-slip1.pxl-slide-to-left,.pxl-text-slip1.pxl-slide-to-right {
    overflow: hidden
}

.pxl-text-slip1.pxl-slide-to-left .pxl-item--inner,.pxl-text-slip1.pxl-slide-to-right .pxl-item--inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.pxl-text-slip1.pxl-slide-to-left .pxl-item--inner {
    -webkit-animation: slide-left 30s linear infinite;
    animation: slide-left 30s linear infinite
}

.pxl-text-slip1.pxl-slide-to-right .pxl-item--inner {
    -webkit-animation: slide-right 30s linear infinite;
    animation: slide-right 30s linear infinite
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container {
    background-color: var(--primary-color);
    position: relative;
    padding: 11px 0
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:after,.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #110e10;
    left: 0
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:after {
    top: 6px
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:before {
    bottom: 6px
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translatex(0%);
        transform: translatex(0%)
    }

    100% {
        -webkit-transform: translatex(-100%);
        transform: translatex(-100%)
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translatex(0%);
        transform: translatex(0%)
    }

    100% {
        -webkit-transform: translatex(-100%);
        transform: translatex(-100%)
    }
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translatex(-100%);
        transform: translatex(-100%)
    }

    100% {
        -webkit-transform: translatex(0%);
        transform: translatex(0%)
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translatex(-100%);
        transform: translatex(-100%)
    }

    100% {
        -webkit-transform: translatex(0%);
        transform: translatex(0%)
    }
}

.pxl-icon--users {
    position: relative;
    display: inline-block
}

.pxl-icon--users .hide {
    display: none
}

.pxl-icon--users .icon-user {
    cursor: pointer;
    display: inline-flex;
    width: 59px;
    height: 59px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.15);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    border-radius: 1e3px
}

.pxl-icon--users .icon-user svg {
    fill: #fff;
    width: 24px
}

.pxl-icon--users .icon-user:hover {
    background-color: rgba(255,255,255,.35);
    border-color: transparent
}

.pxl-icon--users .form-hover {
    min-width: 353px;
    pointer-events: none;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: #fff;
    position: absolute;
    opacity: 0;
    top: calc(100% + 50px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    padding: 34px
}

.pxl-icon--users .form-hover:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 50%;
    transform: translatex(-50%);
    width: 18px;
    height: 11px;
    background-color: #fff;
    clip-path: polygon(50% 0,0 100%,100% 100%)
}

.pxl-icon--users .form-hover .btn-action {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 15px;
    width: 286px;
    border: 1px solid #d9dadc;
    padding: 13px;
    border-radius: 1e3px;
    font-size: 15px;
    color: #121315;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon--users .form-hover .btn-action+.btn-action {
    margin-top: 10px
}

.pxl-icon--users .form-hover .btn-action:hover {
    border-color: transparent;
    box-shadow: 3px 8px 24px rgba(0,0,0,.13)
}

.pxl-icon--users .form-hover .wrap-form-action .field-dflex {
    flex-wrap: nowrap;
    justify-content: space-between
}

.pxl-icon--users .form-hover .wrap-form-action .field-rememberme label {
    color: var(--secondary-color);
    font-size: 15px
}

.pxl-icon--users .form-hover .wrap-form-action .field-forgot-password a {
    color: var(--secondary-color);
    font-size: 15px
}

.pxl-icon--users .form-hover .wrap-form-action .field-forgot-password a:hover {
    text-decoration: underline
}

.pxl-icon--users .form-hover .wrap-form-action .button-to-login,.pxl-icon--users .form-hover .wrap-form-action .button-to-register a {
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    text-decoration: underline;
    color: var(--secondary-color);
    font-size: 15px
}

.pxl-icon--users .form-hover .wrap-form-action .button-to-register {
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 15px
}

.pxl-icon--users .form-hover .wrap-form-action .pxl-user-heading {
    font-size: 23px;
    text-align: center
}

.pxl-icon--users .form-hover .wrap-form-action .field-group {
    position: relative;
    margin-bottom: 15px
}

.pxl-icon--users .form-hover .wrap-form-action .field-group svg {
    display: none
}

.pxl-icon--users .form-hover .wrap-form-action .field-group input:not([type=checkbox]) {
    height: 55px;
    color: var(--secondary-color);
    padding-left: 20px;
    font-size: 14px
}

.pxl-icon--users .form-hover .wrap-form-action .field-group button {
    width: 100%;
    border-radius: 1e3px;
    text-transform: capitalize;
    font-weight: 400;
    height: 55px;
    background-color: var(--secondary-color);
    text-align: center;
    font-size: 15px;
    color: #fff
}

.pxl-icon--users .form-hover .wrap-button-action.deactive {
    display: none
}

.pxl-icon--users .pxl-user-form-profile {
    display: flex;
    align-items: center;
    column-gap: 20px
}

.pxl-icon--users .pxl-user-form-profile .profile-media {
    max-width: 100px
}

.pxl-icon--users .pxl-user-form-profile .profile-media img {
    border-radius: 10px
}

.pxl-icon--users .pxl-user-form-profile .profile-content .user-name {
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--secondary-color);
    text-transform: capitalize
}

.pxl-icon--users .pxl-user-form-profile .pxl-user-form-logout a {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 45px;
    padding: 0 20px
}

.pxl-icon--users .wpcf7-not-valid-tip {
    font-size: 13px;
    padding-top: 10px
}

.pxl-icon--users.active .form-hover {
    pointer-events: auto;
    top: calc(100% + 25px);
    opacity: 1
}

.pxl-image-scroll .pxl-image_list {
    display: flex
}

.pxl-image-scroll .pxl-image_list .wrap-image {
    width: 331px;
    min-width: 331px;
    height: 572px;
    position: relative
}

.pxl-image-scroll .pxl-image_list .wrap-image .before-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ece6e1;
    top: 18px;
    left: -20px
}

.pxl-image-scroll .pxl-image_list .wrap-image .pxl-item--image {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all .75s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .75s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .75s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .75s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .75s cubic-bezier(.645,.045,.355,1);
    transition: all .75s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-scroll .pxl-image_list .wrap-image .pxl-item--image.active {
    width: 100%;
    right: auto;
    left: 0
}

.pxl-image-scroll .pxl-image_list .wrap-content {
    flex-grow: 1;
    margin-left: 47px;
    border-left: 1px solid #d8d9da;
    padding-top: 30px
}

.pxl-image-scroll .pxl-image_list .wrap-content .title {
    padding-left: 40px;
    position: relative;
    color: #999;
    font-size: 17px
}

.pxl-image-scroll .pxl-image_list .wrap-content .title:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translatey(-50%)scale(0);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    left: -5px;
    background-color: #121c27;
    width: 9px;
    height: 9px;
    border-radius: 100px
}

.pxl-image-scroll .pxl-image_list .wrap-content .title+.title {
    margin-top: 52px
}

.pxl-image-scroll .pxl-image_list .wrap-content .title.active {
    color: #121c27
}

.pxl-image-scroll .pxl-image_list .wrap-content .title.active:before {
    transform: translatey(-50%)scale(1)
}

.pxl-banner img {
    margin: 0 15px
}

.pxl-banner .title-box {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    margin-top: 97px;
    margin-bottom: 42px;
    padding: 0 15px
}

.pxl-banner a {
    display: block;
    border-radius: 10px;
    width: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 15px;
    color: #111;
    background-color: #fff
}

.pxl-banner a:hover {
    background-color: var(--secondary-color);
    color: #fff
}

#pxl-header-default {
    position: relative;
    z-index: 999;
    background-color: #121c27
}

#pxl-header-default .row {
    align-items: center
}

@media screen and (min-width: 1201px) {
    #pxl-header-default .row>div {
        padding:0 15px
    }
}

#pxl-header-default .container {
    max-width: 1775px
}

#pxl-header-default .pxl-header-branding {
    display: flex;
    align-items: center;
    flex-grow: 1
}

#pxl-header-default .pxl-header-branding a {
    display: inline-flex
}

#pxl-header-default .pxl-header-branding img {
    height: 46px;
    max-width: inherit
}

#pxl-header-default #pxl-nav-mobile {
    display: none
}

@media screen and (min-width: 1201px) {
    #pxl-header-elementor {
        min-height:0!important;
        position: relative;
        z-index: 1001
    }

    #pxl-header-elementor .col-12 {
        min-height: 0
    }
}

#pxl-header-elementor #pxl-header-mobile {
    display: none
}

#pxl-header-elementor .pxl-header-elementor-main {
    position: relative;
    z-index: 999
}

#pxl-header-elementor .pxl-header-elementor-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    -webkit-transform: translateY(-120%);
    -khtml-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: .6s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .6s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .6s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .6s cubic-bezier(.24,.74,.58,1);
    -o-transition: .6s cubic-bezier(.24,.74,.58,1);
    transition: .6s cubic-bezier(.24,.74,.58,1);
    visibility: hidden
}

#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible
}

#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed .pxl-logo-nav {
    -webkit-box-shadow: 0 3px 18px rgba(2,21,78,9%);
    -khtml-box-shadow: 0 3px 18px rgba(2,21,78,9%);
    -moz-box-shadow: 0 3px 18px rgba(2,21,78,9%);
    -ms-box-shadow: 0 3px 18px rgba(2,21,78,9%);
    -o-box-shadow: 0 3px 18px rgba(2,21,78,9%);
    box-shadow: 0 3px 18px rgba(2,21,78,9%)
}

#pxl-header-elementor .px-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999
}

#pxl-header-elementor .elementor-section .elementor-container,#pxl-header-elementor .elementor-inner-section,#pxl-header-elementor .elementor-widget:not(.elementor-absolute),#pxl-header-elementor .elementor-widget-wrap,#pxl-header-elementor .elementor-column,#pxl-header-elementor .elementor-column-wrap {
    position: static
}

.pxl-header-mobile-elementor {
    opacity: 0
}

.pxl-header-mobile-elementor.px-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999
}

.px-header--left_sidebar {
    overflow-x: hidden;
    overflow-y: scroll
}

@media screen and (max-width: 1260px) {
    .bd-px-header--left_sidebar:not(.elementor-editor-active) .elementor-section.elementor-section-boxed>.elementor-container {
        max-width:1130px
    }
}

@media screen and (min-width: 1201px) {
    .bd-px-header--left_sidebar .pxl-content-wrap.no-sidebar {
        margin-left:0;
        margin-right: 0
    }

    .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-header-elementor .px-header--left_sidebar {
        width: 300px;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: #fff
    }

    .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-main,.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor,.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-page-title-elementor {
        padding-left: 300px
    }

    .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-main .elementor>.elementor-section:not(.elementor-section-full_width),.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor .elementor>.elementor-section:not(.elementor-section-full_width),.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-page-title-elementor .elementor>.elementor-section:not(.elementor-section-full_width) {
        width: 100%!important;
        left: 0!important
    }

    .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-main .elementor>.elementor-section.elementor-section-full_width,.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor .elementor>.elementor-section.elementor-section-full_width,.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-page-title-elementor .elementor>.elementor-section.elementor-section-full_width {
        padding-left: 300px
    }

    .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor .container {
        max-width: 100%
    }

    .bd-px-header--left_sidebar:not(.elementor-editor-active).pxl-footer-fixed #pxl-wapper #pxl-main {
        margin-bottom: 0!important
    }

    .bd-px-header--left_sidebar:not(.elementor-editor-active).pxl-footer-fixed #pxl-footer-elementor {
        position: static
    }

    .admin-bar.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-header-elementor .px-header--left_sidebar {
        top: 32px
    }
}

@media screen and (min-width: 1201px) {
    #pxl-header-default .pxl-menu-primary>li.menu-item-has-children>a span:after {
        content:"\f150";
       
        font-size: 10px;
        margin-left: 6px;
        font-weight: 400;
        -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
        transition: all .25s cubic-bezier(.645,.045,.355,1)
    }

    #pxl-header-default .pxl-menu-primary>li.menu-item-has-children:hover>a span:after {
        transform: scaleY(-1)
    }

    .pxl-menu-primary {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .pxl-menu-primary.pxl-primary-menu-not-set>li>a {
        line-height: 120px
    }

    .pxl-menu-primary ul {
        list-style: none;
        margin: 0
    }

    .pxl-menu-primary li {
        position: relative;
        color: #5e6e6e
    }

    .pxl-menu-primary li a {
        font-size: 15px;
        color: rgba(255,255,255,.8);
        position: relative;
        font-weight: 400
    }

    .pxl-menu-primary>li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 16px
    }

    .pxl-menu-primary>li>a {
        line-height: 90px;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        color: #fff
    }

    .pxl-menu-primary .sub-menu,.pxl-menu-primary .children {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #151a25;
        margin-top: 30px;
        margin-bottom: 0;
        min-width: 325px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
        -khtml-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
        -moz-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
        -ms-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
        -o-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
        box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        text-align: left;
        padding: 18px 0
    }

    .pxl-menu-primary .sub-menu li,.pxl-menu-primary .children li {
        white-space: nowrap
    }

    .pxl-menu-primary .sub-menu li a,.pxl-menu-primary .children li a {
        padding: 9px 26px;
        display: block
    }

    .pxl-menu-primary .sub-menu li>a:hover,.pxl-menu-primary .children li>a:hover,.pxl-menu-primary .sub-menu li.current_page_item>a,.pxl-menu-primary .children li.current_page_item>a,.pxl-menu-primary .sub-menu li.current-menu-item>a,.pxl-menu-primary .children li.current-menu-item>a,.pxl-menu-primary .sub-menu li.current_page_ancestor>a,.pxl-menu-primary .children li.current_page_ancestor>a,.pxl-menu-primary .sub-menu li.current-menu-ancestor>a,.pxl-menu-primary .children li.current-menu-ancestor>a {
        color: #fff
    }

    .pxl-menu-primary .sub-menu li:last-child>a,.pxl-menu-primary .children li:last-child>a {
        border-bottom: none
    }

    .pxl-menu-primary .sub-menu.pxl-sub-reverse,.pxl-menu-primary .children.pxl-sub-reverse {
        left: auto;
        right: 0
    }

    .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children>a::after,.pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children>a::after {
        content: "\f136";
        right: auto;
        left: 0
    }

    .pxl-menu-primary .sub-menu .sub-menu,.pxl-menu-primary .children .sub-menu,.pxl-menu-primary .sub-menu .children,.pxl-menu-primary .children .children {
        top: 0;
        left: 100%
    }

    .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse,.pxl-menu-primary .children .sub-menu.pxl-sub-reverse,.pxl-menu-primary .sub-menu .children.pxl-sub-reverse,.pxl-menu-primary .children .children.pxl-sub-reverse {
        left: auto;
        right: 100%
    }

    .pxl-menu-primary li:hover>.sub-menu,.pxl-menu-primary li:hover>.children {
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }

    .pxl-menu-primary .sub-menu li:hover>.sub-menu {
        margin-top: -18px
    }

    .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
    }

    .pxl-menu-primary .pxl-megamenu .pxl-link li {
        padding: 0;
        margin-bottom: 0
    }

    .pxl-menu-toggle {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    #pxl-header-default,#pxl-header-elementor {
        position:relative;
        background-color: #fff
    }

    #pxl-header-default .pxl-header-main,#pxl-header-elementor .pxl-header-main {
        position: relative
    }

    #pxl-header-default .pxl-header-branding,#pxl-header-elementor .pxl-header-branding {
        margin: 15px;
        min-height: 50px;
        align-items: center;
        display: flex
    }

    #pxl-header-default .pxl-header-branding img,#pxl-header-elementor .pxl-header-branding img {
        height: 46px
    }

    #pxl-header-default #pxl-nav-mobile,#pxl-header-elementor #pxl-nav-mobile {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0,-50%);
        -khtml-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    #pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item,#pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
        margin-left: 10px
    }

    .pxl-header-menu-backdrop {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
        -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
        transition: all .25s cubic-bezier(.645,.045,.355,1);
        opacity: 0;
        visibility: hidden;
        cursor: pointer
    }

    .pxl-header-menu {
        position: fixed;
        height: 100vh;
        width: 300px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        overflow: hidden;
        z-index: 1000;
        -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
        transition: all .25s cubic-bezier(.645,.045,.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,8%);
        -khtml-box-shadow: 0 0 15px rgba(0,0,0,8%);
        -moz-box-shadow: 0 0 15px rgba(0,0,0,8%);
        -ms-box-shadow: 0 0 15px rgba(0,0,0,8%);
        -o-box-shadow: 0 0 15px rgba(0,0,0,8%);
        box-shadow: 0 0 15px rgba(0,0,0,8%);
        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-menu-toggle {
        position: absolute;
        top: 10px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        right: 0;
        width: 28px;
        cursor: pointer;
        font-size: 10px;
        -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
        transition: all .25s cubic-bezier(.645,.045,.355,1);
        color: #1b1b1b;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        background-color: rgba(0,0,0,3%)
    }

    .pxl-menu-toggle:before {
        content: "\f150";
        font-family: caseicon
    }

    .pxl-menu-toggle.active:before {
        content: "\f13d"
    }

    .pxl-menu-primary {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .pxl-menu-primary li.menu-item {
        position: relative
    }

    .pxl-menu-primary li.menu-item>a {
        display: block;
        line-height: 46px;
        color: #0a1119;
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px solid rgba(0,0,0,6%)
    }

    .pxl-menu-primary li.menu-item>a:hover,.pxl-menu-primary li.menu-item>a.current,.pxl-menu-primary li.menu-item.current_page_item>a,.pxl-menu-primary li.menu-item.current-menu-item>a,.pxl-menu-primary li.menu-item.current_page_ancestor>a,.pxl-menu-primary li.menu-item.current-menu-ancestor>a {
        color: var(--primary-color)
    }

    .pxl-menu-primary .sub-menu,.pxl-menu-primary .children {
        position: relative;
        display: none;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .pxl-menu-primary .sub-menu li a,.pxl-menu-primary .children li a {
        font-weight: 500;
        padding-left: 14px
    }

    .pxl-menu-primary>li>.sub-menu>li>.sub-menu>li a {
        padding-left: 28px
    }

    .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor {
        margin-top: 20px
    }

    .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor .pxl-showcase-grid .pxl-grid-inner {
        height: auto!important;
        display: block
    }

    .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor .pxl-showcase-grid .pxl-grid-inner .pxl-grid-item {
        position: static!important;
        width: 100%!important;
        max-width: 100%!important
    }

    .pxl-menu-primary .pxl-megamenu .elementor-container>.elementor-column {
        width: 100%
    }

    .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
        padding: 0!important
    }

    .pxl-menu-primary .pxl-megamenu .pxl-link li {
        margin: 0
    }

    .pxl-menu-primary .pxl-megamenu .pxl-heading {
        padding-left: 14px;
        border-bottom: 1px solid rgba(0,0,0,6%);
        padding-top: 12px;
        padding-bottom: 12px
    }

    .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
        margin-bottom: 0!important;
        font-size: 14px!important;
        border-bottom: none!important
    }

    .pxl-menu-primary .pxl-megamenu .elementor-widget-heading>.elementor-widget-container {
        margin-bottom: 0!important;
        border-bottom: none!important
    }

    .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
        flex-wrap: wrap
    }

    .pxl-logo-mobile {
        margin-bottom: 35px
    }

    .pxl-logo-mobile img {
        height: 55px
    }

    .pxl-header-mobile-search {
        margin-bottom: 20px
    }

    .pxl-header-mobile-search form {
        position: relative
    }

    .pxl-header-mobile-search .search-field {
        height: 44px;
        border: none;
        padding: 0 22px;
        background-color: #f8f8f8
    }

    .pxl-header-mobile-search .search-submit {
        position: absolute;
        top: 0;
        right: 5px;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        line-height: 36px;
        padding: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background: 0 0;
        color: #000;
        border: none
    }

    .pxl-header-mobile-search .search-submit:hover,.pxl-header-mobile-search .search-submit:focus {
        color: var(--primary-color)
    }

    .pxl-menu-close {
        background-color: rgba(0,0,0,3%);
        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
    }

    #pxl-header-elementor .pxl-header-elementor-main,#pxl-header-elementor .pxl-header-elementor-sticky {
        display: none
    }

    #pxl-header-elementor #pxl-header-mobile {
        display: block;
        position: relative;
        z-index: 999
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark {
        background-color: #151a25
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark.pxl-header-mobile-fixed {
        background-color: #151a25
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button .pxl-icon-line:after,#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button .pxl-icon-line:before {
        background-color: #fff
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-menu {
        background-color: #000
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field {
        background-color: rgba(255,255,255,.12);
        border-color: rgba(255,255,255,.12);
        color: rgba(255,255,255,.67)
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field:focus {
        color: #fff
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-submit {
        color: rgba(255,255,255,.8);
        font-size: 14px
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li a {
        color: rgba(255,255,255,.8);
        border-color: rgba(255,255,255,8%)
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li>a:hover,#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li>a.current,#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_item>a,#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-item>a,#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_ancestor>a,#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-ancestor>a {
        color: #fff
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close {
        background-color: rgba(255,255,255,.12)
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:before,#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:after {
        background-color: #fff
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-toggle {
        background-color: rgba(255,255,255,.1);
        color: rgba(255,255,255,.8)
    }

    #pxl-header-elementor #pxl-header-mobile .pxl-header-sticky {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden
    }

    #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed .pxl-header-sticky {
        visibility: visible;
        opacity: 1;
        -webkit-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -khtml-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -moz-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -ms-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -o-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown
    }
}

@media screen and (max-width: 767px) {
    .pxl-header-menu {
        width:100%
    }
}

.pxl-hidden-panel-popup {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 100vh;
    width: 100%;
    visibility: hidden
}

@media screen and (max-width: 1200px) {
    .pxl-hidden-panel-popup {
        display:none
    }
}

.pxl-hidden-panel-popup .pxl-popup--overlay {
    z-index: -1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -khtml-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -moz-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -ms-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -o-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    transition: all .5s cubic-bezier(.46,.03,.52,.96);
    cursor: pointer
}

.pxl-hidden-panel-popup .elementor>.elementor-section {
    width: 100%!important;
    left: 0!important;
    right: 0!important
}

.pxl-hidden-panel-popup .pxl-popup--conent {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    background-color: rgba(12,18,26,.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.pxl-hidden-panel-popup.pxl-pos-top .pxl-popup--conent {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -khtml-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -moz-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -ms-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -o-transition: all .5s cubic-bezier(.46,.03,.52,.96);
    transition: all .5s cubic-bezier(.46,.03,.52,.96);
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pxl-hidden-panel-popup.pxl-pos-right .pxl-popup--conent {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    width: 535px;
    -webkit-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    -o-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    transition: all 500ms cubic-bezier(.645,.045,.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%);
    overflow-y: scroll;
    overflow-x: hidden
}

.pxl-hidden-panel-popup.pxl-pos-left .elementor-container,.pxl-hidden-panel-popup.pxl-pos-left .elementor-element,.pxl-hidden-panel-popup.pxl-pos-left .elementor-element-populated {
    position: static
}

.pxl-hidden-panel-popup.pxl-pos-left .pxl-popup--conent {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 535px;
    -webkit-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    -o-transition: all 500ms cubic-bezier(.645,.045,.355,1);
    transition: all 500ms cubic-bezier(.645,.045,.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%);
    overflow: visible
}

.pxl-hidden-panel-popup.active {
    visibility: visible
}

.pxl-hidden-panel-popup.active .pxl-popup--conent {
    -webkit-transform: translatex(0%);
    -khtml-transform: translatex(0%);
    -moz-transform: translatex(0%);
    -ms-transform: translatex(0%);
    -o-transform: translatex(0%);
    transform: translatex(0%);
    transition-delay: 0s!important
}

.pxl-hidden-panel-popup.active .pxl-popup--overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s!important
}

.pxl-hidden-panel-popup.active .pxl-search-form .pxl-searchform-divider {
    webkit-animation-name: PXLfadeInMove;
    animation-name: PXLfadeInMove;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}

.pxl-hidden-panel-popup:not(.active) .pxl-search-form .pxl-searchform-divider {
    webkit-animation-name: PXLfadeOutMove;
    animation-name: PXLfadeOutMove;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible
}

.elementor-lightbox {
    z-index: 222222222
}

.pxl-anchor-button {
    cursor: pointer
}

.pxl-anchor-button.style-2 {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #788890;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.pxl-anchor-button.style-2 .pxl-anchor-divider {
    height: 18px;
    width: 18px;
    overflow: visible;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line {
    width: 5px!important;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    height: 5px!important;
    border-radius: 10px;
    background-color: var(--primary-color)
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:before,.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:after {
    display: none
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:after {
    width: 5px!important;
    height: 5px!important;
    background-color: var(--primary-color);
    border-radius: 100px
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:before {
    background-color: var(--primary-color)
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
    top: 0;
    left: 0
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
    transition-delay: 300ms;
    top: 0;
    right: 0
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
    bottom: 0;
    transition-delay: 200ms;
    left: 0
}

.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line4 {
    transition-delay: 100ms;
    bottom: 0;
    right: 0
}

.pxl-anchor-button.style-2:hover .pxl-icon-line1 {
    top: 72%!important;
    left: 72%!important
}

.pxl-anchor-button.style-2:hover .pxl-icon-line2 {
    top: 72%!important;
    right: 72%!important
}

.pxl-anchor-button.style-2:hover .pxl-icon-line3 {
    bottom: 72%!important;
    left: 72%!important
}

.pxl-anchor-button.style-2:hover .pxl-icon-line4 {
    bottom: 72%!important;
    right: 72%!important
}

.pxl-anchor-divider {
    overflow: hidden;
    width: 36px;
    height: 26px;
    cursor: pointer;
    position: relative
}

.pxl-anchor-divider .pxl-icon-line {
    height: 2px;
    position: absolute;
    right: 0
}

.pxl-anchor-divider .pxl-icon-line:before,.pxl-anchor-divider .pxl-icon-line:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: #0a1119;
    opacity: 1;
    width: 100%;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.pxl-anchor-divider .pxl-icon-line:before {
    -webkit-transform: translate3d(100%,0,0);
    -khtml-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0
}

.pxl-anchor-divider .pxl-icon-line:after {
    -webkit-transform: translate3d(0,0,0);
    -khtml-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
    top: 0;
    width: 28px;
    left: 0;
    right: auto
}

.pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
    top: 12px;
    width: 28px;
    right: 0;
    left: auto
}

.pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
    left: 0;
    width: 28px;
    right: auto;
    bottom: 0
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:before,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line1:before,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line1:before {
    -webkit-transform: translate3d(0,0,0);
    -khtml-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    -khtml-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    -moz-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    -ms-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    -o-transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms;
    transition: transform .8s cubic-bezier(.215,.61,.355,1)460ms,opacity .8s cubic-bezier(.215,.61,.355,1)460ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:after,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line1:after,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line1:after {
    -webkit-transform: translate3d(-36px,0,0);
    -khtml-transform: translate3d(-36px,0,0);
    -moz-transform: translate3d(-36px,0,0);
    -ms-transform: translate3d(-36px,0,0);
    -o-transform: translate3d(-36px,0,0);
    transform: translate3d(-36px,0,0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    -khtml-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    -moz-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    -ms-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    -o-transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s;
    transition: transform .6s cubic-bezier(.165,.84,.44,1)0s,opacity .6s cubic-bezier(.165,.84,.44,1)0s
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:before,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line2:before,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line2:before {
    -webkit-transform: translate3d(0,0,0);
    -khtml-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    -khtml-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    -moz-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    -ms-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    -o-transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms;
    transition: transform .8s cubic-bezier(.215,.61,.355,1)620ms,opacity .8s cubic-bezier(.215,.61,.355,1)620ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:after,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line2:after,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line2:after {
    -webkit-transform: translate3d(-36px,0,0);
    -khtml-transform: translate3d(-36px,0,0);
    -moz-transform: translate3d(-36px,0,0);
    -ms-transform: translate3d(-36px,0,0);
    -o-transform: translate3d(-36px,0,0);
    transform: translate3d(-36px,0,0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    -khtml-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    -moz-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    -ms-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    -o-transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms;
    transition: transform .6s cubic-bezier(.165,.84,.44,1)160ms,opacity .6s cubic-bezier(.165,.84,.44,1)160ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:before,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line3:before,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line3:before {
    -webkit-transform: translate3d(0,0,0);
    -khtml-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    -khtml-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    -moz-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    -ms-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    -o-transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms;
    transition: transform .8s cubic-bezier(.215,.61,.355,1)780ms,opacity .8s cubic-bezier(.215,.61,.355,1)780ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:after,.pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line3:after,.pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line3:after {
    -webkit-transform: translate3d(-36px,0,0);
    -khtml-transform: translate3d(-36px,0,0);
    -moz-transform: translate3d(-36px,0,0);
    -ms-transform: translate3d(-36px,0,0);
    -o-transform: translate3d(-36px,0,0);
    transform: translate3d(-36px,0,0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    -khtml-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    -moz-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    -ms-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    -o-transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms;
    transition: transform .6s cubic-bezier(.165,.84,.44,1)320ms,opacity .6s cubic-bezier(.165,.84,.44,1)320ms
}

.pxl-hidden-panel-popup.pxl-popup--conent::-webkit-scrollbar {
    height: 0;
    width: 7px!important;
    background-color: var(--secondary-color)!important
}

.pxl-hidden-panel-popup .pxl-popup--conent::-webkit-scrollbar {
    height: 0;
    width: 7px;
    background-color: initial
}

.pxl-hidden-panel-popup .pxl-popup--conent::-webkit-scrollbar-track {
    border-radius: 0
}

.pxl-hidden-panel-popup .pxl-popup--conent::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: initial
}

.pxl-hidden-panel-popup .pxl-popup--conent:hover::-webkit-scrollbar {
    width: 7px;
    height: auto;
    background-color: rgba(255,255,255,.1);
    border-radius: 0
}

.pxl-hidden-panel-popup .pxl-popup--conent:hover::-webkit-scrollbar-thumb {
    background-color: rgba(48,48,48,.1)
}

.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,.admin-bar #pxl-search-popup,.admin-bar .pxl-hidden-panel-popup {
    top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,.admin-bar #pxl-search-popup,.admin-bar .pxl-hidden-panel-popup {
        top:46px
    }
}

@media screen and (max-width: 600px) {
    .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,.admin-bar #pxl-search-popup,.admin-bar .pxl-hidden-panel-popup {
        top:0
    }
}

.admin-bar .pxl-header-menu {
    top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar .pxl-header-menu {
        top:46px
    }
}

@-moz-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

#pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -khtml-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -moz-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -ms-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -o-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    background-color: #fff
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.pxl-archive-post {
    position: relative;
    margin-bottom: 50px
}

.pxl-archive-post .content-inner-post {
    padding: 20px 20px 45px;
    border: 1px solid #d3d5d6
}

@media(max-width: 575px) {
    .pxl-archive-post .content-inner-post {
        padding:15px 15px 35px
    }
}

.pxl-archive-post iframe {
    width: 100%
}

.pxl-archive-post .pxl-item--image {
    position: relative;
    overflow: hidden
}

.pxl-archive-post .pxl-item--image img {
    -webkit-transition: all .8s ease;
    -khtml-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    transform: scale(1.01,1.01)
}

@media(max-width: 991px) {
    .pxl-archive-post .pxl-item--image img {
        width:100%
    }
}

.pxl-archive-post .pxl-item--image:hover img {
    -webkit-transform: scale(1.07,1.07);
    transform: scale(1.07,1.07)
}

.pxl-archive-post .post-date {
    position: absolute;
    left: 37px;
    top: 37px;
    width: 80px;
    background-color: rgba(255,255,255,.35);
    border-radius: 5px;
    backdrop-filter: blur(10px);
    height: 100px;
    text-align: center
}

@media(max-width: 575px) {
    .pxl-archive-post .post-date {
        width:60px;
        height: 75px;
        top: 25px;
        left: 25px
    }
}

.pxl-archive-post .post-date .date-day {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 18px
}

@media(max-width: 575px) {
    .pxl-archive-post .post-date .date-day {
        width:60px;
        font-size: 25px;
        margin-top: 10px
    }
}

.pxl-archive-post .post-date .date-month {
    color: #fff;
    font-size: 15px
}

@media(min-width: 768px) {
    .pxl-archive-post .post-content {
        padding:0 25px
    }
}

.pxl-archive-post .post-content .post-metas {
    margin-top: 16px;
    margin-bottom: 27px;
    border-bottom: 1px solid #d3d5d6;
    padding-bottom: 15px
}

.pxl-archive-post .post-content .post-metas .meta-inner>span {
    margin-top: 5px;
    margin-bottom: 5px
}

.pxl-archive-post .post-content .post-metas .meta-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.pxl-archive-post .post-content .post-metas .meta-inner .icon-post {
    margin-right: 8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d4d6d7;
    border-radius: 1e3px;
    text-align: center
}

.pxl-archive-post .post-content .post-metas .meta-inner .icon-post i {
    line-height: 29px;
    color: var(--primary-color);
    font-size: 12px
}

.pxl-archive-post .post-content .post-metas .meta-inner>span:not(:last-child) {
    padding-right: 16px;
    margin-right: 16px;
    position: relative
}

.pxl-archive-post .post-content .post-metas .meta-inner span,.pxl-archive-post .post-content .post-metas .meta-inner a {
    text-transform: capitalize;
    font-size: 15px;
    color: var(--secondary-color)
}

.pxl-archive-post .post-content .post-metas .meta-inner a:hover {
    text-decoration: underline;
    color: var(--primary-color)
}

.pxl-archive-post .post-content .post-metas .meta-inner .post-comments a:hover {
    text-decoration: none
}

.pxl-archive-post .post-content .post-title {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media(max-width: 575px) {
    .pxl-archive-post .post-content .post-title {
        font-size:20px;
        line-height: 30px
    }
}

.pxl-archive-post .post-content .post-title a {
    background-repeat: no-repeat;
    background-position-y: -1px;
    background-image: linear-gradient(transparent calc(100% - 1px),var(--primary-color) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .8s cubic-bezier(.215,.61,.355,1)pxl-wide-menu-underline forwards
}

.pxl-archive-post .post-content .post-title a:hover {
    animation: .8s cubic-bezier(.215,.61,.355,1)pxl-wide-menu-underline-hover forwards
}

.pxl-archive-post .post-content .post-excerpt {
    font-size: 15px;
    line-height: 25px;
    color: var(--third-color);
    margin-bottom: 37px
}

@media(max-width: 575px) {
    .pxl-archive-post .post-content .post-excerpt {
        margin-bottom:20px
    }
}

.pxl-archive-post .post-content .post-btn-wrap a {
    font-size: 17px;
    color: var(--secondary-color);
    position: relative;
    letter-spacing: .16px;
    position: relative
}

.pxl-archive-post .post-content .post-btn-wrap a svg {
    max-width: 32px;
    margin-left: 10px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-archive-post .post-content .post-btn-wrap a:hover svg {
    margin-left: 15px
}

.pxl-archive-post .pxl-video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.pxl-archive-post .pxl-video-popup a {
    display: block;
    width: 77px;
    border-radius: 1e3px;
    height: 77px;
    background-color: var(--primary-color);
    line-height: 77px;
    color: #fff;
    text-align: center;
    font-size: 15px
}

@media(max-width: 575px) {
    .pxl-archive-post .pxl-video-popup a {
        width:50px;
        height: 50px;
        line-height: 50px
    }
}

.pxl-archive-post .pxl-video-popup a:hover {
    background-color: var(--primary-color)
}

.pxl-archive-post.format-link .content-top {
    display: flex;
    column-gap: 35px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding-bottom: 10px
}

@media(max-width: 575px) {
    .pxl-archive-post.format-link .content-top {
        display:block
    }
}

.pxl-archive-post.format-link .content-top .link-icon {
    margin-top: 17px
}

@media(max-width: 575px) {
    .pxl-archive-post.format-link .content-top .link-icon {
        margin-top:0;
        margin-bottom: 20px
    }
}

.pxl-archive-post.format-link .content-top .link-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border-radius: 1e3px;
    background-color: rgba(255,255,255,.1)
}

.pxl-archive-post.format-link .content-top .link-icon a svg {
    fill: #fff;
    width: 23px
}

.pxl-archive-post.format-link .content-right .post-date-post {
    position: relative;
    padding-right: 17px;
    margin-right: 17px;
    padding-top: 1px;
    padding-bottom: 1px
}

.pxl-archive-post.format-link .content-right .post-date-post:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,.15)
}

.pxl-archive-post.format-link .content-right .post-metas-2 span,.pxl-archive-post.format-link .content-right .post-metas-2 a {
    color: #c4c4c4;
    font-size: 13px;
    font-weight: 400
}

.pxl-archive-post.format-link .content-right .post-metas-2 a:hover {
    color: #fff
}

.pxl-archive-post.format-link .content-inner-post {
    padding: 0;
    border: none
}

.pxl-archive-post.format-link .post-featured {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding: 43px 45px 42px;
    position: relative;
    background-color: var(--primary-color);
    border-left: 5px solid var(--primary-color)
}

@media(max-width: 767px) {
    .pxl-archive-post.format-link .post-featured {
        padding:30px 25px
    }
}

@media(max-width: 575px) {
    .pxl-archive-post.format-link .post-featured {
        padding:30px 15px
    }
}

.pxl-archive-post.format-link .post-featured .post-title a,.pxl-archive-post.format-link .post-featured .post-title {
    margin-top: 23px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    z-index: 2
}

.pxl-archive-post.format-link .post-featured .post-title a {
    background-repeat: no-repeat;
    background-position-y: -1px;
    background-image: linear-gradient(transparent calc(100% - 1px),#fff 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .8s cubic-bezier(.215,.61,.355,1)pxl-wide-menu-underline forwards
}

.pxl-archive-post.format-link .post-featured .post-title a:hover {
    animation: .8s cubic-bezier(.215,.61,.355,1)pxl-wide-menu-underline-hover forwards
}

.pxl-archive-post.format-link .post-featured .pxl-hl-image {
    position: absolute;
    bottom: 0;
    right: 0
}

.pxl-archive-post.format-link .post-featured .link-text {
    margin-top: 24px;
    font-size: 15px;
    line-height: 26px;
    color: #fff
}

.pxl-archive-post.format-quote .content-top {
    display: flex;
    column-gap: 35px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding-bottom: 27px
}

@media(max-width: 575px) {
    .pxl-archive-post.format-quote .content-top {
        display:block
    }
}

.pxl-archive-post.format-quote .content-top .link-icon {
    margin-top: 17px;
    display: block;
    min-width: 51px;
    width: 51px;
    height: 51px;
    border-radius: 1e3px;
    background-color: rgba(255,255,255,.1);
    position: relative
}

.pxl-archive-post.format-quote .content-top .link-icon span {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 86px;
    display: block;
    font-size: 62px;
    font-weight: 400;
    color: #fff
}

@media(max-width: 575px) {
    .pxl-archive-post.format-quote .content-top .link-icon {
        margin-top:0;
        margin-bottom: 20px
    }
}

.pxl-archive-post.format-quote .content-right .post-date-post {
    position: relative;
    padding-right: 17px;
    margin-right: 17px;
    padding-top: 1px;
    padding-bottom: 1px
}

.pxl-archive-post.format-quote .content-right .post-date-post:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,.15)
}

.pxl-archive-post.format-quote .content-right .post-metas-2 span,.pxl-archive-post.format-quote .content-right .post-metas-2 a {
    color: #c4c4c4;
    font-size: 13px;
    font-weight: 400
}

.pxl-archive-post.format-quote .content-right .post-metas-2 a:hover {
    color: #fff
}

.pxl-archive-post.format-quote .content-inner-post {
    padding: 0;
    border: none
}

.pxl-archive-post.format-quote .post-featured {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding: 43px 45px 40px;
    position: relative;
    background-color: var(--primary-color);
    border-left: 5px solid var(--primary-color)
}

@media(max-width: 767px) {
    .pxl-archive-post.format-quote .post-featured {
        padding:30px 25px
    }
}

@media(max-width: 575px) {
    .pxl-archive-post.format-quote .post-featured {
        padding:30px 15px
    }
}

.pxl-archive-post.format-quote .post-featured .quote-text a {
    margin-top: 24px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    z-index: 2;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-archive-post.format-quote .post-featured .pxl-hl-image {
    position: absolute;
    bottom: 0;
    right: 0
}

.pxl-archive-post.format-quote .post-featured .quote-cite {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #fff
}

.single-post {
}

.single-post .pxl-item--title {
    font-size: 30px;
    line-height: 45px
}

.single-post .pxl-archive-post .pxl-gallery {
    margin-top: -24px
}

.single-post .pxl-archive-post .single-heading {
    padding-top: 13px;
    padding-bottom: 5px;
    font-size: 30px
}

@media screen and (max-width: 767px) {
    .single-post .pxl-archive-post .single-heading {
        font-size:22px
    }
}

.single-post .pxl-archive-post .pxl-item--image {
    margin-bottom: 33px
}

.single-post .pxl-archive-post .pxl-item--image img {
    border-radius: 10px
}

.single-post .pxl-archive-post .pxl-item--title {
    font-size: 40px;
    margin-bottom: 31px
}

@media screen and (max-width: 991px) {
    .single-post .pxl-archive-post .pxl-item--title {
        font-size:36px
    }
}

@media screen and (max-width: 767px) {
    .single-post .pxl-archive-post .pxl-item--title {
        font-size:30px
    }
}

.single-post .pxl-archive-post .pxl-item--holder {
    margin-bottom: 35px
}

.single-post .pxl-archive-post .pxl-item--content p {
    margin-bottom: 20px
}

.single-post .pxl-archive-post .pxl-item--content p:last-child {
    margin-bottom: 0
}

.pxl-el-divider {
    background-color: #d7d7d7
}

.post-tags-wrap {
    display: flex;
    align-items: center
}

.post-tags-share {
    margin-top: 20px;
    border-bottom: 1px solid #d3d5d6;
    padding-bottom: 23px
}

@media(max-width: 767px) {
    .post-tags-share {
        display:block!important
    }
}

.post-tags-share>div {
    width: 50%
}

@media(max-width: 767px) {
    .post-tags-share>div {
        width:100%
    }
}

.post-tags-share>div .post-shares {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 767px) {
    .post-tags-share>div .post-shares {
        justify-content:flex-start;
        margin-top: 20px
    }
}

.post-tags-share>div .post-shares .label {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #0a1119;
    font-weight: 500;
    column-gap: 12px;
    letter-spacing: .16px;
    z-index: 2;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
    position: relative
}

@media(max-width: 767px) {
    .post-tags-share>div .post-shares .label {
        margin-right:6px
    }
}

.post-tags-share>div .post-shares .label i {
    background-color: #e7e7e7;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border-radius: 100px;
    font-size: 14px
}

@media(max-width: 767px) {
    .post-tags-share>div .post-shares .label i {
        width:35px;
        height: 35px
    }
}

.post-tags-share>div .post-shares .social-share .social {
    transform: scale(0);
    display: flex;
    align-items: center;
    column-gap: 8px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.post-tags-share>div .post-shares .social-share .social a {
    border: 1px solid #c7c9ca;
    border-radius: 100px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 15px
}

@media(max-width: 767px) {
    .post-tags-share>div .post-shares .social-share .social a {
        width:35px;
        height: 35px
    }
}

.post-tags-share>div .post-shares .social-share .social a:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.post-tags-share>div:hover .label {
    margin-right: 25px!important
}

.post-tags-share>div:hover .social {
    transform: scale(1)!important;
    transition-delay: 250ms!important
}

.post-tags-share .post-share-wrap {
    z-index: 1
}

.post-tags-share .post-tags-wrap {
    z-index: 2
}

.post-tags-share .post-tags-wrap .post-tags {
    display: flex;
    column-gap: 8px
}

.post-tags-share .post-tags-wrap .post-tags a {
    font-size: 13px;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    padding: 0 20px;
    background-color: var(--primary-color);
    line-height: 30px;
    position: relative
}

.post-tags-share .post-tags-wrap .post-tags a:hover {
    text-decoration: underline
}

.single-post-inner .post-metas {
    margin-top: 16px;
    margin-bottom: 43px;
    border-bottom: 1px solid #d3d5d6;
    padding-bottom: 20px
}

.single-post-inner .post-metas .meta-inner>span {
    margin-top: 5px;
    margin-bottom: 5px
}

.single-post-inner .post-metas .post-author img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    overflow: hidden
}

.single-post-inner .post-metas .meta-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.single-post-inner .post-metas .meta-inner .icon-post {
    margin-right: 8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d4d6d7;
    border-radius: 1e3px;
    text-align: center
}

.single-post-inner .post-metas .meta-inner .icon-post i {
    line-height: 29px;
    color: var(--primary-color);
    font-size: 12px
}

.single-post-inner .post-metas .meta-inner>span:not(:last-child) {
    padding-right: 16px;
    margin-right: 16px;
    position: relative
}

.single-post-inner .post-metas .meta-inner span,.single-post-inner .post-metas .meta-inner a {
    text-transform: capitalize;
    font-size: 15px;
    color: var(--secondary-color)
}

.single-post-inner .post-metas .meta-inner a:hover {
    text-decoration: underline;
    color: var(--primary-color)
}

.single-post-inner .post-metas .meta-inner .post-comments a:hover {
    text-decoration: none
}

.pxl--post-footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 10px
}

.pxl--post-footer>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px
}

.pxl--post-footer label {
    font-size: 20px;
    color: #0a1119;
    font-weight: 600;
    margin-right: 18px
}

.pxl--post-footer .pxl--tags {
    flex-grow: 1
}

.pxl--post-footer .pxl--tags a {
    line-height: 34px;
    display: inline-block;
    padding: 0 24px;
    background-color: #f0f0f0;
    font-size: 14px;
    margin: 5px 5px 5px 0;
    position: relative;
    z-index: 1
}

.pxl--post-footer .pxl--tags a:hover {
    color: #fff;
    background-color: var(--primary-color)
}

.pxl--post-footer .pxl--social a {
    font-size: 16px;
    margin-right: 14px
}

.pxl--post-footer .pxl--social a:hover {
    color: var(--primary-color)
}

.pxl--post-footer .pxl--social a:last-child {
    margin-right: 0
}

.blog .pxl-pagination-wrap,.search .pxl-pagination-wrap,.tag .pxl-pagination-wrap,.categorie .pxl-pagination-wrap {
    margin-bottom: 2px
}

.blog .pxl-pagination-wrap .page-numbers,.search .pxl-pagination-wrap .page-numbers,.tag .pxl-pagination-wrap .page-numbers,.categorie .pxl-pagination-wrap .page-numbers {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    border-radius: 1e3px;
    height: 52px;
    border: 1px solid #d3d5d6;
    font-size: 16px
}

@media(max-width: 575px) {
    .blog .pxl-pagination-wrap .page-numbers,.search .pxl-pagination-wrap .page-numbers,.tag .pxl-pagination-wrap .page-numbers,.categorie .pxl-pagination-wrap .page-numbers {
        letter-spacing:1px
    }
}

.blog .pxl-pagination-wrap .page-numbers svg,.search .pxl-pagination-wrap .page-numbers svg,.tag .pxl-pagination-wrap .page-numbers svg,.categorie .pxl-pagination-wrap .page-numbers svg {
    width: 19px
}

.blog .pxl-pagination-wrap .page-numbers:hover,.search .pxl-pagination-wrap .page-numbers:hover,.tag .pxl-pagination-wrap .page-numbers:hover,.categorie .pxl-pagination-wrap .page-numbers:hover,.blog .pxl-pagination-wrap .page-numbers.current,.search .pxl-pagination-wrap .page-numbers.current,.tag .pxl-pagination-wrap .page-numbers.current,.categorie .pxl-pagination-wrap .page-numbers.current {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.blog .pxl-pagination-wrap .pxl-pagination-links,.search .pxl-pagination-wrap .pxl-pagination-links,.tag .pxl-pagination-wrap .pxl-pagination-links,.categorie .pxl-pagination-wrap .pxl-pagination-links {
    margin-top: 30px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    column-gap: 15px
}

.pxl-post--navigation {
    padding: 24px 0 19px;
    margin: 0 -15px;
    color: #0a1119;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.pxl-post--navigation a {
    color: inherit
}

.pxl-post--navigation a:hover {
    color: var(--primary-color)
}

.pxl-post--navigation i {
    font-weight: 400;
    font-size: 22px;
    color: var(--primary-color)
}

.pxl-post--navigation .pxl--item {
    padding: 10px 15px
}

.pxl-post--navigation .pxl--item-prev {
    flex-grow: 1
}

.pxl-post--navigation .pxl--label {
    display: inline-flex;
    align-items: center
}

.pxl-post--author-info {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

@media screen and (max-width: 767px) {
    .pxl-post--author-info {
        display:block
    }
}

.pxl-post--author-info .pxl-user--name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a1320;
    margin-top: -8px;
    margin-bottom: 6px
}

.pxl-post--author-info .pxl-user--name a {
    color: inherit
}

.pxl-post--author-info .pxl-user--name a:hover {
    color: inherit
}

.pxl-post--author-info .pxl-post--author-description {
    font-size: 18px;
    line-height: 1.625;
    margin-bottom: 14px
}

.pxl-post--author-info .pxl-post--author-image {
    width: 140px;
    min-width: 140px
}

@media screen and (max-width: 767px) {
    .pxl-post--author-info .pxl-post--author-image {
        margin-bottom:32px
    }
}

.pxl-post--author-info .pxl-post--author-image img {
    border-radius: 140px
}

.pxl-post--author-info .pxl-post--author-social a {
    display: inline-flex
}

.pxl-custom-swiper {
    overflow: hidden;
    position: relative
}

.pxl-post-gallery-slider .pxl-custom-swiper {
    border-radius: 8px 8px 0 0
}

.pxl-post-gallery-slider .pxl-custom-swiper img {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 26px
}

.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 26px
}

.page-template-default .pxl-sidebar-sticky {
    border: 2px solid #efefef;
    padding: 57px 40px 70px
}

@media screen and (max-width: 767px) {
    .page-template-default .pxl-sidebar-sticky {
        padding:50px 30px
    }
}

.error404 .btn-sm {
    margin-top: 25px;
    font-size: 15px;
    line-height: 50px;
    border-radius: 1e3px;
    padding: 0 35px;
    background-color: var(--primary-color);
    color: #fff;
    display: inline-block;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.error404 .btn-sm:hover {
    opacity: .8
}

.error404 #pxl-main {
    padding: 0!important
}

.error404 header,.error404 footer,.error404 #pxl-page-title-elementor {
    display: none
}

.error404 .pxl-error-inner {
    min-height: 100vh;
    padding: 15px 100px;
    display: flex;
    align-items: center;
    width: 50%;
    background-color: rgba(255,255,255,.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media(max-width: 1400px) {
    .error404 .pxl-error-inner {
        padding:15px 50px
    }
}

@media(max-width: 992px) {
    .error404 .pxl-error-inner {
        padding:15px 20px;
        width: 100%
    }
}

@media(max-width: 575px) {
    .error404 .pxl-error-inner {
        min-width:1px;
        padding: 15px
    }
}

.error404 .wrap-content-404 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-position: 50%;
    background-size: cover
}

.error404 .pxl-error-image {
    display: block;
    height: 100vh;
    width: 50%;
    background-position: 50%;
    background-size: cover
}

@media(max-width: 992px) {
    .error404 .pxl-error-image {
        width:0%
    }
}

.error404 .pxl-error-title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    margin-bottom: 38px;
    font-weight: black
}

@media(max-width: 992px) {
    .error404 .pxl-error-title {
        font-size:30px;
        line-height: 47px
    }
}

@media(max-width: 575px) {
    .error404 .pxl-error-title {
        font-size:25px;
        line-height: 40px
    }
}

.error404 .pxl-error-description {
    padding-top: 40px;
    border-top: 1px solid #0a1119;
    font-size: 15px;
    color: #0a1119;
    line-height: 26px
}

.error404 .pxl-error-subtitle {
    margin-bottom: 0;
    display: block;
    font-size: 200px;
    color: #0a1119;
    font-weight: 500;
    text-transform: uppercase;
    position: relative
}

@media(max-width: 992px) {
    .error404 .pxl-error-subtitle {
        font-size:100px
    }
}

.error404 .pxl-error-inner {
    position: relative;
    z-index: 1
}

.btn--readmore {
    font-size: 14px;
    text-transform: uppercase;
    color: #646464;
    font-weight: 700;
    display: inline-flex;
    overflow: hidden;
    position: relative;
    padding-right: 4px
}

.btn--readmore .btn--icon {
    width: 20px;
    height: 20px;
    background-color: #646464;
    border-radius: 20px;
    color: #fff;
    position: relative;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn--readmore .btn--icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px
}

.btn--readmore .btn--backdrop,.btn--readmore .btn--front {
    display: inline-flex;
    align-items: center;
    -webkit-transition: all .25s cubic-bezier(.3,.3,0,.8);
    -khtml-transition: all .25s cubic-bezier(.3,.3,0,.8);
    -moz-transition: all .25s cubic-bezier(.3,.3,0,.8);
    -ms-transition: all .25s cubic-bezier(.3,.3,0,.8);
    -o-transition: all .25s cubic-bezier(.3,.3,0,.8);
    transition: all .25s cubic-bezier(.3,.3,0,.8);
    position: relative
}

.btn--readmore .btn--backdrop {
    transform: translateY(101%);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0
}

.btn--readmore .btn--backdrop .btn--icon {
    background-color: ;
    background-image: -webkit-gradient(linear,right top,left top,from(),to());
    background-image: -webkit-linear-gradient(to right,,);
    background-image: -moz-linear-gradient(to right,,);
    background-image: -ms-linear-gradient(to right,,);
    background-image: -o-linear-gradient(to right,,);
    background-image: linear-gradient(to right,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='',gradientType='1')
}

.btn--readmore:hover {
    color: #646464
}

.btn--readmore:hover .btn--backdrop {
    transform: translateY(0%)
}

.btn--readmore:hover .btn--front {
    transform: translateY(-101%)
}

.page-links {
    margin-top: 24px;
    clear: left
}

.page-links .post-page-numbers {
    width: 36px;
    height: 36px;
    background-color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 15px 15px 0 0;
    color: #080808;
    position: relative;
    z-index: 1;
    padding: 0;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.page-links .post-page-numbers.current,.page-links .post-page-numbers:hover {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.pxl-post-row {
    padding-top: 4px;
    margin-bottom: -56px
}

.pxl-post-row>div {
    margin-bottom: 30px
}

.pxl-post-row>div>p {
    margin-bottom: 0!important
}

@media screen and (min-width: 992px) {
    .pxl-has-sidebar .pxl-sidebar-area {
        padding-left:20px
    }
}

@media screen and (min-width: 992px) {
    .pxl-has-sidebar .pxl-content-area {
        padding-right:40px
    }
}

.pxl-project--navigation {
    margin-top: 74px;
    padding: 0 15px;
    width: 100%
}

@media(max-width: 767px) {
    .pxl-project--navigation {
        margin-top:30px;
        margin-bottom: 30px
    }
}

.pxl-project--navigation .pxl--items {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pxl-project--navigation .pxl--item-prev a,.pxl-project--navigation .pxl--item-next a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #0a1119;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    column-gap: 20px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .pxl-project--navigation .pxl--item-prev a,.pxl-project--navigation .pxl--item-next a {
        font-size:0
    }
}

@media(min-width: 576px) {
    .pxl-project--navigation .pxl--item-prev a,.pxl-project--navigation .pxl--item-next a {
        min-width:230px
    }
}

.pxl-project--navigation .pxl--item-prev a i,.pxl-project--navigation .pxl--item-next a i {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    display: block;
    width: 61px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 16px;
    background-color: var(--secondary-color);
    color: #fff
}

.pxl-project--navigation .pxl--item-prev a:hover,.pxl-project--navigation .pxl--item-next a:hover {
    color: var(--primary-color)
}

.pxl-project--navigation .pxl--item-prev a:hover i,.pxl-project--navigation .pxl--item-next a:hover i {
    background-color: var(--primary-color)
}

.pxl-project--navigation .pxl--item-grid a {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1)
}

.pxl-project--navigation .pxl--item-grid a .bl {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1)
}

.pxl-project--navigation .pxl--item-grid a .bl.bl1 {
    top: 0;
    left: 0
}

.pxl-project--navigation .pxl--item-grid a .bl.bl2 {
    top: 0;
    right: 0
}

.pxl-project--navigation .pxl--item-grid a .bl.bl3 {
    bottom: 0;
    right: 0
}

.pxl-project--navigation .pxl--item-grid a .bl.bl4 {
    bottom: 0;
    left: 0
}

.pxl-project--navigation .pxl--item-grid a:hover {
    transform: scale(.8)
}

.pxl-project--navigation .pxl--item-grid a:hover .bl {
    background-color: var(--secondary-color)
}

@media screen and (min-width: 1201px) {
    .pxl-sidebar-sticky {
        position:-webkit-sticky;
        position: sticky;
        top: 40px
    }

    .admin-bar .pxl-sidebar-sticky {
        top: 72px
    }
}

.widget-content form {
    margin: 25px
}

.widget-content form .nice-select {
    border-radius: 0
}

.widget .widget-title,.pxl-widget-title,.wp-block-search__label,.pxl-sidebar-sticky .widget .wp-block-heading,.rss-widget-title {
    background-color: #fff;
    padding: 20px 0 20px 35px;
    background-color: var(--secondary-color);
    color: #fff!important;
    font-size: 23px;
    text-transform: capitalize;
    line-height: 28px;
    margin-bottom: 0;
    letter-spacing: .8px;
    font-weight: 500
}

@media(max-width: 767px) {
    .widget .widget-title,.pxl-widget-title,.wp-block-search__label,.pxl-sidebar-sticky .widget .wp-block-heading,.rss-widget-title {
        padding:20px 0 20px 15px
    }
}

@media(max-width: 575px) {
    .widget .widget-title,.pxl-widget-title,.wp-block-search__label,.pxl-sidebar-sticky .widget .wp-block-heading,.rss-widget-title {
        padding:15px 0 15px 15px;
        font-size: 20px
    }
}

.pxl-sidebar-area .widget {
    margin-bottom: 50px;
    border: 1px solid #d7d7d7
}

.pxl-sidebar-area .widget:last-child {
    margin-bottom: 0
}

.pxl-sidebar-area .widget.widget_search {
    border: none
}

.comments-title {
    margin-top: 70px;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .comments-title {
        font-size:24px
    }
}

.comment-reply-title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 9px
}

@media screen and (max-width: 767px) {
    .comment-reply-title {
        font-size:24px
    }
}

.widget_search .widget-content form {
    margin: 0
}

.widget_search .searchform-wrap {
    position: relative
}

.widget_search .search-submit {
    top: 50%!important;
    transform: translatey(-50%)!important;
    right: 0;
    background-color: initial;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.widget_search .search-submit svg {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    fill: var(--primary-color);
    width: 16px
}

.widget_search .search-submit:before,.widget_search .search-submit:after {
    display: none
}

.widget_search .search-field {
    background-color: initial!important;
    border-bottom: 1px solid var(--primary-color);
    color: var(--secondary-color);
    font-size: 15px;
    height: 51px;
    font-weight: 400;
    border-radius: 0;
    padding: 0
}

@media screen and (max-width: 1200px) {
    .widget_search .search-field {
        font-size:16px
    }
}

.widget_text .widget-content form {
    margin: 0
}

.widget_product_categories ul:not(.list),.widget_categories ul:not(.list),.widget_nav_menu ul:not(.list),.widget_pages ul:not(.list),.widget_archive ul:not(.list),.widget_meta ul:not(.list),.widget_recent_entries ul:not(.list) {
    list-style: none;
    margin-bottom: 0;
    padding: 0!important
}

.widget_product_categories ul:not(.list) li:not(:last-child),.widget_categories ul:not(.list) li:not(:last-child),.widget_nav_menu ul:not(.list) li:not(:last-child),.widget_pages ul:not(.list) li:not(:last-child),.widget_archive ul:not(.list) li:not(:last-child),.widget_meta ul:not(.list) li:not(:last-child),.widget_recent_entries ul:not(.list) li:not(:last-child) {
    border-bottom: 1px solid #d7d7d7
}

.widget_product_categories ul:not(.list) li:first-child,.widget_categories ul:not(.list) li:first-child,.widget_nav_menu ul:not(.list) li:first-child,.widget_pages ul:not(.list) li:first-child,.widget_archive ul:not(.list) li:first-child,.widget_meta ul:not(.list) li:first-child,.widget_recent_entries ul:not(.list) li:first-child {
    border-top: 1px solid #d7d7d7
}

.widget_product_categories ul:not(.list) li a,.widget_categories ul:not(.list) li a,.widget_nav_menu ul:not(.list) li a,.widget_pages ul:not(.list) li a,.widget_archive ul:not(.list) li a,.widget_meta ul:not(.list) li a,.widget_recent_entries ul:not(.list) li a {
    color: #0a1320;
    padding: 17px 35px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative
}

@media(max-width: 767px) {
    .widget_product_categories ul:not(.list) li a,.widget_categories ul:not(.list) li a,.widget_nav_menu ul:not(.list) li a,.widget_pages ul:not(.list) li a,.widget_archive ul:not(.list) li a,.widget_meta ul:not(.list) li a,.widget_recent_entries ul:not(.list) li a {
        padding:17px 15px
    }
}

.widget_product_categories ul:not(.list) li .pxl-count,.widget_categories ul:not(.list) li .pxl-count,.widget_nav_menu ul:not(.list) li .pxl-count,.widget_pages ul:not(.list) li .pxl-count,.widget_archive ul:not(.list) li .pxl-count,.widget_meta ul:not(.list) li .pxl-count,.widget_recent_entries ul:not(.list) li .pxl-count {
    position: absolute;
    text-align: center;
    line-height: 24px;
    color: var(--primary-color);
    font-size: 15px;
    right: 35px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    font-weight: 500
}

@media(max-width: 767px) {
    .widget_product_categories ul:not(.list) li .pxl-count,.widget_categories ul:not(.list) li .pxl-count,.widget_nav_menu ul:not(.list) li .pxl-count,.widget_pages ul:not(.list) li .pxl-count,.widget_archive ul:not(.list) li .pxl-count,.widget_meta ul:not(.list) li .pxl-count,.widget_recent_entries ul:not(.list) li .pxl-count {
        right:15px
    }
}

.widget_product_categories ul:not(.list) li.current-menu-item>a,.widget_categories ul:not(.list) li.current-menu-item>a,.widget_nav_menu ul:not(.list) li.current-menu-item>a,.widget_pages ul:not(.list) li.current-menu-item>a,.widget_archive ul:not(.list) li.current-menu-item>a,.widget_meta ul:not(.list) li.current-menu-item>a,.widget_recent_entries ul:not(.list) li.current-menu-item>a,.widget_product_categories ul:not(.list) li.current-cat>a,.widget_categories ul:not(.list) li.current-cat>a,.widget_nav_menu ul:not(.list) li.current-cat>a,.widget_pages ul:not(.list) li.current-cat>a,.widget_archive ul:not(.list) li.current-cat>a,.widget_meta ul:not(.list) li.current-cat>a,.widget_recent_entries ul:not(.list) li.current-cat>a,.widget_product_categories ul:not(.list) li.current-cat-parent>a,.widget_categories ul:not(.list) li.current-cat-parent>a,.widget_nav_menu ul:not(.list) li.current-cat-parent>a,.widget_pages ul:not(.list) li.current-cat-parent>a,.widget_archive ul:not(.list) li.current-cat-parent>a,.widget_meta ul:not(.list) li.current-cat-parent>a,.widget_recent_entries ul:not(.list) li.current-cat-parent>a,.widget_product_categories ul:not(.list) li>a:hover,.widget_categories ul:not(.list) li>a:hover,.widget_nav_menu ul:not(.list) li>a:hover,.widget_pages ul:not(.list) li>a:hover,.widget_archive ul:not(.list) li>a:hover,.widget_meta ul:not(.list) li>a:hover,.widget_recent_entries ul:not(.list) li>a:hover {
    background-color: #e7e7e7
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>a {
    padding-left: 22px
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 26px
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 30px
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 34px
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 38px
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 42px
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 47px
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 51px
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 55px
}

.widget_product_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_categories ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_nav_menu ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_pages ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_archive ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_meta ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,.widget_recent_entries ul:not(.list) li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 59px
}

.widget_product_categories ul:not(.list)>li:last-child,.widget_categories ul:not(.list)>li:last-child,.widget_nav_menu ul:not(.list)>li:last-child,.widget_pages ul:not(.list)>li:last-child,.widget_archive ul:not(.list)>li:last-child,.widget_meta ul:not(.list)>li:last-child,.widget_recent_entries ul:not(.list)>li:last-child {
    margin-bottom: 0
}

.widget_product_categories .widget-content,.widget_categories .widget-content,.widget_nav_menu .widget-content,.widget_pages .widget-content,.widget_archive .widget-content,.widget_meta .widget-content,.widget_recent_entries .widget-content {
    padding: 0!important
}

.widget_tag_cloud .widget-content,.widget_product_tag_cloud .widget-content {
    padding: 35px 35px 25px
}

@media(max-width: 767px) {
    .widget_tag_cloud .widget-content,.widget_product_tag_cloud .widget-content {
        padding:35px 15px 25px
    }
}

.widget_tag_cloud .tagcloud,.widget_product_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px
}

.widget_tag_cloud a,.widget_product_tag_cloud a {
    font-size: 15px!important;
    color: #4b535d;
    line-height: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    border: none;
    padding-right: 15px;
    margin-right: 8px
}

.widget_tag_cloud a:before,.widget_product_tag_cloud a:before {
    position: absolute;
    content: '/';
    top: 0;
    right: 0;
    font-size: 15px!important;
    color: #0a1119
}

.widget_tag_cloud a:last-child,.widget_product_tag_cloud a:last-child {
    margin-right: 0;
    padding-right: 0
}

.widget_tag_cloud a:last-child:before,.widget_product_tag_cloud a:last-child:before {
    display: none
}

.widget_tag_cloud a:hover,.widget_product_tag_cloud a:hover {
    text-decoration: underline;
    color: var(--secondary-color)
}

.widget_pxl_recent_posts .pxl--items {
    padding: 35px
}

@media(max-width: 767px) {
    .widget_pxl_recent_posts .pxl--items {
        padding:30px 15px
    }
}

.widget_pxl_recent_posts .pxl-item--title {
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 17px;
    color: #1a191d;
    text-transform: capitalize;
    font-weight: 400;
    max-height: 45px;
    overflow: hidden
}

.widget_pxl_recent_posts .pxl-item--title a {
    color: inherit
}

.widget_pxl_recent_posts .pxl-item--title a:hover {
    color: var(--primary-color)
}

.widget_pxl_recent_posts .pxl-item--img {
    width: 76px;
    min-width: 76px;
    position: relative;
    overflow: hidden
}

.widget_pxl_recent_posts .pxl-item--img a {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.widget_pxl_recent_posts .pxl-item--img img {
    width: 100%;
    -webkit-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    -khtml-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    -ms-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    -o-transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    transition: transform 1.5s cubic-bezier(.19,1,.22,1)
}

.widget_pxl_recent_posts .pxl--item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.widget_pxl_recent_posts .pxl--item .pxl-item--date {
    display: block;
    line-height: 1;
    color: #4b535d;
    font-size: 13px
}

.widget_pxl_recent_posts .pxl--item:last-child {
    border: none;
    padding: 0;
    margin: 0
}

.widget_pxl_recent_posts .pxl--item:hover .pxl-item--img img {
    -webkit-transform: scale(1.06);
    -khtml-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.gallery {
    margin: -10px -5px 0!important;
    display: flex;
    flex-wrap: wrap
}

.gallery .gallery-item {
    padding: 0 5px!important;
    margin: 24px 0 0!important
}

.gallery .gallery-item img {
    border: none!important
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%!important
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.33%!important
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%!important
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%!important
}

#pxl-content-main .gallery {
    margin: -5px -12px 38px!important
}

#pxl-content-main .gallery .gallery-item {
    padding: 0 12px!important;
    margin: 24px 0 0!important
}

.widget_media_gallery .gallery,.elementor-widget-wp-widget-media_gallery .gallery,.elementor-widget-image-gallery .gallery {
    margin: -10px -5px 0
}

.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: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border: none!important
}

.widget_media_gallery .gallery .gallery-item a,.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a,.elementor-widget-image-gallery .gallery .gallery-item a {
    display: block;
    position: relative
}

.widget_media_gallery .gallery .gallery-item a:before,.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before,.elementor-widget-image-gallery .gallery .gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.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;
   
    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: initial
}

.pxl-gallery {
    margin: -8px -15px 30px;
    display: flex;
    flex-wrap: wrap
}

.pxl-gallery img {
    width: 100%
}

.pxl-gallery .pxl--item {
    padding: 30px 15px 0
}

.pxl-gallery .pxl--item-inner {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative
}

.pxl-gallery .pxl--item-inner.video-active:before {
    background-color: rgba(27,27,27,.5)
}

.pxl-gallery .pxl--item-inner .pxl-btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99
}

.pxl-gallery.gallery-2-columns .pxl--item {
    width: 50%
}

@media screen and (max-width: 575px) {
    .pxl-gallery.gallery-2-columns .pxl--item {
        width:100%
    }
}

.pxl-gallery.gallery-3-columns .pxl--item {
    width: 33.33%
}

@media screen and (max-width: 575px) {
    .pxl-gallery.gallery-3-columns .pxl--item {
        width:100%
    }
}

.pxl-gallery.gallery-4-columns .pxl--item {
    width: 25%
}

@media screen and (max-width: 767px) {
    .pxl-gallery.gallery-4-columns .pxl--item {
        width:50%
    }
}

@media screen and (max-width: 575px) {
    .pxl-gallery.gallery-4-columns .pxl--item {
        width:100%
    }
}

.pxl-gallery.gallery-5-columns .pxl--item {
    width: 20%
}

@media screen and (max-width: 767px) {
    .pxl-gallery.gallery-5-columns .pxl--item {
        width:50%
    }
}

@media screen and (max-width: 575px) {
    .pxl-gallery.gallery-5-columns .pxl--item {
        width:100%
    }
}

.pxl-gallery.masonry-style1 .pxl--item-inner {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.calendar_wrap caption {
    margin-bottom: 10px
}

.widget_recent_comments ul,.widget_recent_comments ol {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: 700
}

.widget_recent_comments ul a,.widget_recent_comments ol a {
    color: inherit
}

.widget_recent_comments ul a:hover,.widget_recent_comments ol a:hover {
    color: var(--primary-color)
}

.widget_recent_comments ul li+li,.widget_recent_comments ol li+li {
    margin-top: 18px
}

.widget_rss .rss-widget-title {
    color: inherit
}

.widget_rss ul,.widget_rss ol {
    margin: 0;
    list-style: none
}

.widget_rss .rsswidget {
    display: inline-block;
    font-size: 16px;
    padding: 0!important;
    line-height: 24px;
    color: #080808;
    font-weight: 700
}

.widget_rss .rss-date {
    font-size: 14px;
    display: block;
    margin-top: 4px;
    margin-bottom: 10px
}

.widget_rss li+li {
    margin-top: 34px
}

.widget_rss cite {
    display: block;
    margin-top: 4px;
    color: var(--primary-color)
}

.widget_block ul,.widget_block ol {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.widget_block .wp-block-search__label,.widget_block .wp-block-group__inner-container>h2 {
    font-size: 22px;
    margin-bottom: 27px;
    position: relative;
    color: #080808;
    font-weight: 700;
    display: block
}

.widget_block .wp-block-latest-posts__list,.widget_block .wp-block-latest-comments {
    padding: 25px!important;
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: 600
}

.widget_block .wp-block-latest-posts__list a,.widget_block .wp-block-latest-comments a {
    color: inherit
}

.widget_block .wp-block-latest-posts__list a:hover,.widget_block .wp-block-latest-comments a:hover {
    color: var(--primary-color)
}

.widget_block .wp-block-latest-posts__list li+li,.widget_block .wp-block-latest-comments li+li {
    margin-top: 18px
}

.widget_block .wp-block-latest-comments {
    color: #666
}

.widget_block .wp-block-latest-comments a {
    color: #080808
}

.widget_block .wp-block-latest-comments a:hover {
    color: var(--primary-color)
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
    margin: 0 25px 25px;
    position: relative
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
    height: 60px;
    width: 60px;
    background: 0 0;
    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;
    padding: 0;
    position: absolute;
    color: #222;
    line-height: 60px;
    z-index: 1;
    font-size: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #ececf0
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
    content: "\f12c";
   
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
    color: var(--primary-color)
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
    border-color: #ececf0;
    color: #222;
    padding-left: 24px;
    border-radius: 0
}

.widget_archive .nice-select ul.list {
    max-width: 320px
}

.widget_archive {
    padding: 25px!important
}

.widget_archive ul {
    margin: -25px!important
}

.widget_archive .widget-title {
    margin: -25px -25px 25px
}

.wp-calendar-table {
    background-color: #fff
}

.pxl-wg-categories {
    margin: -20px -10px 0;
    display: flex;
    flex-wrap: wrap
}

.pxl-wg-categories .pxl-category {
    padding: 0 10px;
    margin-top: 20px
}

.pxl-wg-categories .pxl-category--inner {
    min-height: 90px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

@media screen and (max-width: 575px) {
    .pxl-wg-categories .pxl-category--inner {
        min-height:120px
    }
}

.pxl-wg-categories .pxl-category--inner:before {
    content: '';
    background-color: rgba(0,0,0,.36);
    z-index: 12
}

.pxl-wg-categories .pxl-category--inner a {
    z-index: 99
}

.pxl-wg-categories .pxl-category--inner span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 88
}

.pxl-wg-categories .pxl-category--inner .pxl-category--img {
    z-index: 11;
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1.01,1.01)
}

.pxl-wg-categories .pxl-category--inner:hover .pxl-category--img {
    -webkit-transform: scale(1.07,1.07);
    transform: scale(1.07,1.07)
}

.pxl-wg-categories.columns-2 .pxl-category {
    width: 50%
}

@media screen and (max-width: 575px) {
    .pxl-wg-categories.columns-2 .pxl-category {
        width:100%
    }
}

.pxl-contact-info-widget {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 62px 30px;
    font-weight: 500;
    color: rgba(255,255,255,.8)
}

.pxl-contact-info-widget .pxl-phone--number {
    margin-bottom: 16px;
    color: #fff;
    font-size: 34px;
    font-weight: 800
}

@media screen and (max-width: 1200px) {
    .pxl-contact-info-widget .pxl-phone--number {
        font-size:28px
    }
}

.pxl-contact-info-widget .pxl-item--icon {
    height: 62px;
    width: 62px;
    background-color: red;
    border-radius: 62px;
    font-size: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 23px
}

.pxl-contact-info-widget .pxl-item--icon:before {
    content: '';
    background-color: #020626;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 100%;
    z-index: -1
}

.pxl-contact-info-widget .pxl-item--icon i.active {
    animation: pxl_zigzag .8s ease-out infinite;
    -webkit-animation: pxl_zigzag .8s ease-out infinite
}

.pxl-contact-info-widget .pxl-phone--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.pxl-contact-info-widget:before {
    z-index: -1;
    background-color: rgba(2,6,38,.85)
}

body.rtl .widget .widget-title {
    padding-left: 0;
    padding-right: 42px
}

body.rtl .widget .widget-title:before {
    left: auto;
    right: 0
}

#monster-widget-placeholder-2 {
    display: none
}

.ft-public,.pxl-team-box1 .pxl-item--inner .box-right .pxl-item--title,.pxl-close-popup,.pxl-language-switch .list-language .pxl--item,.pxl-language-switch .language-first,.pxl-language-switch.style-3 .language-first,.pxl-pie-chart1 .wrap-chart .pxl-item--holder,.pxl-pie-chart1 .pxl-item-description,.pxl-countdown .countdown-amount span,.wrap-ctf1 input,.btn-submit,.pxl-icon-box2 .pxl-item--inner .pxl-item--description,.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--step,.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--title,.pxl-counter2 .pxl-counter--holder .pxl-counter--number,.pxl-tabs1 .pxl-tabs--inner .pxl-tabs--content ul li,.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--position,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-item--position,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-item--position,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--position,.pxl-pricing1 .content-inner .pxl-item--price {
    font-family: public sans,sans-serif
}

.mw-520 {
    max-width: 520px!important
}

@media(max-width: 1200px) {
    .fix-width-mobile {
        width:100%!important
    }
}

.mask-client {
    -webkit-mask-image: linear-gradient(to right,transparent 0%,rgba(0,0,0,.26) 26.68%,#000 49.52%,rgba(0,0,0,.26) 82.34%,transparent 100%);
    mask-image: linear-gradient(to right,transparent 0%,rgba(0,0,0,.26) 26.68%,#000 49.52%,rgba(0,0,0,.26) 82.34%,transparent 100%)
}

.line-bd-hv {
    position: relative
}

.line-bd-hv::before {
    content: "";
    position: absolute;
    bottom: -1px;
    z-index: 2;
    right: 0;
    width: 0%;
    height: 2px;
    background: var(--secondary-color);
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.line-bd-hv:hover::before {
    left: 0;
    width: 100%
}

.pxl-column-line-yes {
    position: relative;
    overflow: hidden
}

.pxl-column-line-yes .line-column {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.15)
}

.pxl-column-line-yes .line-column:before {
    content: "";
    position: absolute;
    top: -63px;
    left: -1px;
    width: 3px;
    height: 62px;
    border-radius: 100px;
    background: linear-gradient(135deg,rgba(255,255,255,0) 0%,#fff 100%);
    animation: slide-to-down 7s linear infinite
}

.pxl-column-line-yes .line-column.line-column-1 {
    left: 100px
}

@media(max-width: 767px) {
    .pxl-column-line-yes .line-column.line-column-1 {
        left:50px
    }
}

.pxl-column-line-yes .line-column.line-column-1:before {
    animation-delay: 2s
}

.pxl-column-line-yes .line-column.line-column-2 {
    left: 50%;
    transform: translateX(-50%)
}

.pxl-column-line-yes .line-column.line-column-2:before {
    animation-delay: 1s
}

.pxl-column-line-yes .line-column.line-column-3 {
    right: 100px
}

@media(max-width: 767px) {
    .pxl-column-line-yes .line-column.line-column-3 {
        right:50px
    }
}

.p-lr-3 {
    padding-left: 3px!important;
    padding-right: 3px!important
}

.justify-sb {
    justify-content: space-between!important
}

.revslider-initialised .ft-gt,.revslider-initialised .pxl-info-box2 .pxl-title,.pxl-info-box2 .revslider-initialised .pxl-title,.revslider-initialised .wrap-ctf-3 .input-filled:last-child button,.wrap-ctf-3 .input-filled:last-child .revslider-initialised button,.revslider-initialised .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category,.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .revslider-initialised .pxl-post--category {
   !important
}

.height-100vh {
    height: 100vh!important
}

.bd-radius-6 {
    border-radius: 0 0 0 6px!important
}

.bd-radius-00015 {
    border-radius: 0 0 0 15px!important
}

.bd-radius-01500 {
    border-radius: 0 15px 0 0!important
}

.transform-y-center {
    transform: translateY(-50%)
}

.line-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 3px;
    border-radius: 10px;
    background-color: var(--secondary-color)
}

.width-555 {
    width: 555px!important
}

.bg-blur,.bt-bl-landing a,.pxl-tabs6 .pxl-tabs--title .pxl-item--title {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.bg-blur2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.1)
}

.click-ld .elementor-widget-container {
    position: relative;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.click-ld .elementor-widget-container:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary-color);
    border-radius: 1e3px;
    animation: pxl_pulse_border 2e3ms ease-out infinite;
    -webkit-animation: pxl_pulse_border 2e3ms ease-out infinite;
    z-index: -2
}

.click-ld .elementor-widget-container:hover {
    transform: scale(.9)
}

.bg-blur2>.elementor-widget-wrap>.elementor-element>>.elementor-widget-container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.bg-blur3 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.3)
}

.cls-1,.cls-3 {
    fill: none
}

.m-rl-0,.m-rl-0 .elementor-container {
    margin-left: 0!important;
    margin-right: 0!important
}

.cls-1,.cls-2,.cls-3 {
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 28px
}

@media(max-width: 1500px) {
    .hide-under-1500 {
        display:none
    }
}

@media(max-width: 1600px) {
    .hide-under-1600 {
        display:none
    }
}

.hv-icb:hover .pxl-icon1 i,.hv-icb:hover .pxl-icon-box i,.hv-icb:hover .pxl-icon1 svg,.hv-icb:hover .pxl-icon-box svg,.hv-icb:hover .pxl-icon1 img,.hv-icb:hover .pxl-icon-box img {
    animation-name: updown;
    animation-duration: 300ms;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.hv-icb-2:hover .pxl-icon1 i,.hv-icb-2:hover .pxl-icon-box i,.hv-icb-2:hover .pxl-icon1 svg,.hv-icb-2:hover .pxl-icon-box svg,.hv-icb-2:hover .pxl-icon1 img,.hv-icb-2:hover .pxl-icon-box img {
    animation-name: wobble_vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.float-right {
    float: right
}

.float-right>div {
    float: right
}

.cls-2,.cls-3 {
    opacity: .1
}

.visible .cls-1 {
    -webkit-transition: all 1.5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 1.5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 1.5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 1.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 1.5s cubic-bezier(.645,.045,.355,1);
    transition: all 1.5s cubic-bezier(.645,.045,.355,1)
}

.elementor-section .elementor-container {
    flex-wrap: wrap
}

.overflow-hidden {
    overflow: hidden
}

.d-block {
    display: block
}

.display-none {
    height: 0!important;
    overflow: hidden
}

.bg-input-blur input {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.tp-tab-title {
    font-weight: 400!important;
    display: inline-block!important;
    position: relative!important;
    padding-bottom: 18px!important;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
   !important
}

.tp-tab-title:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 1px;
    height: 1px;
    background-color: #fff;
    width: 0%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 970px) {
    .btn-sl1 {
        display:none!important
    }
}

.tp-tab-mask {
    overflow: visible!important
}

.tp-tabs .tp-tab.selected .tp-tab-title {
    padding-bottom: 18px!important
}

.tp-tabs .tp-tab.selected .tp-tab-title:before {
    width: 100%;
    left: 0;
    right: auto
}

.pxl-icon-list.style-5 svg path,.pxl-icon-box7 svg path,.pxl-icon-list.style-5 svg line,.pxl-icon-box7 svg line,.pxl-icon-list.style-5 svg rect,.pxl-icon-box7 svg rect {
    transition: all 1.3s linear
}

.pxl-icon-list.style-5 svg circle,.pxl-icon-box7 svg circle {
    transition: all 3s linear
}

.pxl-icon-list.style-5.animated svg path,.pxl-icon-box7.animated svg path,.pxl-icon-list.style-5.animated svg line,.pxl-icon-box7.animated svg line,.pxl-icon-list.style-5.animated svg rect,.pxl-icon-box7.animated svg rect,.pxl-icon-list.style-5.animated svg circle,.pxl-icon-box7.animated svg circle {
    stroke-dashoffset: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .pxl-icon-list.style-5.animated svg,.pxl-icon-box7.animated svg {
        min-height:65px
    }
}

.wrap-arrow.right .pxl-swiper-dots {
    text-align: right
}

.wrap-arrow.center .pxl-swiper-dots {
    text-align: center
}

.wrap-arrow.left .pxl-swiper-dots {
    text-align: left
}

.hv-divider-box .elementor-divider-separator {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.hv-divider-box:hover .elementor-divider-separator {
    --divider-color: #121c27 !important
}

.bt-bl-landing {
    border-radius: 126px;
    overflow: hidden
}

.bt-bl-landing a {
    background-color: rgba(255,255,255,.2);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 213px;
    height: 213px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.bt-bl-landing a:hover {
    background-color: rgba(255,255,255,1e-4)
}

@media(max-width: 1200px) {
    .bt-bl-landing a {
        width:170px;
        height: 170px
    }
}

.box-hv-ld .elementor-widget-pxl_heading {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.box-hv-ld svg path {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.box-hv-ld:hover .elementor-widget-pxl_heading .elementor-widget-container {
    border-color: #121c27!important
}

.box-hv-ld:hover .pxl-icon-list a {
    background-color: var(--primary-color)!important
}

.box-hv-ld:hover .pxl-icon-list a svg path {
    fill: #fff!important
}

.hv-dvd .elementor-divider .elementor-divider-separator {
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.hv-dvd:hover .elementor-divider-separator {
    width: 137px!important
}

@keyframes img_zz {
    0% {
        background-size: 100%
    }

    100% {
        background-size: 110%
    }
}

.custom-img-landing {
    animation: img_zz 2e4ms ease-out;
    -webkit-animation: img_zz 2e4ms ease-out
}

.flex-grow-1 {
    flex-grow: 1;
    text-align: center
}

.flex-grow-1-left {
    flex-grow: 1;
    text-align: left
}

@media(max-width: 1700px) {
    .hide-under-1700 {
        display:none
    }
}

@media(max-width: 1500px) {
    .custom-for-header .pxl-item--meta {
        display:none
    }
}

@media(max-width: 767px) {
    .order-last-xs {
        order:13
    }
}

.custom-hv-ic svg,.custom-hv-ic i {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.custom-hv-ic:hover svg,.custom-hv-ic:hover i {
    transform: rotate(45deg)
}

.custom-animate-overlay .elementor-background-overlay {
    left: -20%!important;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.645,.045,.355,1)!important;
    -khtml-transition: all 1s cubic-bezier(.645,.045,.355,1)!important;
    -moz-transition: all 1s cubic-bezier(.645,.045,.355,1)!important;
    -ms-transition: all 1s cubic-bezier(.645,.045,.355,1)!important;
    -o-transition: all 1s cubic-bezier(.645,.045,.355,1)!important;
    transition: all 1s cubic-bezier(.645,.045,.355,1)!important;
    transition-delay: 400ms
}

.custom-animate-overlay.animated .elementor-background-overlay {
    left: 0%!important;
    opacity: 1
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-o-placeholder,textarea::-o-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-ms-placeholder,textarea::-ms-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea,select,.pxl-select-higthlight,.nice-select {
    background-color: #171717;
    border: none;
    color: #f8f8f8;
    padding: 6px 25px;
    /* line-height: 1.73; */
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.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: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 0px;
    width: 100%;
    outline: none;
    
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus,select:focus,.pxl-select-higthlight:focus,.nice-select:focus {
    outline: 0;
    border-color: var(--primary-color);
    color: #383838
}

.nice-select {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

input[type=range] {
    padding: 0;
    background-color: initial;
    height: auto;
    border: none
}

select {
    height: 60px
}

textarea {
    resize: none;
    padding-top: 18px;
    padding-bottom: 18px;
    height: 153px;
    margin: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.comments-area {
    margin-top: 40px
}

.comments-area .comment-respond .logged-in-as {
    margin-top: 15px;
    margin-bottom: 22px;
    font-size: 15px;
    color: var(--secondary-color)
}

.comments-area .comment-respond .logged-in-as a {
    color: inherit
}

.comments-area .comment-respond .logged-in-as a:hover {
    color: var(--primary-color)
}

.comments-area .comment-respond .logged-in-as a:nth-child(2) {
    font-weight: 700;
    text-decoration: underline
}

.comments-area .no-comments {
    display: none
}

.comment-list {
    padding: 0;
    list-style: none;
    margin-bottom: 40px
}

.comment-list li {
    padding-top: 15px
}

.comment-list li .children {
    margin-bottom: 0
}

.comment-list li .children li {
    list-style: none;
    padding-left: 50px
}

@media(max-width: 575px) {
    .comment-list li .children li {
        padding-left:20px
    }
}

.comment-list>li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.comment-list>li:last-child {
    margin-bottom: 0
}

.comment-list>li>.children>li>.children>li>.children>li>.children {
    padding-left: 0
}

.comment-list>li>.children>li>.children>li>.children>li>.children .children {
    padding-left: 0
}

.comment-list #respond {
    margin-top: 20px;
    margin-bottom: 40px
}

.comment-list #respond .comment-reply-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.comment-image {
    width: 69px;
    min-width: 69px;
    border-radius: 1e3px;
    overflow: hidden
}

@media screen and (max-width: 575px) {
    .comment-image {
        margin-bottom:12px
    }
}

.comment-title {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 26px;
    margin-top: 8px;
    margin-bottom: 3px
}

@media screen and (max-width: 767px) {
    .comment-title {
        font-size:18px
    }
}

.comment-title a {
    color: inherit
}

.comment-title a:hover {
    color: inherit
}

.comment-date {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #4b535d;
    display: block
}

.comment-text {
    margin-top: 22px;
    color: #4b535d;
    font-size: 15px;
    line-height: 25px;
    line-height: 26px
}

.comment-text p:last-child {
    margin-bottom: 0
}

.comment-text ol,.comment-text ul {
    margin-bottom: 32px
}

.comment-text ol ul,.comment-text ul ul,.comment-text ol ol,.comment-text ul ol {
    margin-bottom: 0
}

.comment-text ul li {
    list-style: outside
}

.comment-text img {
    margin: 6px 0
}

.comment-inner {
    position: relative
}

.comment-body {
    margin-bottom: 42px
}

.comment-reply {
    position: absolute;
    top: 0;
    right: 0
}

.comment-reply a {
    display: block;
    padding: 0 23px 0 40px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 100px;
    line-height: 36px;
    background-color: var(--primary-color);
    color: #fff;
    position: relative
}

.comment-reply a:before {
    position: absolute;
    content: url(../img/reply.svg);
    top: 0;
    width: 11px;
    left: 23px;
    color: #fff;
    line-height: 36px;
    font-size: 16px
}

.comment-reply a:hover {
    background-color: var(--secondary-color)
}

.comment-holder {
    margin-bottom: 8px
}

@media screen and (max-width: 575px) {
    .comment-holder {
        display:block
    }
}

.comment-meta {
    flex-grow: 1
}

.notice-f {
    margin-top: 12px!important;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 25px;
    color: var(--secondary-color)
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.comment-form>.row {
    order: 1
}

.comment-form .comment-form-comment {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    order: 2;
    margin-top: 20px
}

.comment-form .comment-form-cookies-consent {
    order: 3
}

.comment-form .form-submit {
    order: 4;
    margin-top: 20px;
    margin-bottom: 0
}

.single-post .comment-form input[type=text],.single-post .comment-form textarea {
    border: 1px solid #dcdddf;
    font-size: 15px;
    color: var(--primary-color);
    border-radius: 0;
    padding-left: 27px;
    background-color: #fff
}

.single-post .comment-form input[type=text]:focus,.single-post .comment-form textarea:focus {
    border-color: var(--primary-color)
}

.single-post .comment-form input {
    border-radius: 100px!important;
    height: 50px
}

.single-post .comment-form textarea {
    height: 234px;
    resize: none;
    border-radius: 25px
}

.single-post .comment-form .row {
    margin: 0 -10px
}

.single-post .comment-form .row>div {
    margin-top: 20px;
    padding: 0 10px
}

.comment-form-cookies-consent {
    display: none;
    margin: 0 10px;
    width: 100%;
    font-size: 16px;
    line-height: 1.73;
    padding-left: 32px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 0;
    color: #222
}

.comment-form-cookies-consent input,.comment-form-cookies-consent label:before,.comment-form-cookies-consent label:after {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    cursor: pointer
}

.comment-form-cookies-consent label {
    cursor: pointer
}

.comment-form-cookies-consent label:before {
    content: '';
    z-index: 1;
    background-color: rgba(0,0,0,5%);
    border-radius: 3px
}

.comment-form-cookies-consent label:after {
    content: '\f112';
   
    font-weight: 400;
    z-index: 2;
    font-size: 10px;
    color: #000;
    opacity: 0;
    line-height: 12px;
    text-align: center;
    top: 8px
}

.comment-form-cookies-consent input {
    z-index: 99;
    opacity: 0
}

.comment-form-cookies-consent input:checked+label:after {
    opacity: 1
}

#respond {
    padding-top: 70px
}

.pxl-select {
    width: 100%;
    position: relative
}

.pxl-select .pxl-select-hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.pxl-select .pxl-select-options {
    max-height: 282px;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 10px 0 0;
    padding: 12px 18px;
    background-color: #fff;
    z-index: 900;
    font-size: 16px;
    color: #666;
    ;
    box-shadow: 0 3px 65px rgba(0,0,0,8%);
    -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: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    border-radius: 0 0 10px 10px
}

.pxl-select .pxl-select-options li {
    padding: 9px 10px;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    line-height: normal!important;
    border-radius: 5px
}

.pxl-select .pxl-select-options li:first-child {
    display: none
}

.pxl-select .pxl-select-options li:hover {
    color: #0a1320;
    background-color: rgba(10,19,32,4%)
}

.pxl-select .pxl-select-higthlight {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

.pxl-select .pxl-select-higthlight:before {
    content: "\f150";
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #646464;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
   
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-select .pxl-select-higthlight.active {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.pxl-select .pxl-select-higthlight.active+.pxl-select-options {
    opacity: 1;
    margin-top: 0;
    visibility: visible
}

.pxl-select .pxl-select-higthlight.active:before {
    transform: translate(0,-50%)scaleY(-1)
}

.pxl-form-date .wpcf7-form-control-wrap:after,.pxl-form-date .pxl-item-group:after {
    content: "\f150";
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #2d2d2d;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
   
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.nice-select {
    position: relative;
    padding-right: 44px;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.nice-select:before {
    content: "\f150";
   
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #2d2d2d;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.nice-select ul.list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 30px 0 0;
    padding: 12px 15px;
    background-color: #e7e7e7;
    z-index: 101;
    font-size: 15px;
    color: #0a1119;
    ;
    box-shadow: 0 3px 65px rgba(0,0,0,8%);
    -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 .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    visibility: hidden;
    max-width: 350px;
    max-height: 246px;
    overflow-y: auto
}

.nice-select ul.list li {
    padding: 9px 8px;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    line-height: normal!important
}

.nice-select ul.list li:hover {
    color: #101010;
    background-color: rgba(0,0,0,4%)
}

.nice-select.open:before {
    transform: translate(0,-50%)scaleY(-1)
}

.nice-select.open ul.list {
    opacity: 1;
    margin-top: 0;
    visibility: visible
}

.comment-list-wrap {
    border-bottom: 1px solid #d3d5d6
}

.comment-reply-title small a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    padding: 0 22px;
    background-color: var(--primary-color);
    display: inline-flex;
    margin: 0 12px;
    border-radius: 50px
}

.post-password-form {
}

.post-password-form input[type=password] {
    margin-top: 6px
}

.post-password-form input[type=submit] {
    margin-top: 10px
}

.select2 .select2-selection--single {
    border: 1px solid #2d2d2d;
    height: 51px
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 51px
}

.select2 .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 50%;
    -webkit-transform: translate(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%)
}

form .select2-container--default {
    width: 100%!important
}

form .select2-container--default .select2-selection {
    height: 60px;
    background-color: #f5f6f6;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: none
}

form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 60px;
    padding-left: 22px;
    font-size: 16px;
    color: #646464
}

form .select2-container--default .select2-selection .select2-selection__arrow {
    right: 20px;
    top: 50%;
    color: #646464
}

form .select2-container--default .select2-selection .select2-selection__clear {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(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: 20px;
    color: #5d5d60
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
    color: inherit
}

.select2-container.select2-container--open {
}

.select2-container.select2-container--open .select2-dropdown {
    border-color: #e7e8e9;
    background-color: var(--body_bg-color)
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid #e7e8e9;
    padding-left: 15px;
    padding-right: 15px
}

.select2-container.select2-container--open .select2-results .select2-results__option {
    font-size: 15px
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
    background-color: var(--primary-color)
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: var(--primary-color)!important
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover,body .xdsoft_datetimepicker .xdsoft_calendar td:hover,body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: var(--secondary-color)!important;
    -webkit-box-shadow: none!important;
    -khtml-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
    color: #fff!important
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current,body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
    background-color: var(--primary-color)!important;
    -webkit-box-shadow: none!important;
    -khtml-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
    color: #fff!important
}

body .xdsoft_datetimepicker {
    ;
    border: none;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0,0,0,.12);
    -khtml-box-shadow: 0 5px 20px -5px rgba(0,0,0,.12);
    -moz-box-shadow: 0 5px 20px -5px rgba(0,0,0,.12);
    -ms-box-shadow: 0 5px 20px -5px rgba(0,0,0,.12);
    -o-box-shadow: 0 5px 20px -5px rgba(0,0,0,.12);
    box-shadow: 0 5px 20px -5px rgba(0,0,0,.12)
}

body .xdsoft_datetimepicker .xdsoft_calendar th {
    background-color: #f3f3f3;
    color: #444
}

body .xdsoft_datetimepicker .xdsoft_calendar td {
    border-color: #ebebeb;
    height: 30px;
    background-color: #f7f7f7
}

@media screen and (min-width: 1201px) {
    body .xdsoft_datetimepicker .xdsoft_calendar td {
        height:36px
    }
}

body .xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding: 0;
    text-align: center
}

body .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 230px
}

@media screen and (min-width: 1201px) {
    body .xdsoft_datetimepicker .xdsoft_datepicker {
        width:305px
    }
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background-color: var(--primary-color);
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.search-no-results #pxl-main {
    min-height: calc(100vh - 308px)
}

.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
    max-width: 780px;
    margin: auto
}

.search-no-results .search-field {
    background-color: #eaeaea
}

.search-no-results .search-form .searchform-wrap {
    position: relative
}

.search-no-results .search-form .searchform-wrap .search-submit {
    padding: 0;
    background-color: initial;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0
}

.search-no-results .search-form .searchform-wrap .search-submit:hover {
    color: var(--primary-color)
}

.pxl-file-upload-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    padding-bottom: 10px
}

@media screen and (max-width: 767px) {
    .pxl-file-upload-wrapper {
        display:block
    }
}

.pxl-file-upload-wrapper .pxl-file-upload-button {
    white-space: nowrap;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    background: #16232b;
    padding: 0 38px
}

@media screen and (max-width: 767px) {
    .pxl-file-upload-wrapper .pxl-file-upload-button {
        padding-left:24px;
        padding-right: 24px
    }
}

.pxl-file-upload-wrapper .pxl-file-upload-button:hover {
    background: #222
}

.pxl-file-upload-wrapper .pxl-file-upload-input {
    width: auto;
    font-size: 16px;
    color: #0a1320;
    background: 0 0;
    font-weight: 500;
    padding: 0 22px;
    height: 52px
}

@media screen and (max-width: 767px) {
    .pxl-file-upload-wrapper .pxl-file-upload-input {
        padding:0
    }
}

.wrap-ctf1 p {
    margin: 0
}

.wrap-ctf1 input {
    border-radius: 0;
    padding: 0 50px 0 30px;
    font-size: 15px;
    background: #353e47;
    color: #fff;
    height: 60px;
    border-radius: 1e3px
}

.wrap-ctf1 input:focus,.wrap-ctf1 input:active {
    color: #fff
}

.wrap-ctf1 button {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translatey(-50%);
    background-color: initial;
    right: 25px
}

.wrap-ctf1 button i {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.wrap-ctf1 button:hover i {
    transform: rotate(0)
}

.wrap-ctf2 button {
    padding-left: 46px
}

.wrap-ctf2 button svg {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    width: 36px;
    margin-left: 25px
}

.wrap-ctf2 button svg .cls-1 {
    stroke: #fff
}

.wrap-ctf2 button:hover {
    padding-left: 0
}

.wrap-ctf2 button:hover svg {
    width: 36px;
    opacity: 1;
    margin-left: 15px
}

.btn-w-full button {
    width: 100%
}

.logged-in .comment-form .form-submit {
    margin-left: 0
}

.comment-form .form-submit button {
    font-size: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    position: absolute;
    bottom: 21px;
    right: 21px
}

.comment-form .form-submit button:before {
    display: none
}

.comment-form .form-submit button i {
    color: #fff;
    line-height: 50px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin-left: -12px
}

.ct-widget-google_maps {
    position: relative
}

.ct-widget-google_maps:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 1
}

.wpcf7-checkbox {
    border: none!important;
    background-color: initial!important
}

.wrap-ctf-page button svg {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translatey(-50%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.wrap-ctf-page button:hover svg {
    right: 30px
}

.wrap-ctf-page.single-sv button {
    max-width: 50px;
    width: 50px;
    font-size: 0!important;
    position: absolute;
    bottom: 45px;
    right: 32px;
    padding: 0!important
}

.wrap-ctf-page.single-sv button svg {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translatey(-50%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.wrap-ctf-page.single-sv button:hover {
    padding: 0 65px 0 35px!important;
    font-size: 15px!important;
    max-width: 204px;
    width: 204px
}

.wrap-ctf-page.single-sv button:hover svg {
    right: 30px
}

.wrap-ctf-step .title-form {
    font-size: 26px;
    font-weight: 500;
    text-align: center
}

.wrap-ctf-step .pxl-step {
    margin-top: 28px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    border-bottom: 1px solid #c7c9ca
}

@media(max-width: 575px) {
    .wrap-ctf-step .pxl-step {
        column-gap:30px
    }
}

.wrap-ctf-step .pxl-step .step {
    border-bottom: 2px solid transparent;
    padding-bottom: 22px;
    font-size: 17px;
    color: #0a1119;
    margin-bottom: -1px
}

.wrap-ctf-step.step-1 .st1 {
    border-color: #121c27
}

.wrap-ctf-step.step-2 .st2 {
    border-color: #121c27
}

.wrap-ctf-step.step-3 .st3 {
    border-color: #121c27
}

.wrap-ctf-step p.description {
    font-size: 15px;
    text-align: center;
    color: #4b535d;
    margin-bottom: 25px
}

.wrap-ctf-step .your-submit {
    text-align: center
}

.wrap-ctf-step .your-submit button {
    margin-top: 34px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 50px;
    background: #121c27;
    padding: 0 65px 0 35px;
    border-radius: 11110px 11110px 11110px 11110px
}

.wrap-ctf-step .your-submit button svg {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translatey(-50%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.wrap-ctf-step .your-submit button svg path {
    fill: #fff
}

.wrap-ctf-step .your-submit button:hover {
    opacity: .8
}

.wrap-ctf-step .your-radio {
    text-align: center
}

.wrap-ctf-step .your-radio .wpcf7-radio {
    padding: 0!important
}

.wrap-ctf-step .your-radio .wpcf7-list-item {
    margin-right: 43px;
    margin: 0
}

@media(max-width: 575px) {
    .wrap-ctf-step .your-radio .wpcf7-list-item {
        margin-top:10px
    }
}

.wrap-ctf-step .your-radio .wpcf7-list-item [type=radio] {
    position: absolute;
    z-index: -1111
}

.wrap-ctf-step .your-radio .wpcf7-list-item label {
    position: relative;
    padding-left: 33px
}

.wrap-ctf-step .your-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 15px;
    color: #4b535d;
    cursor: pointer
}

@media(max-width: 575px) {
    .wrap-ctf-step .your-radio .wpcf7-list-item .wpcf7-list-item-label {
        font-size:13px
    }
}

.wrap-ctf-step .your-radio .wpcf7-list-item .wpcf7-list-item-label:before {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #c7c9ca;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.wrap-ctf-step .your-radio .wpcf7-list-item .wpcf7-list-item-label:after {
    content: "\f112";
   
    position: absolute;
    left: 5px;
    font-size: 10px;
    top: 7px;
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.wrap-ctf-step .your-radio .wpcf7-list-item [type=radio]:checked+.wpcf7-list-item-label:before {
    background-color: #121c27
}

.wrap-ctf-step .your-radio .wpcf7-list-item [type=radio]:checked+.wpcf7-list-item-label:after {
    opacity: 1
}

.wrap-ctf-step .your-radio .wpcf7-list-item+.wpcf7-list-item {
    margin-left: 40px!important
}

@media(max-width: 575px) {
    .wrap-ctf-step .your-radio .wpcf7-list-item+.wpcf7-list-item {
        margin-left:20px!important
    }
}

.wrap-ctf-step .your-submit {
    margin-bottom: 40px!important
}

.cf7mls-btns {
    margin-top: 8px
}

.cf7mls-btns button {
    height: 50px;
    background-color: #121c27!important;
    padding: 0 35px!important;
    text-transform: capitalize!important;
    border-radius: 1e3px!important;
    font-weight: 400!important;
    color: #fff!important;
    font-size: 15px!important
}

@media(max-width: 575px) {
    .cf7mls-btns button {
        padding:0 20px!important
    }
}

.wpcf7-radio {
    border: none!important
}

.fieldset-cf7mls-wrapper .cf7mls-btns {
    text-align: center
}

.fieldset-cf7mls-wrapper .cf7mls-btns .cf7mls_next {
    float: revert!important
}

.fieldset-cf7mls-wrapper .cf7mls-btns button+.cf7mls_next {
    float: right!important
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls:last-child .cf7mls-btns {
    display: none!important
}

.wrap-ctf-marketing .input-filled {
    position: relative
}

.wrap-ctf-marketing .input-filled svg {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%)
}

.wrap-ctf-marketing .input-filled button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 23px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    font-size: 17px;
    text-transform: capitalize;
    height: 38px;
    border-left: 1px solid rgba(255,255,255,.15)
}

.wrap-ctf-marketing .input-filled button i {
    font-size: 30px
}

.wrap-ctf-marketing .input-filled button:hover i {
    animation: hide_hover_icon 500ms linear;
    -webkit-animation: hide_hover_icon 500ms linear
}

.wrap-ctf-3 .input-filled input,.wrap-ctf-3 .input-filled .pxl-select-higthlight,.wrap-ctf-3 .input-filled textarea {
    border: 1px solid #5b636c;
    border-radius: 5px;
    padding-left: 17px;
    padding-right: 17px;
    height: 55px;
    color: #fff;
    font-size: 15px;
    background-color: #353e47
}

.wrap-ctf-3 .input-filled input:before,.wrap-ctf-3 .input-filled .pxl-select-higthlight:before,.wrap-ctf-3 .input-filled textarea:before {
    color: #fff
}

.wrap-ctf-3 .input-filled input:hover,.wrap-ctf-3 .input-filled .pxl-select-higthlight:hover,.wrap-ctf-3 .input-filled textarea:hover,.wrap-ctf-3 .input-filled input:active,.wrap-ctf-3 .input-filled .pxl-select-higthlight:active,.wrap-ctf-3 .input-filled textarea:active,.wrap-ctf-3 .input-filled input:focus,.wrap-ctf-3 .input-filled .pxl-select-higthlight:focus,.wrap-ctf-3 .input-filled textarea:focus,.wrap-ctf-3 .input-filled input:focus-visible,.wrap-ctf-3 .input-filled .pxl-select-higthlight:focus-visible,.wrap-ctf-3 .input-filled textarea:focus-visible {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.wrap-ctf-3 .input-filled input:hover:before,.wrap-ctf-3 .input-filled .pxl-select-higthlight:hover:before,.wrap-ctf-3 .input-filled textarea:hover:before,.wrap-ctf-3 .input-filled input:active:before,.wrap-ctf-3 .input-filled .pxl-select-higthlight:active:before,.wrap-ctf-3 .input-filled textarea:active:before,.wrap-ctf-3 .input-filled input:focus:before,.wrap-ctf-3 .input-filled .pxl-select-higthlight:focus:before,.wrap-ctf-3 .input-filled textarea:focus:before,.wrap-ctf-3 .input-filled input:focus-visible:before,.wrap-ctf-3 .input-filled .pxl-select-higthlight:focus-visible:before,.wrap-ctf-3 .input-filled textarea:focus-visible:before {
    color: #000
}

.wrap-ctf-3 .input-filled textarea {
    height: 195px
}

.wrap-ctf-3 .input-filled:last-child {
    text-align: center
}

.wrap-ctf-3 .input-filled:last-child button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 0 35px;
    background-color: #fff;
    border-radius: 8px;
    color: #121315;
    column-gap: 7px;
    line-height: 50px;
    text-transform: capitalize;
    font-size: 15px;
    align-items: center
}

.wrap-ctf-corporate .your-message .wpcf7-form-control-wrap,.wrap-ctf-corporate .your-message {
    margin-bottom: 0!important
}

.wrap-ctf-insurance {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 23px;
    padding: 30px 33px
}

@media(max-width: 1200px) {
    .wrap-ctf-insurance {
        padding:15px
    }
}

.wrap-ctf-insurance .col-content .inner-content {
    margin-right: 30px;
    background-color: var(--primary-color);
    border-radius: 23px;
    padding: 45px 52px
}

@media(max-width: 1200px) {
    .wrap-ctf-insurance .col-content .inner-content {
        padding:30px;
        margin-right: 0
    }
}

@media(max-width: 575px) {
    .wrap-ctf-insurance .col-content .inner-content {
        padding:30px 15px
    }
}

.wrap-ctf-insurance .col-content .inner-content .title-content {
    font-size: 26px;
    color: #fff;
    margin-bottom: 39px
}

@media(max-width: 575px) {
    .wrap-ctf-insurance .col-content .inner-content .title-content {
        font-size:20px;
        margin-bottom: 20px
    }
}

.wrap-ctf-insurance .col-content .inner-content .your-pricing .wpcf7-list-item {
    display: block;
    width: 100%
}

.wrap-ctf-insurance .col-content .inner-content .description-content {
    font-size: 15px;
    line-height: 25px;
    color: #c4c4c4;
    margin-bottom: 33px
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 1e3px;
    padding: 20px 35px 20px 65px;
    position: relative;
    column-gap: 10px
}

@media(max-width: 575px) {
    .wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label {
        padding:10px 15px 10px 35px;
        font-size: 14px
    }
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label i {
    font-size: 14px
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 100px;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    background-color: #353e47;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label:before {
        left:6px
    }
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label:after {
    position: absolute;
    content: "\f112";
   
    border-radius: 100px;
    top: 50%;
    color: #fff;
    opacity: 0;
    font-size: 13px;
    left: 25px;
    transform: translateY(-50%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label:after {
        left:12px
    }
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item-label li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1
}

.wrap-ctf-insurance .col-content .inner-content .title-content-2 {
    margin-top: 44px;
    margin-bottom: 18px;
    font-size: 20px;
    color: #fff
}

.wrap-ctf-insurance .col-content .inner-content .list-feat {
    margin: 0;
    list-style: none
}

.wrap-ctf-insurance .col-content .inner-content .list-feat li {
    font-size: 15px;
    color: #fff
}

.wrap-ctf-insurance .col-content .inner-content .list-feat li i {
    color: #1ede8f;
    margin-right: 8px
}

.wrap-ctf-insurance .col-content .inner-content .list-feat li+li {
    margin-top: 17px
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item {
    margin: 0
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item input {
    position: absolute;
    opacity: 0
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item+.wpcf7-list-item {
    margin-top: 17px
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item input[type=radio]:checked~.wpcf7-list-item-label:after {
    opacity: 1
}

.wrap-ctf-insurance .col-content .inner-content .wpcf7-list-item input[type=radio]:checked~.wpcf7-list-item-label:before {
    background-color: #78c71b
}

.wrap-ctf-insurance .info {
    display: none
}

.wrap-ctf-insurance .info.active {
    display: block
}

.wrap-ctf-insurance .col-form {
    display: flex;
    align-items: center
}

.wrap-ctf-insurance .col-form .inner-form {
    padding-left: 13px;
    width: 100%;
    padding-right: 37px
}

@media(max-width: 1200px) {
    .wrap-ctf-insurance .col-form .inner-form {
        padding-right:0;
        padding-left: 0
    }
}

@media(max-width: 991px) {
    .wrap-ctf-insurance .col-form .inner-form {
        margin-top:30px;
        margin-bottom: 30px
    }
}

.wrap-ctf-insurance .col-form .title-form {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 7px
}

.wrap-ctf-insurance .col-form .description-title {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 28px
}

.wrap-ctf-insurance .col-form input,.wrap-ctf-insurance .col-form .pxl-select-higthlight {
    height: 50px;
    border: 1px solid #d3d5d6;
    border-radius: 10px;
    font-size: 15px;
    padding-left: 25px;
    color: var(--secondary-color);
    background-color: #fff
}

.wrap-ctf-insurance .col-form input:focus,.wrap-ctf-insurance .col-form .pxl-select-higthlight:focus,.wrap-ctf-insurance .col-form input:active,.wrap-ctf-insurance .col-form .pxl-select-higthlight:active {
    border-color: var(--secondary-color)
}

.wrap-ctf-insurance .col-form button {
    height: 50px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 0 35px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 10px;
    margin-top: 33px
}

@media(max-width: 575px) {
    .wrap-ctf-insurance .col-form button {
        padding:0 17px
    }
}

.wrap-ctf-hr .wpcf7-form-control-wrap {
    margin-bottom: 0
}

.wrap-ctf-hr input,.wrap-ctf-hr .pxl-select-higthlight {
    height: 50px;
    border: 1px solid #d8d9da;
    background-color: #fff;
    border-radius: 0;
    font-size: 15px;
    color: #4b535d;
    padding-left: 55px
}

.wrap-ctf-hr input:active,.wrap-ctf-hr .pxl-select-higthlight:active,.wrap-ctf-hr input:focus,.wrap-ctf-hr .pxl-select-higthlight:focus,.wrap-ctf-hr input:hover,.wrap-ctf-hr .pxl-select-higthlight:hover {
    color: #0a1119;
    background-color: #0a1119;
    background-color: #fff
}

.wrap-ctf-hr .input-filled {
    position: relative
}

.wrap-ctf-hr .input-filled svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 21px;
    height: auto;
    fill: #0a1119;
    z-index: 2
}

.wrap-ctf-hr .input-filled button {
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    background-color: #121c27;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    line-height: 50px
}

.wrap-ctf-hr .your-location input,.wrap-ctf-hr .your-service input,.wrap-ctf-hr .your-location .pxl-select-higthlight,.wrap-ctf-hr .your-service .pxl-select-higthlight {
    padding-left: 50px
}

.wrap-ctf-hr .your-location svg,.wrap-ctf-hr .your-service svg {
    width: 16px
}

.wrap-ctf-hr .pxl-select .pxl-select-higthlight:before {
    color: #0a1119
}

@media(min-width: 768px) {
    .wrap-ctf-startup .your-name input,.wrap-ctf-startup .your-email input {
        border-right-width:0!important
    }
}

.wrap-ctf-saas {
    position: relative
}

.wrap-ctf-saas .wpcf7-form-control-wrap {
    position: relative;
    margin: 0
}

.wrap-ctf-saas input {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dce2e1;
    height: 55px;
    padding-left: 20px;
    color: var(--primary-color);
    font-size: 15px
}

.wrap-ctf-saas button {
    display: flex;
    position: absolute;
    right: 21px;
    top: 50%;
    padding: 0;
    background-color: initial;
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.wrap-ctf-saas button:hover {
    right: 18px
}

body:not(.rtl) .ltr-reverse {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

body.rtl {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right
}

body.rtl .rtl-icon {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block
}

body.rtl .rtl-reverse {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

body.rtl .pxl-icon-reverse {
    -webkit-transform: scaleX(1);
    -khtml-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

body.rtl .pxl-text-left {
    text-align: right
}

body.rtl .pxl-text-right {
    text-align: left
}

@media screen and (min-width: 1201px) {
    body.rtl .pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-angle-arrow-down {
        margin-left:0;
        margin-right: 8px
    }

    body.rtl .pxl-menu-primary .sub-menu,body.rtl .pxl-menu-primary .children {
        text-align: right
    }

    body.rtl .pxl-menu-primary li a span:before {
        left: auto;
        right: 0
    }

    body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu),body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) {
        left: auto;
        right: 0;
        text-align: right
    }

    body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu) li>.sub-menu,body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) li>.sub-menu,body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu) li>.children,body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) li>.children {
        left: auto;
        right: 100%;
        text-align: right
    }

    body.rtl .pxl-menu-primary .sub-menu li.menu-item-has-children>a::after {
        content: "\f136";
        right: auto;
        left: 0
    }

    body.rtl .pxl-nav-menu.hv-style1 .pxl-menu-primary>li>a::before {
        left: auto;
        right: 0
    }
}

@media screen and (max-width: 1200px) {
    body.rtl #pxl-header-default #pxl-nav-mobile,body.rtl #pxl-header-elementor #pxl-nav-mobile {
        right:auto;
        left: 15px
    }

    body.rtl .pxl-header-menu {
        left: auto;
        right: 0;
        -webkit-transform: translateX(100%);
        -khtml-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    body.rtl .pxl-header-menu.active {
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }

    body.rtl .pxl-menu-toggle,body.rtl .pxl-menu-close,body.rtl .pxl-header-mobile-search .search-submit {
        right: auto;
        left: 0
    }

    body.rtl .pxl-menu-primary .sub-menu li a,body.rtl .pxl-menu-primary .children li a {
        padding-left: 0;
        padding-right: 14px
    }

    body.rtl .pxl-menu-primary .pxl-megamenu .pxl-heading {
        padding-left: 0;
        padding-right: 14px
    }
}

body.rtl #pxl-search-popup .pxl-item--conent form .search-submit {
    right: auto;
    left: 0;
    text-align: left
}

body.rtl .pxl---post .pxl-item--meta li {
    margin-right: 0;
    margin-left: 20px
}

body.rtl .pxl---post .pxl-item--meta li i {
    margin-right: 0;
    margin-left: 8px
}

body.rtl blockquote {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
    margin-right: 0
}

body.rtl blockquote:before {
    left: auto;
    right: 0
}

body.rtl .pxl--post-footer label {
    margin-right: 0;
    margin-left: 18px
}

body.rtl .pxl--post-footer .pxl--tags {
    margin-right: 0;
    margin-left: 30px
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--img {
    margin-right: 0;
    margin-left: 22px
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i {
    margin-right: 0;
    margin-left: 4px
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i:before {
    content: "\f134"
}

body.rtl .pxl-post--navigation .pxl--item-next {
    text-align: left
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--img {
    margin-left: 0;
    margin-right: 22px
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i {
    margin-left: 0;
    margin-right: 4px
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i:before {
    content: "\f13a"
}

body.rtl .pxl---post .pxl-item--meta::before {
    right: 0;
    left: auto
}

body.rtl .comment-inner img.avatar {
    margin-right: 0;
    margin-left: 18px
}

body.rtl .comment-reply {
    right: auto;
    left: 23px
}

body.rtl .comment-reply a i {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 0;
    margin-right: 5px
}

body.rtl .comment-form-cookies-consent {
    padding-left: 0;
    padding-right: 32px
}

body.rtl .comment-form-cookies-consent input,body.rtl .comment-form-cookies-consent label::before,body.rtl .comment-form-cookies-consent label::after {
    left: auto;
    right: 0
}

body.rtl .comment-list li .comment-respond {
    margin-left: 0;
    margin-right: 130px
}

@media screen and (max-width: 767px) {
    body.rtl .comment-list li .comment-respond {
        margin-left:0;
        margin-right: 78px
    }
}

@media screen and (max-width: 575px) {
    body.rtl .comment-list li .comment-respond {
        margin-right:0
    }
}

body.rtl .comment-list li .children {
    padding-right: 120px;
    padding-left: 0
}

@media screen and (max-width: 767px) {
    body.rtl .comment-list li .children {
        padding-right:78px;
        padding-left: 0
    }
}

@media screen and (max-width: 575px) {
    body.rtl .comment-list li .children {
        padding-right:0
    }
}

body.rtl .comment-reply-title small {
    margin-left: 0;
    margin-right: 10px
}

body.rtl .pxl-pagination-wrap .page-numbers i {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

body.rtl .widget-title::before,body.rtl .comment-reply-title::before,body.rtl .comments-title::before {
    left: auto;
    right: 0
}

body.rtl .widget_product_categories ul li a:after,body.rtl .widget_categories ul li a:after,body.rtl .widget_nav_menu ul li a:after,body.rtl .widget_pages ul li a:after,body.rtl .widget_archive ul li a:after,body.rtl .widget_meta ul li a:after,body.rtl .widget_recent_entries ul li a:after {
    right: auto;
    left: 24px;
    transform: translate(0,-50%)scaleX(-1)
}

body.rtl .widget_search .search-submit {
    right: auto;
    left: 0
}

.pxl-mr-3 {
    margin-right: 3px
}

.pxl-mr-4 {
    margin-right: 4px
}

.pxl-mr-5 {
    margin-right: 5px
}

.pxl-mr-6 {
    margin-right: 6px
}

.pxl-mr-7 {
    margin-right: 7px
}

.pxl-mr-8 {
    margin-right: 8px
}

.pxl-mr-9 {
    margin-right: 9px
}

.pxl-mr-10 {
    margin-right: 10px
}

.pxl-mr-11 {
    margin-right: 11px
}

.pxl-mr-12 {
    margin-right: 12px
}

.pxl-mr-13 {
    margin-right: 13px
}

.pxl-mr-14 {
    margin-right: 14px
}

.pxl-mr-15 {
    margin-right: 15px
}

.pxl-mr-16 {
    margin-right: 16px
}

.pxl-mr-17 {
    margin-right: 17px
}

.pxl-mr-18 {
    margin-right: 18px
}

.pxl-mr-19 {
    margin-right: 19px
}

.pxl-mr-20 {
    margin-right: 20px
}

.pxl-mr-21 {
    margin-right: 21px
}

.pxl-mr-22 {
    margin-right: 22px
}

.pxl-mr-23 {
    margin-right: 23px
}

.pxl-mr-24 {
    margin-right: 24px
}

.pxl-mr-25 {
    margin-right: 25px
}

.pxl-mr-26 {
    margin-right: 26px
}

.pxl-mr-27 {
    margin-right: 27px
}

.pxl-mr-28 {
    margin-right: 28px
}

.pxl-mr-29 {
    margin-right: 29px
}

.pxl-mr-30 {
    margin-right: 30px
}

.pxl-mr-31 {
    margin-right: 31px
}

.pxl-mr-32 {
    margin-right: 32px
}

.pxl-mr-33 {
    margin-right: 33px
}

.pxl-mr-34 {
    margin-right: 34px
}

.pxl-mr-35 {
    margin-right: 35px
}

.pxl-mr-36 {
    margin-right: 36px
}

.pxl-mr-37 {
    margin-right: 37px
}

.pxl-mr-38 {
    margin-right: 38px
}

.pxl-mr-39 {
    margin-right: 39px
}

.pxl-mr-40 {
    margin-right: 40px
}

.pxl-ml-3 {
    margin-left: 3px
}

.pxl-ml-4 {
    margin-left: 4px
}

.pxl-ml-5 {
    margin-left: 5px
}

.pxl-ml-6 {
    margin-left: 6px
}

.pxl-ml-7 {
    margin-left: 7px
}

.pxl-ml-8 {
    margin-left: 8px
}

.pxl-ml-9 {
    margin-left: 9px
}

.pxl-ml-10 {
    margin-left: 10px
}

.pxl-ml-11 {
    margin-left: 11px
}

.pxl-ml-12 {
    margin-left: 12px
}

.pxl-ml-13 {
    margin-left: 13px
}

.pxl-ml-14 {
    margin-left: 14px
}

.pxl-ml-15 {
    margin-left: 15px
}

.pxl-ml-16 {
    margin-left: 16px
}

.pxl-ml-17 {
    margin-left: 17px
}

.pxl-ml-18 {
    margin-left: 18px
}

.pxl-ml-19 {
    margin-left: 19px
}

.pxl-ml-20 {
    margin-left: 20px
}

.pxl-ml-21 {
    margin-left: 21px
}

.pxl-ml-22 {
    margin-left: 22px
}

.pxl-ml-23 {
    margin-left: 23px
}

.pxl-ml-24 {
    margin-left: 24px
}

.pxl-ml-25 {
    margin-left: 25px
}

.pxl-ml-26 {
    margin-left: 26px
}

.pxl-ml-27 {
    margin-left: 27px
}

.pxl-ml-28 {
    margin-left: 28px
}

.pxl-ml-29 {
    margin-left: 29px
}

.pxl-ml-30 {
    margin-left: 30px
}

.pxl-ml-31 {
    margin-left: 31px
}

.pxl-ml-32 {
    margin-left: 32px
}

.pxl-ml-33 {
    margin-left: 33px
}

.pxl-ml-34 {
    margin-left: 34px
}

.pxl-ml-35 {
    margin-left: 35px
}

.pxl-ml-36 {
    margin-left: 36px
}

.pxl-ml-37 {
    margin-left: 37px
}

.pxl-ml-38 {
    margin-left: 38px
}

.pxl-ml-39 {
    margin-left: 39px
}

.pxl-ml-40 {
    margin-left: 40px
}

.pxl-pr-3 {
    padding-right: 3px
}

.pxl-pr-4 {
    padding-right: 4px
}

.pxl-pr-5 {
    padding-right: 5px
}

.pxl-pr-6 {
    padding-right: 6px
}

.pxl-pr-7 {
    padding-right: 7px
}

.pxl-pr-8 {
    padding-right: 8px
}

.pxl-pr-9 {
    padding-right: 9px
}

.pxl-pr-10 {
    padding-right: 10px
}

.pxl-pr-11 {
    padding-right: 11px
}

.pxl-pr-12 {
    padding-right: 12px
}

.pxl-pr-13 {
    padding-right: 13px
}

.pxl-pr-14 {
    padding-right: 14px
}

.pxl-pr-15 {
    padding-right: 15px
}

.pxl-pr-16 {
    padding-right: 16px
}

.pxl-pr-17 {
    padding-right: 17px
}

.pxl-pr-18 {
    padding-right: 18px
}

.pxl-pr-19 {
    padding-right: 19px
}

.pxl-pr-20 {
    padding-right: 20px
}

.pxl-pr-21 {
    padding-right: 21px
}

.pxl-pr-22 {
    padding-right: 22px
}

.pxl-pr-23 {
    padding-right: 23px
}

.pxl-pr-24 {
    padding-right: 24px
}

.pxl-pr-25 {
    padding-right: 25px
}

.pxl-pr-26 {
    padding-right: 26px
}

.pxl-pr-27 {
    padding-right: 27px
}

.pxl-pr-28 {
    padding-right: 28px
}

.pxl-pr-29 {
    padding-right: 29px
}

.pxl-pr-30 {
    padding-right: 30px
}

.pxl-pr-31 {
    padding-right: 31px
}

.pxl-pr-32 {
    padding-right: 32px
}

.pxl-pr-33 {
    padding-right: 33px
}

.pxl-pr-34 {
    padding-right: 34px
}

.pxl-pr-35 {
    padding-right: 35px
}

.pxl-pr-36 {
    padding-right: 36px
}

.pxl-pr-37 {
    padding-right: 37px
}

.pxl-pr-38 {
    padding-right: 38px
}

.pxl-pr-39 {
    padding-right: 39px
}

.pxl-pr-40 {
    padding-right: 40px
}

.pxl-pr-60 {
    padding-right: 60px
}

.pxl-pl-3 {
    padding-left: 3px
}

.pxl-pl-4 {
    padding-left: 4px
}

.pxl-pl-5 {
    padding-left: 5px
}

.pxl-pl-6 {
    padding-left: 6px
}

.pxl-pl-7 {
    padding-left: 7px
}

.pxl-pl-8 {
    padding-left: 8px
}

.pxl-pl-9 {
    padding-left: 9px
}

.pxl-pl-10 {
    padding-left: 10px
}

.pxl-pl-11 {
    padding-left: 11px
}

.pxl-pl-12 {
    padding-left: 12px
}

.pxl-pl-13 {
    padding-left: 13px
}

.pxl-pl-14 {
    padding-left: 14px
}

.pxl-pl-15 {
    padding-left: 15px
}

.pxl-pl-16 {
    padding-left: 16px
}

.pxl-pl-17 {
    padding-left: 17px
}

.pxl-pl-18 {
    padding-left: 18px
}

.pxl-pl-19 {
    padding-left: 19px
}

.pxl-pl-20 {
    padding-left: 20px
}

.pxl-pl-21 {
    padding-left: 21px
}

.pxl-pl-22 {
    padding-left: 22px
}

.pxl-pl-23 {
    padding-left: 23px
}

.pxl-pl-24 {
    padding-left: 24px
}

.pxl-pl-25 {
    padding-left: 25px
}

.pxl-pl-26 {
    padding-left: 26px
}

.pxl-pl-27 {
    padding-left: 27px
}

.pxl-pl-28 {
    padding-left: 28px
}

.pxl-pl-29 {
    padding-left: 29px
}

.pxl-pl-30 {
    padding-left: 30px
}

.pxl-pl-31 {
    padding-left: 31px
}

.pxl-pl-32 {
    padding-left: 32px
}

.pxl-pl-33 {
    padding-left: 33px
}

.pxl-pl-34 {
    padding-left: 34px
}

.pxl-pl-35 {
    padding-left: 35px
}

.pxl-pl-36 {
    padding-left: 36px
}

.pxl-pl-37 {
    padding-left: 37px
}

.pxl-pl-38 {
    padding-left: 38px
}

.pxl-pl-39 {
    padding-left: 39px
}

.pxl-pl-40 {
    padding-left: 40px
}

.pxl-l-0 {
    left: 0
}

.pxl-l-1 {
    left: 1px
}

.pxl-l-2 {
    left: 2px
}

.pxl-l-3 {
    left: 3px
}

.pxl-l-4 {
    left: 4px
}

.pxl-l-5 {
    left: 5px
}

.pxl-l-6 {
    left: 6px
}

.pxl-l-7 {
    left: 7px
}

.pxl-l-8 {
    left: 8px
}

.pxl-l-9 {
    left: 9px
}

.pxl-l-10 {
    left: 10px
}

.pxl-l-11 {
    left: 11px
}

.pxl-l-12 {
    left: 12px
}

.pxl-l-13 {
    left: 13px
}

.pxl-l-14 {
    left: 14px
}

.pxl-l-15 {
    left: 15px
}

.pxl-l-16 {
    left: 16px
}

.pxl-l-17 {
    left: 17px
}

.pxl-l-18 {
    left: 18px
}

.pxl-l-19 {
    left: 19px
}

.pxl-l-20 {
    left: 20px
}

.pxl-l-21 {
    left: 21px
}

.pxl-l-22 {
    left: 22px
}

.pxl-l-23 {
    left: 23px
}

.pxl-l-24 {
    left: 24px
}

.pxl-l-25 {
    left: 25px
}

.pxl-l-26 {
    left: 26px
}

.pxl-l-27 {
    left: 27px
}

.pxl-l-28 {
    left: 28px
}

.pxl-l-29 {
    left: 29px
}

.pxl-l-30 {
    left: 30px
}

.pxl-l-31 {
    left: 31px
}

.pxl-l-32 {
    left: 32px
}

.pxl-l-33 {
    left: 33px
}

.pxl-l-34 {
    left: 34px
}

.pxl-l-35 {
    left: 35px
}

.pxl-l-36 {
    left: 36px
}

.pxl-l-37 {
    left: 37px
}

.pxl-l-38 {
    left: 38px
}

.pxl-l-39 {
    left: 39px
}

.pxl-l-40 {
    left: 40px
}

.pxl-r-0 {
    right: 0
}

.pxl-r-1 {
    right: 1px
}

.pxl-r-2 {
    right: 2px
}

.pxl-r-3 {
    right: 3px
}

.pxl-r-4 {
    right: 4px
}

.pxl-r-5 {
    right: 5px
}

.pxl-r-6 {
    right: 6px
}

.pxl-r-7 {
    right: 7px
}

.pxl-r-8 {
    right: 8px
}

.pxl-r-9 {
    right: 9px
}

.pxl-r-10 {
    right: 10px
}

.pxl-r-11 {
    right: 11px
}

.pxl-r-12 {
    right: 12px
}

.pxl-r-13 {
    right: 13px
}

.pxl-r-14 {
    right: 14px
}

.pxl-r-15 {
    right: 15px
}

.pxl-r-16 {
    right: 16px
}

.pxl-r-17 {
    right: 17px
}

.pxl-r-18 {
    right: 18px
}

.pxl-r-19 {
    right: 19px
}

.pxl-r-20 {
    right: 20px
}

.pxl-r-21 {
    right: 21px
}

.pxl-r-22 {
    right: 22px
}

.pxl-r-23 {
    right: 23px
}

.pxl-r-24 {
    right: 24px
}

.pxl-r-25 {
    right: 25px
}

.pxl-r-26 {
    right: 26px
}

.pxl-r-27 {
    right: 27px
}

.pxl-r-28 {
    right: 28px
}

.pxl-r-29 {
    right: 29px
}

.pxl-r-30 {
    right: 30px
}

.pxl-r-31 {
    right: 31px
}

.pxl-r-32 {
    right: 32px
}

.pxl-r-33 {
    right: 33px
}

.pxl-r-34 {
    right: 34px
}

.pxl-r-35 {
    right: 35px
}

.pxl-r-36 {
    right: 36px
}

.pxl-r-37 {
    right: 37px
}

.pxl-r-38 {
    right: 38px
}

.pxl-r-39 {
    right: 39px
}

.pxl-r-40 {
    right: 40px
}

[dir=rtl] .pxl-mr-3 {
    margin-right: 0;
    margin-left: 3px
}

[dir=rtl] .pxl-mr-4 {
    margin-right: 0;
    margin-left: 4px
}

[dir=rtl] .pxl-mr-5 {
    margin-right: 0;
    margin-left: 5px
}

[dir=rtl] .pxl-mr-6 {
    margin-right: 0;
    margin-left: 6px
}

[dir=rtl] .pxl-mr-7 {
    margin-right: 0;
    margin-left: 7px
}

[dir=rtl] .pxl-mr-8 {
    margin-right: 0;
    margin-left: 8px
}

[dir=rtl] .pxl-mr-9 {
    margin-right: 0;
    margin-left: 9px
}

[dir=rtl] .pxl-mr-10 {
    margin-right: 0;
    margin-left: 10px
}

[dir=rtl] .pxl-mr-11 {
    margin-right: 0;
    margin-left: 11px
}

[dir=rtl] .pxl-mr-12 {
    margin-right: 0;
    margin-left: 12px
}

[dir=rtl] .pxl-mr-13 {
    margin-right: 0;
    margin-left: 13px
}

[dir=rtl] .pxl-mr-14 {
    margin-right: 0;
    margin-left: 14px
}

[dir=rtl] .pxl-mr-15 {
    margin-right: 0;
    margin-left: 15px
}

[dir=rtl] .pxl-mr-16 {
    margin-right: 0;
    margin-left: 16px
}

[dir=rtl] .pxl-mr-17 {
    margin-right: 0;
    margin-left: 17px
}

[dir=rtl] .pxl-mr-18 {
    margin-right: 0;
    margin-left: 18px
}

[dir=rtl] .pxl-mr-19 {
    margin-right: 0;
    margin-left: 19px
}

[dir=rtl] .pxl-mr-20 {
    margin-right: 0;
    margin-left: 20px
}

[dir=rtl] .pxl-mr-21 {
    margin-right: 0;
    margin-left: 21px
}

[dir=rtl] .pxl-mr-22 {
    margin-right: 0;
    margin-left: 22px
}

[dir=rtl] .pxl-mr-23 {
    margin-right: 0;
    margin-left: 23px
}

[dir=rtl] .pxl-mr-24 {
    margin-right: 0;
    margin-left: 24px
}

[dir=rtl] .pxl-mr-25 {
    margin-right: 0;
    margin-left: 25px
}

[dir=rtl] .pxl-mr-26 {
    margin-right: 0;
    margin-left: 26px
}

[dir=rtl] .pxl-mr-27 {
    margin-right: 0;
    margin-left: 27px
}

[dir=rtl] .pxl-mr-28 {
    margin-right: 0;
    margin-left: 28px
}

[dir=rtl] .pxl-mr-29 {
    margin-right: 0;
    margin-left: 29px
}

[dir=rtl] .pxl-mr-30 {
    margin-right: 0;
    margin-left: 30px
}

[dir=rtl] .pxl-mr-31 {
    margin-right: 0;
    margin-left: 31px
}

[dir=rtl] .pxl-mr-32 {
    margin-right: 0;
    margin-left: 32px
}

[dir=rtl] .pxl-mr-33 {
    margin-right: 0;
    margin-left: 33px
}

[dir=rtl] .pxl-mr-34 {
    margin-right: 0;
    margin-left: 34px
}

[dir=rtl] .pxl-mr-35 {
    margin-right: 0;
    margin-left: 35px
}

[dir=rtl] .pxl-mr-36 {
    margin-right: 0;
    margin-left: 36px
}

[dir=rtl] .pxl-mr-37 {
    margin-right: 0;
    margin-left: 37px
}

[dir=rtl] .pxl-mr-38 {
    margin-right: 0;
    margin-left: 38px
}

[dir=rtl] .pxl-mr-39 {
    margin-right: 0;
    margin-left: 39px
}

[dir=rtl] .pxl-mr-40 {
    margin-right: 0;
    margin-left: 40px
}

[dir=rtl] .pxl-ml-3 {
    margin-left: 0;
    margin-right: 3px
}

[dir=rtl] .pxl-ml-4 {
    margin-left: 0;
    margin-right: 4px
}

[dir=rtl] .pxl-ml-5 {
    margin-left: 0;
    margin-right: 5px
}

[dir=rtl] .pxl-ml-6 {
    margin-left: 0;
    margin-right: 6px
}

[dir=rtl] .pxl-ml-7 {
    margin-left: 0;
    margin-right: 7px
}

[dir=rtl] .pxl-ml-8 {
    margin-left: 0;
    margin-right: 8px
}

[dir=rtl] .pxl-ml-9 {
    margin-left: 0;
    margin-right: 9px
}

[dir=rtl] .pxl-ml-10 {
    margin-left: 0;
    margin-right: 10px
}

[dir=rtl] .pxl-ml-11 {
    margin-left: 0;
    margin-right: 11px
}

[dir=rtl] .pxl-ml-12 {
    margin-left: 0;
    margin-right: 12px
}

[dir=rtl] .pxl-ml-13 {
    margin-left: 0;
    margin-right: 13px
}

[dir=rtl] .pxl-ml-14 {
    margin-left: 0;
    margin-right: 14px
}

[dir=rtl] .pxl-ml-15 {
    margin-left: 0;
    margin-right: 15px
}

[dir=rtl] .pxl-ml-16 {
    margin-left: 0;
    margin-right: 16px
}

[dir=rtl] .pxl-ml-17 {
    margin-left: 0;
    margin-right: 17px
}

[dir=rtl] .pxl-ml-18 {
    margin-left: 0;
    margin-right: 18px
}

[dir=rtl] .pxl-ml-19 {
    margin-left: 0;
    margin-right: 19px
}

[dir=rtl] .pxl-ml-20 {
    margin-left: 0;
    margin-right: 20px
}

[dir=rtl] .pxl-ml-21 {
    margin-left: 0;
    margin-right: 21px
}

[dir=rtl] .pxl-ml-22 {
    margin-left: 0;
    margin-right: 22px
}

[dir=rtl] .pxl-ml-23 {
    margin-left: 0;
    margin-right: 23px
}

[dir=rtl] .pxl-ml-24 {
    margin-left: 0;
    margin-right: 24px
}

[dir=rtl] .pxl-ml-25 {
    margin-left: 0;
    margin-right: 25px
}

[dir=rtl] .pxl-ml-26 {
    margin-left: 0;
    margin-right: 26px
}

[dir=rtl] .pxl-ml-27 {
    margin-left: 0;
    margin-right: 27px
}

[dir=rtl] .pxl-ml-28 {
    margin-left: 0;
    margin-right: 28px
}

[dir=rtl] .pxl-ml-29 {
    margin-left: 0;
    margin-right: 29px
}

[dir=rtl] .pxl-ml-30 {
    margin-left: 0;
    margin-right: 30px
}

[dir=rtl] .pxl-ml-31 {
    margin-left: 0;
    margin-right: 31px
}

[dir=rtl] .pxl-ml-32 {
    margin-left: 0;
    margin-right: 32px
}

[dir=rtl] .pxl-ml-33 {
    margin-left: 0;
    margin-right: 33px
}

[dir=rtl] .pxl-ml-34 {
    margin-left: 0;
    margin-right: 34px
}

[dir=rtl] .pxl-ml-35 {
    margin-left: 0;
    margin-right: 35px
}

[dir=rtl] .pxl-ml-36 {
    margin-left: 0;
    margin-right: 36px
}

[dir=rtl] .pxl-ml-37 {
    margin-left: 0;
    margin-right: 37px
}

[dir=rtl] .pxl-ml-38 {
    margin-left: 0;
    margin-right: 38px
}

[dir=rtl] .pxl-ml-39 {
    margin-left: 0;
    margin-right: 39px
}

[dir=rtl] .pxl-ml-40 {
    margin-left: 0;
    margin-right: 40px
}

[dir=rtl] .pxl-pr-3 {
    padding-right: 0;
    padding-left: 3px
}

[dir=rtl] .pxl-pr-4 {
    padding-right: 0;
    padding-left: 4px
}

[dir=rtl] .pxl-pr-5 {
    padding-right: 0;
    padding-left: 5px
}

[dir=rtl] .pxl-pr-6 {
    padding-right: 0;
    padding-left: 6px
}

[dir=rtl] .pxl-pr-7 {
    padding-right: 0;
    padding-left: 7px
}

[dir=rtl] .pxl-pr-8 {
    padding-right: 0;
    padding-left: 8px
}

[dir=rtl] .pxl-pr-9 {
    padding-right: 0;
    padding-left: 9px
}

[dir=rtl] .pxl-pr-10 {
    padding-right: 0;
    padding-left: 10px
}

[dir=rtl] .pxl-pr-11 {
    padding-right: 0;
    padding-left: 11px
}

[dir=rtl] .pxl-pr-12 {
    padding-right: 0;
    padding-left: 12px
}

[dir=rtl] .pxl-pr-13 {
    padding-right: 0;
    padding-left: 13px
}

[dir=rtl] .pxl-pr-14 {
    padding-right: 0;
    padding-left: 14px
}

[dir=rtl] .pxl-pr-15 {
    padding-right: 0;
    padding-left: 15px
}

[dir=rtl] .pxl-pr-16 {
    padding-right: 0;
    padding-left: 16px
}

[dir=rtl] .pxl-pr-17 {
    padding-right: 0;
    padding-left: 17px
}

[dir=rtl] .pxl-pr-18 {
    padding-right: 0;
    padding-left: 18px
}

[dir=rtl] .pxl-pr-19 {
    padding-right: 0;
    padding-left: 19px
}

[dir=rtl] .pxl-pr-20 {
    padding-right: 0;
    padding-left: 20px
}

[dir=rtl] .pxl-pr-21 {
    padding-right: 0;
    padding-left: 21px
}

[dir=rtl] .pxl-pr-22 {
    padding-right: 0;
    padding-left: 22px
}

[dir=rtl] .pxl-pr-23 {
    padding-right: 0;
    padding-left: 23px
}

[dir=rtl] .pxl-pr-24 {
    padding-right: 0;
    padding-left: 24px
}

[dir=rtl] .pxl-pr-25 {
    padding-right: 0;
    padding-left: 25px
}

[dir=rtl] .pxl-pr-26 {
    padding-right: 0;
    padding-left: 26px
}

[dir=rtl] .pxl-pr-27 {
    padding-right: 0;
    padding-left: 27px
}

[dir=rtl] .pxl-pr-28 {
    padding-right: 0;
    padding-left: 28px
}

[dir=rtl] .pxl-pr-29 {
    padding-right: 0;
    padding-left: 29px
}

[dir=rtl] .pxl-pr-30 {
    padding-right: 0;
    padding-left: 30px
}

[dir=rtl] .pxl-pr-31 {
    padding-right: 0;
    padding-left: 31px
}

[dir=rtl] .pxl-pr-32 {
    padding-right: 0;
    padding-left: 32px
}

[dir=rtl] .pxl-pr-33 {
    padding-right: 0;
    padding-left: 33px
}

[dir=rtl] .pxl-pr-34 {
    padding-right: 0;
    padding-left: 34px
}

[dir=rtl] .pxl-pr-35 {
    padding-right: 0;
    padding-left: 35px
}

[dir=rtl] .pxl-pr-36 {
    padding-right: 0;
    padding-left: 36px
}

[dir=rtl] .pxl-pr-37 {
    padding-right: 0;
    padding-left: 37px
}

[dir=rtl] .pxl-pr-38 {
    padding-right: 0;
    padding-left: 38px
}

[dir=rtl] .pxl-pr-39 {
    padding-right: 0;
    padding-left: 39px
}

[dir=rtl] .pxl-pr-40 {
    padding-right: 0;
    padding-left: 40px
}

[dir=rtl] .pxl-pr-60 {
    padding-right: 0;
    padding-left: 60px
}

[dir=rtl] .pxl-pl-3 {
    padding-left: 0;
    padding-right: 3px
}

[dir=rtl] .pxl-pl-4 {
    padding-left: 0;
    padding-right: 4px
}

[dir=rtl] .pxl-pl-5 {
    padding-left: 0;
    padding-right: 5px
}

[dir=rtl] .pxl-pl-6 {
    padding-left: 0;
    padding-right: 6px
}

[dir=rtl] .pxl-pl-7 {
    padding-left: 0;
    padding-right: 7px
}

[dir=rtl] .pxl-pl-8 {
    padding-left: 0;
    padding-right: 8px
}

[dir=rtl] .pxl-pl-9 {
    padding-left: 0;
    padding-right: 9px
}

[dir=rtl] .pxl-pl-10 {
    padding-left: 0;
    padding-right: 10px
}

[dir=rtl] .pxl-pl-11 {
    padding-left: 0;
    padding-right: 11px
}

[dir=rtl] .pxl-pl-12 {
    padding-left: 0;
    padding-right: 12px
}

[dir=rtl] .pxl-pl-13 {
    padding-left: 0;
    padding-right: 13px
}

[dir=rtl] .pxl-pl-14 {
    padding-left: 0;
    padding-right: 14px
}

[dir=rtl] .pxl-pl-15 {
    padding-left: 0;
    padding-right: 15px
}

[dir=rtl] .pxl-pl-16 {
    padding-left: 0;
    padding-right: 16px
}

[dir=rtl] .pxl-pl-17 {
    padding-left: 0;
    padding-right: 17px
}

[dir=rtl] .pxl-pl-18 {
    padding-left: 0;
    padding-right: 18px
}

[dir=rtl] .pxl-pl-19 {
    padding-left: 0;
    padding-right: 19px
}

[dir=rtl] .pxl-pl-20 {
    padding-left: 0;
    padding-right: 20px
}

[dir=rtl] .pxl-pl-21 {
    padding-left: 0;
    padding-right: 21px
}

[dir=rtl] .pxl-pl-22 {
    padding-left: 0;
    padding-right: 22px
}

[dir=rtl] .pxl-pl-23 {
    padding-left: 0;
    padding-right: 23px
}

[dir=rtl] .pxl-pl-24 {
    padding-left: 0;
    padding-right: 24px
}

[dir=rtl] .pxl-pl-25 {
    padding-left: 0;
    padding-right: 25px
}

[dir=rtl] .pxl-pl-26 {
    padding-left: 0;
    padding-right: 26px
}

[dir=rtl] .pxl-pl-27 {
    padding-left: 0;
    padding-right: 27px
}

[dir=rtl] .pxl-pl-28 {
    padding-left: 0;
    padding-right: 28px
}

[dir=rtl] .pxl-pl-29 {
    padding-left: 0;
    padding-right: 29px
}

[dir=rtl] .pxl-pl-30 {
    padding-left: 0;
    padding-right: 30px
}

[dir=rtl] .pxl-pl-31 {
    padding-left: 0;
    padding-right: 31px
}

[dir=rtl] .pxl-pl-32 {
    padding-left: 0;
    padding-right: 32px
}

[dir=rtl] .pxl-pl-33 {
    padding-left: 0;
    padding-right: 33px
}

[dir=rtl] .pxl-pl-34 {
    padding-left: 0;
    padding-right: 34px
}

[dir=rtl] .pxl-pl-35 {
    padding-left: 0;
    padding-right: 35px
}

[dir=rtl] .pxl-pl-36 {
    padding-left: 0;
    padding-right: 36px
}

[dir=rtl] .pxl-pl-37 {
    padding-left: 0;
    padding-right: 37px
}

[dir=rtl] .pxl-pl-38 {
    padding-left: 0;
    padding-right: 38px
}

[dir=rtl] .pxl-pl-39 {
    padding-left: 0;
    padding-right: 39px
}

[dir=rtl] .pxl-pl-40 {
    padding-left: 0;
    padding-right: 40px
}

[dir=rtl] .pxl-l-0 {
    right: 0;
    left: auto
}

[dir=rtl] .pxl-l-1 {
    right: 1px;
    left: auto
}

[dir=rtl] .pxl-l-2 {
    right: 2px;
    left: auto
}

[dir=rtl] .pxl-l-3 {
    right: 3px;
    left: auto
}

[dir=rtl] .pxl-l-4 {
    right: 4px;
    left: auto
}

[dir=rtl] .pxl-l-5 {
    right: 5px;
    left: auto
}

[dir=rtl] .pxl-l-6 {
    right: 6px;
    left: auto
}

[dir=rtl] .pxl-l-7 {
    right: 7px;
    left: auto
}

[dir=rtl] .pxl-l-8 {
    right: 8px;
    left: auto
}

[dir=rtl] .pxl-l-9 {
    right: 9px;
    left: auto
}

[dir=rtl] .pxl-l-10 {
    right: 10px;
    left: auto
}

[dir=rtl] .pxl-l-11 {
    right: 11px;
    left: auto
}

[dir=rtl] .pxl-l-12 {
    right: 12px;
    left: auto
}

[dir=rtl] .pxl-l-13 {
    right: 13px;
    left: auto
}

[dir=rtl] .pxl-l-14 {
    right: 14px;
    left: auto
}

[dir=rtl] .pxl-l-15 {
    right: 15px;
    left: auto
}

[dir=rtl] .pxl-l-16 {
    right: 16px;
    left: auto
}

[dir=rtl] .pxl-l-17 {
    right: 17px;
    left: auto
}

[dir=rtl] .pxl-l-18 {
    right: 18px;
    left: auto
}

[dir=rtl] .pxl-l-19 {
    right: 19px;
    left: auto
}

[dir=rtl] .pxl-l-20 {
    right: 20px;
    left: auto
}

[dir=rtl] .pxl-l-21 {
    right: 21px;
    left: auto
}

[dir=rtl] .pxl-l-22 {
    right: 22px;
    left: auto
}

[dir=rtl] .pxl-l-23 {
    right: 23px;
    left: auto
}

[dir=rtl] .pxl-l-24 {
    right: 24px;
    left: auto
}

[dir=rtl] .pxl-l-25 {
    right: 25px;
    left: auto
}

[dir=rtl] .pxl-l-26 {
    right: 26px;
    left: auto
}

[dir=rtl] .pxl-l-27 {
    right: 27px;
    left: auto
}

[dir=rtl] .pxl-l-28 {
    right: 28px;
    left: auto
}

[dir=rtl] .pxl-l-29 {
    right: 29px;
    left: auto
}

[dir=rtl] .pxl-l-30 {
    right: 30px;
    left: auto
}

[dir=rtl] .pxl-l-31 {
    right: 31px;
    left: auto
}

[dir=rtl] .pxl-l-32 {
    right: 32px;
    left: auto
}

[dir=rtl] .pxl-l-33 {
    right: 33px;
    left: auto
}

[dir=rtl] .pxl-l-34 {
    right: 34px;
    left: auto
}

[dir=rtl] .pxl-l-35 {
    right: 35px;
    left: auto
}

[dir=rtl] .pxl-l-36 {
    right: 36px;
    left: auto
}

[dir=rtl] .pxl-l-37 {
    right: 37px;
    left: auto
}

[dir=rtl] .pxl-l-38 {
    right: 38px;
    left: auto
}

[dir=rtl] .pxl-l-39 {
    right: 39px;
    left: auto
}

[dir=rtl] .pxl-l-40 {
    right: 40px;
    left: auto
}

[dir=rtl] .pxl-r-0 {
    left: 0;
    right: auto
}

[dir=rtl] .pxl-r-1 {
    left: 1px;
    right: auto
}

[dir=rtl] .pxl-r-2 {
    left: 2px;
    right: auto
}

[dir=rtl] .pxl-r-3 {
    left: 3px;
    right: auto
}

[dir=rtl] .pxl-r-4 {
    left: 4px;
    right: auto
}

[dir=rtl] .pxl-r-5 {
    left: 5px;
    right: auto
}

[dir=rtl] .pxl-r-6 {
    left: 6px;
    right: auto
}

[dir=rtl] .pxl-r-7 {
    left: 7px;
    right: auto
}

[dir=rtl] .pxl-r-8 {
    left: 8px;
    right: auto
}

[dir=rtl] .pxl-r-9 {
    left: 9px;
    right: auto
}

[dir=rtl] .pxl-r-10 {
    left: 10px;
    right: auto
}

[dir=rtl] .pxl-r-11 {
    left: 11px;
    right: auto
}

[dir=rtl] .pxl-r-12 {
    left: 12px;
    right: auto
}

[dir=rtl] .pxl-r-13 {
    left: 13px;
    right: auto
}

[dir=rtl] .pxl-r-14 {
    left: 14px;
    right: auto
}

[dir=rtl] .pxl-r-15 {
    left: 15px;
    right: auto
}

[dir=rtl] .pxl-r-16 {
    left: 16px;
    right: auto
}

[dir=rtl] .pxl-r-17 {
    left: 17px;
    right: auto
}

[dir=rtl] .pxl-r-18 {
    left: 18px;
    right: auto
}

[dir=rtl] .pxl-r-19 {
    left: 19px;
    right: auto
}

[dir=rtl] .pxl-r-20 {
    left: 20px;
    right: auto
}

[dir=rtl] .pxl-r-21 {
    left: 21px;
    right: auto
}

[dir=rtl] .pxl-r-22 {
    left: 22px;
    right: auto
}

[dir=rtl] .pxl-r-23 {
    left: 23px;
    right: auto
}

[dir=rtl] .pxl-r-24 {
    left: 24px;
    right: auto
}

[dir=rtl] .pxl-r-25 {
    left: 25px;
    right: auto
}

[dir=rtl] .pxl-r-26 {
    left: 26px;
    right: auto
}

[dir=rtl] .pxl-r-27 {
    left: 27px;
    right: auto
}

[dir=rtl] .pxl-r-28 {
    left: 28px;
    right: auto
}

[dir=rtl] .pxl-r-29 {
    left: 29px;
    right: auto
}

[dir=rtl] .pxl-r-30 {
    left: 30px;
    right: auto
}

[dir=rtl] .pxl-r-31 {
    left: 31px;
    right: auto
}

[dir=rtl] .pxl-r-32 {
    left: 32px;
    right: auto
}

[dir=rtl] .pxl-r-33 {
    left: 33px;
    right: auto
}

[dir=rtl] .pxl-r-34 {
    left: 34px;
    right: auto
}

[dir=rtl] .pxl-r-35 {
    left: 35px;
    right: auto
}

[dir=rtl] .pxl-r-36 {
    left: 36px;
    right: auto
}

[dir=rtl] .pxl-r-37 {
    left: 37px;
    right: auto
}

[dir=rtl] .pxl-r-38 {
    left: 38px;
    right: auto
}

[dir=rtl] .pxl-r-39 {
    left: 39px;
    right: auto
}

[dir=rtl] .pxl-r-40 {
    left: 40px;
    right: auto
}

@font-face {
    font-family: gt walsheim pro;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/walsheim/GTWalsheimPro-Regular.woff2)format('woff2'),url(../fonts/walsheim/GTWalsheimPro-Regular.woff)format('woff')
}

@font-face {
    font-family: gt walsheim pro;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/walsheim/GTWalsheimPro-Medium.woff2)format('woff2'),url(../fonts/walsheim/GTWalsheimPro-Medium.woff)format('woff')
}

.blockui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.9);
    display: block!important;
    opacity: 1!important
}

.blockui:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #222 transparent #222;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.blockui:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: 1
}

.blockui.blockoverlay,.blockui.blockmsg {
    display: none!important
}

.product-remove {
    position: relative;
    min-width: 50px
}

.product-remove a.remove {
    font-size: 0;
    width: 26px;
    height: 26px;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: relative
}

.product-remove a.remove:before,.product-remove a.remove:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 12px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    transform-origin: 50% 50%;
    opacity: 1;
    -webkit-transition: transform ease .25s;
    -khtml-transition: transform ease .25s;
    -moz-transition: transform ease .25s;
    -ms-transition: transform ease .25s;
    -o-transition: transform ease .25s;
    transition: transform ease .25s
}

.product-remove a.remove:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-remove a.remove:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.product-remove a.remove:hover {
    background-color: var(--primary-color)
}

.product-remove a.remove:hover:before,.product-remove a.remove:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

@media screen and (max-width: 769px) {
    .product-remove {
        min-height:57px
    }
}

.woosw-item--add .add_to_cart_button.loading {
    opacity: 1!important
}

.woosw-item--add .add_to_cart_button.loading:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woosw-item--add .add_to_cart_button.loading:after {
    display: none
}

.widget_shopping_cart ul>li {
    position: relative;
    padding: 10px 0 25px!important;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,1,0,0)
}

.widget_shopping_cart ul>li .remove {
    position: absolute;
    right: 0;
    font-size: 30px;
    color: var(--secondary-color)
}

.widget_shopping_cart ul>li .remove+a {
    font-family: ;
    font-size: 18px;
    color: ;
    letter-spacing: .02em
}

.widget_shopping_cart ul>li a:hover {
    color: var(--primary-color)
}

.widget_shopping_cart ul>li .blockOverlay {
    background-color: rgba(var(--secondary-color-rgb),.6)!important
}

.widget_shopping_cart .total {
    margin-top: 27px;
    margin-bottom: 8px;
    letter-spacing: .02em
}

.widget_shopping_cart .total strong {
    font-family: ;
    font-size: 18px;
    color: ;
    margin-right: 7px
}

.widget_shopping_cart .total .amount {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600
}

.widget_shopping_cart .buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.widget_shopping_cart .buttons .button {
    padding: 0;
    background-color: initial;
    color: var(--primary-color)
}

.widget_shopping_cart .buttons .button span:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    transition: all 300ms ease;
    transition-delay: 100ms;
    border-bottom: 1px solid
}

.widget_shopping_cart .buttons .button:after {
    content: "\f301";
    font-family: material-design-iconic-font;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    position: relative;
    transition: all 300ms ease;
    opacity: 1
}

.widget_shopping_cart .buttons .button:hover span:after {
    width: 100%
}

.widget_shopping_cart .buttons .button:hover:after {
    transform: translateX(15px);
    opacity: 0
}

.btn.wc-forward,.btn.btn-shop {
    color: #fff;
    line-height: 51px;
    font-size: 16px
}

#pxl-cart-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden
}

#pxl-cart-sidebar .pxl-popup--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31,32,34,.6);
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
    cursor: pointer
}

#pxl-cart-sidebar .pxl-item--close {
    top: 50%;
    left: auto;
    right: 30px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute
}

#pxl-cart-sidebar .pxl-item--close:before,#pxl-cart-sidebar .pxl-item--close:after {
    background-color: #666
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar {
    padding-top: 80px;
    padding-bottom: 137px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    width: 320px;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: translatex(100%);
    -khtml-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    flex-grow: 1
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
    display: flex;
    background-color: #f9f9f9;
    padding: 16px 30px;
    margin-bottom: 20px;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
    height: 36px;
    width: 36px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
    padding: 0 45px 0 30px;
    height: 100%;
    overflow-y: scroll;
    width: 350px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content {
    padding: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
    padding: 15px 15px 15px 0;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    position: relative;
    margin-right: 15px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
    border: none;
    padding-bottom: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
    font-size: 16px;
    margin-top: 40px;
    padding: 0!important;
    text-align: center;
    display: block
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
    font-size: 100px;
    line-height: 1;
    color: rgba(0,0,0,.2)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
    width: 100%
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
    width: 70px;
    min-width: 70px;
    margin-right: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
    display: inline-block
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
    margin: 0;
    width: inherit;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,6%);
    -khtml-box-shadow: 0 4px 6px rgba(0,0,0,6%);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,6%);
    -ms-box-shadow: 0 4px 6px rgba(0,0,0,6%);
    -o-box-shadow: 0 4px 6px rgba(0,0,0,6%);
    box-shadow: 0 4px 6px rgba(0,0,0,6%)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
    padding-right: 12px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
    color: inherit
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
    color: #555
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
    font-size: 14px;
    border: none
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
    display: none
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .woocommerce-price-amount {
    margin: 0 4px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 0;
    width: 30px;
    height: 30px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before,#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
    background-color: #000;
    height: 1px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
    opacity: 1
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px 20px;
    background-color: #fff
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 15px;
    padding-bottom: 0;
    color: #000;
    font-weight: 700
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
    font-weight: inherit
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout {
    background: var(--secondary-color)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:hover,#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:focus {
    background: var(--primary-color)
}

#pxl-cart-sidebar.active {
    visibility: visible
}

#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
    -webkit-transform: translatey(0%);
    -khtml-transform: translatey(0%);
    -moz-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -o-transform: translatey(0%);
    transform: translatey(0%)
}

.widget_shopping_cart .widget_shopping_cart_content {
    padding: 14px 35px 15px
}

.widget_shopping_cart .widget_shopping_cart_content .cart-product-meta {
    padding: 0
}

.widget_shopping_cart .widget_shopping_cart_content .cart-product-meta .quantity {
    font-size: 16px;
    color: var(--primary-color)
}

.widget_shopping_cart .widget_shopping_cart_content .remove_from_cart_button {
    font-size: 12px;
    width: 9px!important;
    height: 9px!important;
    position: absolute;
    top: 25px!important;
    font-weight: 600;
    transform: translate(0)!important;
    right: 0!important;
    color: var(--secondary-color);
    opacity: 1!important
}

.widget_shopping_cart .widget_shopping_cart_content .remove_from_cart_button:hover {
    color: var(--primary-color)
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    margin-top: 20px
}

.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer {
    margin-top: 4px
}

.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .total {
    border: none!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
    background-color: var(--secondary-color);
    margin-top: 0
}

.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .total span,.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .total strong {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .32px
}

.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .buttons {
    margin-top: 33px;
    margin-bottom: 12px
}

.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .buttons:before,.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .buttons:after {
    display: none
}

.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .buttons a {
    background-color: initial;
    font-size: 17px;
    font-weight: 400;
    color: var(--secondary-color);
    text-transform: capitalize;
    padding: 0;
    letter-spacing: .16px;
    padding-right: 44px;
    margin-right: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    line-height: 1
}

.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .buttons a:before {
    position: absolute;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    content: "\f104";
    top: 50%;
    font-size: 30px;
    right: 0;
    display: block;
    transform: translatey(-50%);
    color: var(--secondary-color);
    font-family: flaticon!important;
    font-weight: 400
}

.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .buttons a:hover {
    color: var(--primary-color)
}

.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_footer .buttons a:hover:before {
    transform: translatey(-50%)rotate(0);
    color: var(--primary-color)
}

.widget_shopping_cart .widget_shopping_cart_content ul li {
    padding: 25px 0 25px 0!important;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    column-gap: 20px
}

.widget_shopping_cart .widget_shopping_cart_content ul li:last-child {
    border: none;
    padding-bottom: 0
}

.widget_shopping_cart .widget_shopping_cart_content ul li:before,.widget_shopping_cart .widget_shopping_cart_content ul li:after {
    display: none
}

.widget_shopping_cart .widget_shopping_cart_content ul li.empty {
    font-size: 16px;
    margin-top: 40px;
    padding: 0!important;
    text-align: center;
    display: block
}

.widget_shopping_cart .widget_shopping_cart_content ul li.empty span {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px
}

.widget_shopping_cart .widget_shopping_cart_content ul li.empty i {
    font-size: 100px;
    line-height: 1;
    color: rgba(0,0,0,.2)
}

.widget_shopping_cart .widget_shopping_cart_content ul li.empty .btn {
    width: 100%
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-image {
    width: 76px;
    min-width: 76px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-image a {
    display: inline-block
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-image img {
    margin: 0;
    width: inherit;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    align-items: center;
    width: -moz-available
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta h3 {
    order: 3;
    margin-top: -20px;
    margin-bottom: 0
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta h3 a {
    color: inherit;
    font-size: 17px!important;
    font-weight: 400!important
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta h3 a:hover {
    color: var(--primary-color)
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta .quantity {
    font-size: 17px;
    border: none;
    width: 100%
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta .quantity .quantity-icon {
    display: none
}

.widget_shopping_cart .widget_shopping_cart_content ul .cart-product-meta .quantity .woocommerce-price-amount {
    margin: 0 4px
}

.widget_shopping_cart .widget_shopping_cart_content ul 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: 30px;
    height: 30px
}

.widget_shopping_cart .widget_shopping_cart_content ul a.remove_from_cart_button:before,.widget_shopping_cart .widget_shopping_cart_content ul a.remove_from_cart_button:after {
    background-color: #000;
    height: 1px
}

.widget_shopping_cart .widget_shopping_cart_content ul li:hover a.remove_from_cart_button {
    opacity: 1
}

.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
    top: 32px
}

@media screen and (min-width: 992px) {
    .admin-bar .widget-cart-sidebar {
        top:32px;
        padding-bottom: 167px
    }

    .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
        bottom: 32px
    }
}

.pxl-entry-content>.woocommerce .cart-empty,.pxl-entry-content>.woocommerce .return-to-shop {
    text-align: center
}

.woocommerce {
    color: rgba(45,45,45,.8)
}

.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message {
    background-color: initial;
    padding: 20px 0 15px
}

@media screen and (max-width: 767px) {
    .woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message {
        padding-bottom:80px;
        text-align: center
    }
}

.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before {
    display: none
}

.woocommerce .woocommerce-error a.button,.woocommerce .woocommerce-info a.button,.woocommerce .woocommerce-message a.button {
    position: absolute!important;
    bottom: 0%;
    right: 0;
    line-height: 40px!important;
    padding: 0 30px;
    font-size: 15px!important
}

@media screen and (max-width: 767px) {
    .woocommerce .woocommerce-error a.button,.woocommerce .woocommerce-info a.button,.woocommerce .woocommerce-message a.button {
        bottom:20px;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%,0%);
        -khtml-transform: translate(-50%,0%);
        -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
        -o-transform: translate(-50%,0%);
        transform: translate(-50%,0%)
    }
}

.woocommerce ins {
    background-color: initial;
    color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .clear {
    display: none
}

.woocommerce #pxl-sidebar-area .widget_price_filter .widget-content {
    padding: 50px 35px 30px
}

@media(max-width: 575px) {
    .woocommerce #pxl-sidebar-area .widget_price_filter .widget-content {
        padding:30px 15px
    }
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
    margin-right: 0;
    height: 2px;
    background-color: #d3d5d6;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--secondary-color)
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
    height: 9px;
    width: 9px;
    background-color: var(--primary-color);
    -webkit-border-radius: 1110px;
    -khtml-border-radius: 1110px;
    -moz-border-radius: 1110px;
    -ms-border-radius: 1110px;
    -o-border-radius: 1110px;
    border-radius: 1110px;
    top: -4px
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 10px
}

@media screen and (max-width: 1200px) {
    .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
        display:block;
        text-align: center
    }
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
    padding: 0 20px;
    border: none;
    border-radius: 0;
    line-height: 38px;
    font-size: 14px;
    background-color: var(--primary-color);
    font-weight: 400;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    text-transform: capitalize;
    letter-spacing: 1.6px
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button:before,.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button:after {
    display: none
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button:hover {
    background-color: var(--secondary-color)
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
    border: 1px solid #d3d5d6;
    padding: 0 23px;
    font-size: 0;
    color: var(--secondary-color);
    order: -1
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_label span {
    font-size: 15px
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_label span:first-child {
    margin-right: 17px;
    padding-right: 17px;
    position: relative
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_label span:first-child:before {
    position: absolute;
    content: '-';
    top: 50%;
    font-size: 15px;
    color: var(--secondary-color);
    right: -2px;
    transform: translateY(-50%)
}

@media screen and (max-width: 1200px) {
    .woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
        width:100%
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search .woocommerce-product-search {
    position: relative
}

.woocommerce #pxl-sidebar-area .widget_product_search button {
    padding: 0;
    width: 53px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 3;
    border-left: 1px solid #ececf0;
    color: #222;
    font-size: 15px;
    background-color: initial;
    background-image: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 1200px) {
    .woocommerce #pxl-sidebar-area .widget_product_search button {
        width:40px;
        border: none
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search button:after {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: "font awesome 5 free";
    text-indent: 0;
    font-weight: 400
}

@media screen and (max-width: 1200px) {
    .woocommerce #pxl-sidebar-area .widget_product_search button:after {
        font-size:14px
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.woocommerce #pxl-sidebar-area .widget_product_search .search-field {
    height: 50px;
    color: #222;
    border-color: #ececf0;
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px
}

@media screen and (max-width: 1200px) {
    .woocommerce #pxl-sidebar-area .widget_product_search .search-field {
        font-size:14px
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus {
    border-color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus+button {
    border-color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget_products ul {
    padding: 35px
}

@media(max-width: 575px) {
    .woocommerce #pxl-sidebar-area .widget_products ul {
        padding:20px 15px
    }
}

.woocommerce #pxl-sidebar-area .widget_products ul li {
    position: relative;
    padding: 0 0 33px 95px;
    margin-bottom: 25px;
    min-height: 80px;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    flex-wrap: wrap
}

.woocommerce #pxl-sidebar-area .widget_products ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.woocommerce #pxl-sidebar-area .widget_products ul .amount {
    order: -1
}

.woocommerce #pxl-sidebar-area .widget_products ul .product-title {
    margin-bottom: 0
}

.woocommerce #pxl-sidebar-area .widget_products ul img {
    margin: 0;
    width: 100%;
    max-width: 76px;
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    min-width: 76px;
    height: 82px;
    object-fit: contain
}

.woocommerce #pxl-sidebar-area .widget_products ul a {
    font-size: 17px;
    color: #0a1119;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
    width: 100%
}

.woocommerce #pxl-sidebar-area .widget_products ul a:hover {
    color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget_products ul .star-rating {
    position: absolute;
    top: 0;
    right: -20px;
    margin-bottom: 2px
}

.woocommerce #pxl-sidebar-area .widget_products ul .star-rating:before {
    font-size: 12px
}

.woocommerce #pxl-sidebar-area .widget_products ul .star-rating span::before {
    font-size: 12px;
    color: var(--primary-color)
}

@media(min-width: 992px) {
    .woocommerce #pxl-content-area {
        padding-right:15px
    }
}

.woocommerce form .form-row,.woocommerce-page form .form-row {
    padding: 0 0 15px
}

.woocommerce form .form-row:last-child,.woocommerce-page form .form-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.woocommerce .comment-form textarea,.woocommerce-page .comment-form textarea {
    padding-top: 18px;
    padding-bottom: 24px;
    min-height: 140px;
    border: 1px solid #d3d5d6
}

.woocommerce .comment-form input,.woocommerce-page .comment-form input {
    border: 1px solid #d3d5d6
}

.woocommerce .nice-select,.woocommerce-page .nice-select {
    background-color: #e7e7e7;
    text-align: left;
    -webkit-border-radius: 1e3px;
    -khtml-border-radius: 1e3px;
    -moz-border-radius: 1e3px;
    -ms-border-radius: 1e3px;
    -o-border-radius: 1e3px;
    border-radius: 1e3px;
    height: 50px
}

.woocommerce .nice-select span.current,.woocommerce-page .nice-select span.current {
    line-height: 50px;
    font-size: 15px!important;
    color: #0a1119
}

.woocommerce .nice-select:before,.woocommerce-page .nice-select:before {
    color: #646464;
    font-size: 12px
}

.woocommerce .nice-select:after,.woocommerce-page .nice-select:after {
    color: inherit
}

.woocommerce .nice-select ul.list,.woocommerce-page .nice-select ul.list {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.woocommerce .button.add_to_cart_button,.woocommerce-page .button.add_to_cart_button,.woocommerce button.single_add_to_cart_button,.woocommerce-page button.single_add_to_cart_button,.woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce a.added_to_cart.wc-forward,.woocommerce-page a.added_to_cart.wc-forward {
    font-size: 0;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    line-height: 55px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    border: none;
    height: 55px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 0;
    overflow: hidden
}

.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart),.woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart) {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 0 28px;
    line-height: 54px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    color: #fff;
    border: none;
    height: auto;
    text-align: center;
    justify-content: center;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):before,.woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):before {
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    position: absolute
}

.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):after,.woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewx(-20deg);
    -khtml-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg);
    transform: skewx(-20deg);
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.35)),to(transparent));
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.35),transparent);
    z-index: -1
}

.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):hover,.woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):hover {
    outline: none;
    text-decoration: none;
    color: #fff;
    background-image: -webkit-linear-gradient(to right,0%,51%,100%);
    background-image: -moz-linear-gradient(to right,0%,51%,100%);
    background-image: -ms-linear-gradient(to right,0%,51%,100%);
    background-image: -o-linear-gradient(to right,0%,51%,100%);
    background-image: linear-gradient(to right,0%,51%,100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='')
}

.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):hover:after,.woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):hover:after {
    -webkit-animation: pxl_btn_shine 1.2s ease;
    animation: pxl_btn_shine 1.2s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.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 .quantity,.woocommerce-page .quantity {
    position: relative
}

@media(max-width: 575px) {
    .woocommerce .quantity,.woocommerce-page .quantity {
        padding:20px 0
    }
}

.woocommerce .quantity .qty,.woocommerce-page .quantity .qty {
    background-color: #e7e7e7;
    padding: 0 35px;
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 400;
    width: 126px;
    height: 50px;
    -moz-appearance: textfield;
    border-radius: 1110px
}

.woocommerce .quantity-icon,.woocommerce-page .quantity-icon {
    width: 27px;
    height: 27px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.woocommerce .quantity-icon i,.woocommerce-page .quantity-icon i {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    color: var(--primary-color);
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 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%)
}

.woocommerce .quantity-icon i.quantity-up,.woocommerce-page .quantity-icon i.quantity-up {
    right: 11px
}

.woocommerce .quantity-icon i.quantity-down,.woocommerce-page .quantity-icon i.quantity-down {
    left: 11px
}

.woocommerce .quantity-icon:hover,.woocommerce-page .quantity-icon:hover {
    background: #fff
}

.woocommerce #pxl-wapper .quantity-icon,.woocommerce-page #pxl-wapper .quantity-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.woocommerce #pxl-wapper .quantity-icon:before,.woocommerce-page #pxl-wapper .quantity-icon:before,.woocommerce #pxl-wapper .quantity-icon:after,.woocommerce-page #pxl-wapper .quantity-icon:after {
    background-color: var(--secondary-color)
}

.woocommerce #pxl-wapper .quantity-icon:hover,.woocommerce-page #pxl-wapper .quantity-icon:hover {
    background-color: var(--secondary-color)
}

.woocommerce #pxl-wapper .quantity-icon:hover:before,.woocommerce-page #pxl-wapper .quantity-icon:hover:before,.woocommerce #pxl-wapper .quantity-icon:hover:after,.woocommerce-page #pxl-wapper .quantity-icon:hover:after {
    background-color: #fff!important
}

.woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus,.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus {
    left: 11px
}

.woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus:before,.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus:before {
    width: 8px;
    left: 10px;
    top: 13px
}

.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus,.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus {
    right: 11px
}

.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus:before,.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus:before {
    width: 8px;
    height: 2px;
    top: 13px;
    left: 10px
}

.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus:after,.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus:after {
    width: 2px;
    height: 8px;
    left: 13px;
    top: 10px
}

.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus:before,.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus:before,.woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus:before,.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus:before,.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus:after,.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus:after,.woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus:after,.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus:after {
    background-color: var(--secondary-color)
}

.woocommerce #pxl-wapper .quantity-icon:hover:before,.woocommerce-page #pxl-wapper .quantity-icon:hover:before,.woocommerce #pxl-wapper .quantity-icon:hover:after,.woocommerce-page #pxl-wapper .quantity-icon:hover:after {
    background-color: var(--primary-color)
}

.woocommerce table.shop_table,.woocommerce-page table.shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce table.shop_table td,.woocommerce-page table.shop_table td {
    padding: 20px 15px
}

.woocommerce table.shop_table th,.woocommerce-page table.shop_table th,.woocommerce table.shop_table tbody th,.woocommerce-page table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce-page table.shop_table tfoot td,.woocommerce table.shop_table tfoot th,.woocommerce-page table.shop_table tfoot th {
    font-weight: 500
}

.woocommerce-page #add_payment_method table.cart img,.woocommerce-page.woocommerce-cart table.cart img,.woocommerce-page.woocommerce-checkout table.cart img {
    width: 50px
}

@media screen and (min-width: 992px) {
    .woocommerce .content-row {
        margin:0 -15px
    }

    .woocommerce #pxl-content-area.content-has-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        -o-flex: 0 0 75%;
        max-width: 75%
    }

    .woocommerce #secondary.widget-has-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        -o-flex: 0 0 25%;
        max-width: 25%
    }
}

.widget_products .amount {
    margin-top: 15px;
    font-size: 15px;
    color: var(--primary-color)bdi;
    color-display: flex;
    color-margin-top: 2px;
    color-line-height: 20px;
    color-align-items: center
}

.widget_products ins {
    margin-top: 15px;
    order: -1;
    line-height: 20px
}

.widget_products del {
    transform: translatey(2px);
    margin-top: 15px;
    line-height: 20px;
    order: -2;
    color: #8f8f8f;
    margin-right: 10px
}

.widget_products del .amount {
    color: #8f8f8f
}

.widget_products .star-rating-wrap {
    display: none!important
}

.widget_rating_filter .wc-layered-nav-rating a {
    font-size: 0;
    display: block;
    padding-left: 28px!important;
    position: relative
}

.widget_rating_filter .wc-layered-nav-rating a:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    -khtml-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    -moz-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    -ms-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    -o-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    transition: all .2s cubic-bezier(.39,.575,.565,1)0s
}

.widget_rating_filter .wc-layered-nav-rating a .star-rating {
    font-size: 16px
}

.widget_rating_filter .wc-layered-nav-rating a:hover:before {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

#shop-topbar {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7
}

#shop-topbar .shop-topbar-item {
    margin: 11px 0;
    position: relative;
    padding-left: 76px;
    color: #0a1119;
    font-size: 16px;
    min-height: 56px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

#shop-topbar .shop-topbar-item i {
    height: 56px;
    width: 56px;
    -webkit-border-radius: 56px;
    -khtml-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
    border: 1px solid #e5e5e5;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0
}

#shop-topbar .shop-topbar-item span {
    font-weight: 500
}

#shop-breadcrumb {
    padding: 23px 0
}

#shop-breadcrumb ul {
    list-style: none;
    margin: 0
}

#shop-breadcrumb ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    margin: 10px 0;
    padding: 0 12px;
    position: relative
}

#shop-breadcrumb ul li::after {
    content: '/';
    color: #e9e9e9;
    position: absolute;
    top: 0;
    right: -4px
}

#shop-breadcrumb ul li:first-child {
    padding-left: 0
}

#shop-breadcrumb ul li:last-child:after {
    display: none
}

#shop-breadcrumb ul li a {
    color:
}

#shop-breadcrumb ul li a:hover {
    color: var(--primary-color)
}

.woocommerce .star-rating-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.woocommerce .star-rating-wrap .star-rating {
    margin: 0
}

.woocommerce .star-rating-wrap .count-rating {
    font-size: 16px;
    margin-left: 8px;
    color: #223543;
    font-weight: 600
}

.woocommerce .star-rating {
    font-size: 16px;
    height: 20px;
    letter-spacing: 2px;
    width: 92px
}

.woocommerce .star-rating:before {
    content: "sssss";
    color: var(--primary-color)
}

.woocommerce .star-rating span::before {
    color: var(--primary-color)
}

.woocommerce .star-rating span {
    padding-top: 17px
}

.woocommerce .star-rating .woocommerce-review-link {
    font-size: 16px
}

.woocommerce span.onsale {
    padding: 0;
    margin: 0!important;
    height: 33px;
    line-height: 33px;
    min-height: auto!important;
    width: 82px;
    min-width: 82px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #121c27;
    top: 0!important;
    right: 25px!important;
    font-weight: 400;
    z-index: 3;
    text-transform: capitalize;
    border-radius: 0;
    font-weight: 400
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px
}

.woocommerce ul.products li.product {
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 25px
}

.woocommerce ul.products li.product.last {
    margin-right: 0
}

.woocommerce ul.products li.product>.woosw-btn,.woocommerce ul.products li.product>.woosq-btn,.woocommerce ul.products li.product>.woosc-btn {
    display: none!important
}

@media screen and (min-width: 992px) {
    .woocommerce ul.products.columns-5 li.product {
        width:20%
    }
}

@media screen and (min-width: 992px) {
    .woocommerce ul.products.columns-4 li.product {
        width:25%
    }
}

@media screen and (max-width: 991px) {
    .woocommerce ul.products.columns-4 li.product {
        width:33.33%
    }
}

@media screen and (min-width: 768px) {
    .woocommerce ul.products.columns-3 li.product {
        width:33.33%
    }
}

@media(min-width: 576px) and (max-width:767px) {
    .woocommerce ul.products li.product {
        width:50%!important
    }
}

@media screen and (max-width: 575px) {
    .woocommerce ul.products li.product {
        width:100%!important
    }
}

@media screen and (min-width: 992px) {
    .woocommerce #pxl-content-area.content-has-sidebar ul.products.columns-4 li.product {
        width:calc(33.33% - 1px);
        width: -webkit-calc(33.33% - 1px);
        width: -ms-calc(33.33% - 1px);
        width: -o-calc(33.33% - 1px)
    }
}

.woocommerce ul.products li.product .woocommerce-product-title,.woocommerce .woocommerce-product-title {
    font-size: 20px;
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .woocommerce ul.products li.product .woocommerce-product-title,.woocommerce .woocommerce-product-title {
        font-size:18px
    }
}

.woocommerce ul.products li.product .woocommerce-product-title a,.woocommerce .woocommerce-product-title a {
    color: inherit
}

.woocommerce ul.products li.product .woocommerce-product-title a:hover,.woocommerce .woocommerce-product-title a:hover {
    color: inherit
}

.woocommerce ul.products li.product .price {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--primary-color)
}

.woocommerce ul.products li.product .price .amount {
    color: inherit
}

.woocommerce ul.products li.product .price del {
    color: #8f8f8f;
    opacity: 1
}

.woocommerce ul.products li.product .price del .amount {
    background-image: none;
    text-fill-color: #8f8f8f;
    -o-text-fill-color: #8f8f8f;
    -ms-text-fill-color: #8f8f8f;
    -moz-text-fill-color: #8f8f8f;
    -webkit-text-fill-color: #8f8f8f
}

.woocommerce ul.products li.product .price ins {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

.woocommerce .woocommerce-product-inner {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 575px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-header {
        min-height:300px
    }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
    width: auto;
    display: inline-block;
    margin-bottom: 0!important;
    -webkit-transition: transform .3s cubic-bezier(.44,.17,1,1);
    -khtml-transition: transform .3s cubic-bezier(.44,.17,1,1);
    -moz-transition: transform .3s cubic-bezier(.44,.17,1,1);
    -ms-transition: transform .3s cubic-bezier(.44,.17,1,1);
    -o-transition: transform .3s cubic-bezier(.44,.17,1,1);
    transition: transform .3s cubic-bezier(.44,.17,1,1)
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 100;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart {
    display: inline-flex;
    align-items: center
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.added,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.added {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.product_type_simple:before,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.product_type_simple:before {
    display: inline-flex;
    content: "\f151";
   
    font-size: 16px;
    font-weight: 400
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.loading,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.loading {
    opacity: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.loading:before,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.loading:before {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.loading:after,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.loading:after {
    content: '';
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart:before {
    display: inline-flex;
    content: "\f239";
    font-family: bootstrap-icons!important;
    font-size: 16px;
    font-weight: 400
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare {
    display: inline-flex
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button {
    padding: 0;
    font-size: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:before,.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:before {
    font-family: flaticon;
    font-size: 14px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:before {
    font-family: "font awesome 5 free"!important;
    content: "\f004"
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button.woosw-adding:after {
    content: ''!important;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button.woosw-adding:before {
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button.woosw-added {
    background-color: var(--primary-color)!important
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button.woosw-added:before {
    font-weight: 700!important
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:before {
    content: "\f117"
}

.woocommerce .woocommerce-product-inner:hover:before {
    opacity: 1
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-content {
    opacity: 1
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product--buttons {
    bottom: 30px;
    opacity: 1
}

.woocommerce #pxl-content-main {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms
}

.woocommerce.woocommerce-layout-list ul.products li.product {
    width: 100%!important
}

.woocommerce.woocommerce-layout-list .pxl-content-wrap.no-sidebar #pxl-content-main {
    padding: 0 15%
}

@media screen and (max-width: 1200px) {
    .woocommerce.woocommerce-layout-list .pxl-content-wrap.no-sidebar #pxl-content-main {
        padding:0
    }
}

.single-product .comment-reply-title {
    font-size: 25px;
    color: var(--secondary-color);
    font-weight: 400
}

.single-product .comment-form label {
    margin-bottom: 20px;
    margin-top: 20px;
    display: block
}

.single-product .comment-form p {
    width: 100%
}

.single-product .comment-form textarea,.single-product .comment-form input {
    border-radius: 0
}

.single-product .comment-form .form-submit .submit {
    display: block;
    margin-top: 20px!important;
    padding: 0 30px!important;
    line-height: 50px!important;
    height: 50px!important;
    font-size: 16px!important;
    text-transform: capitalize!important;
    background-color: var(--primary-color)!important;
    font-weight: 400!important;
    color: #fff
}

.single-product .comment-form .form-submit .submit:hover {
    background-color: var(--secondary-color)!important;
    color: #fff!important
}

.single-product .meta .woocommerce-review__author {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--secondary-color);
    font-weight: 500
}

.single-product .woosc-quick-table {
    display: none
}

.single-product .woocommerce-social-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-product .woocommerce-social-share>span {
    width: 43px;
    height: 43px;
    border-radius: 1e3px;
    background-color: #e7e7e7;
    text-align: center
}

.single-product .woocommerce-social-share>span i {
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 43px
}

@media(max-width: 575px) {
    .single-product .woocommerce-social-share>span {
        display:none
    }
}

.single-product .woocommerce-social-share label {
    margin-left: 12px;
    font-size: 17px;
    color: #0a1119;
    font-weight: 400;
    letter-spacing: .16px
}

@media(max-width: 575px) {
    .single-product .woocommerce-social-share label {
        margin-left:0
    }
}

.single-product .woocommerce-social-share a {
    border: 1px solid rgba(2,6,38,.15);
    height: 43px;
    width: 43px;
    display: inline-flex;
    color: var(--secondary-color);
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 1e3px
}

.single-product .woocommerce-social-share a i {
    display: inline-flex
}

.single-product .woocommerce-social-share a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.single-product .woocommerce-sg-product-price {
    margin-bottom: -15px
}

.single-product .woocommerce-sg-product-price p {
    margin-bottom: 0
}

.single-product section.related {
    text-align: center;
    padding-top: 33px
}

@media(max-width: 575px) {
    .single-product section.related {
        padding-top:0
    }
}

.single-product section.related .woocommerce-product-content .price {
    margin-top: 27px;
    margin-bottom: 11px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500
}

.single-product section.related .woocommerce-product-content .price ins {
    order: -1;
    padding-right: 30px
}

.single-product section.related .woocommerce-product-content .woocommerce-product--title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.single-product section.related .woocommerce-product-content .woocommerce-product--rating .star-rating span::before {
    color: var(--primary-color)
}

.single-product section.related .woocommerce-product-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px
}

.single-product section.related .woocommerce-product-meta button,.single-product section.related .woocommerce-product-meta a {
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    font-size: 0
}

.single-product section.related .woocommerce-product-meta button i,.single-product section.related .woocommerce-product-meta a i,.single-product section.related .woocommerce-product-meta button:before,.single-product section.related .woocommerce-product-meta a:before {
    font-size: 18px!important
}

.single-product section.related .woocommerce-product-meta button:hover,.single-product section.related .woocommerce-product-meta a:hover {
    color: #fff;
    background-color: var(--primary-color)
}

.single-product section.related h2 {
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative
}

@media screen and (max-width: 991px) {
    .single-product section.related h2 {
        font-size:36px
    }
}

@media screen and (max-width: 767px) {
    .single-product section.related h2 {
        font-size:30px
    }
}

.single-product section.related ul.products {
    margin-bottom: 0
}

.single-product section.related ul.products .star-rating {
    margin: auto
}

.single-product section.related ul.products li.product {
    margin-bottom: 0!important;
    margin-top: 30px
}

@media screen and (max-width: 991px) {
    .single-product section.related ul.products li.product {
        width:50%
    }
}

@media screen and (max-width: 575px) {
    .single-product section.related ul.products li.product {
        width:100%
    }
}

.single-product #pxl-content-area div.product .entry-summary {
    width: 100%!important;
    margin-bottom: 57px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button {
   ;
    display: inline-flex;
    align-items: center;
    background-color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 50px;
    height: 50px;
    border-radius: 1e3px;
    color: #fff;
    letter-spacing: .16px;
    padding: 0 5px 0 35px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button i {
    order: 3;
    border-radius: 1e3px;
    margin-right: 0;
    margin-left: 33px;
    font-weight: 100;
    color: #fff;
    width: 40px;
    height: 40px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    line-height: 40px;
    background-color: #353e47
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button i:before {
    display: block
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button:hover i {
    background-color: #fff;
    color: var(--secondary-color)
}

.single-product #pxl-content-area div.product .woocommerce-product-details__short-description p:last-child,.single-product>div.product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature,.single-product>div.product .woocommerce-sg-product-feature {
    margin-bottom: 71px;
    list-style: none
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li,.single-product>div.product .woocommerce-sg-product-feature li {
    display: flex;
    flex-wrap: nowrap
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li i,.single-product>div.product .woocommerce-sg-product-feature li i {
    margin-right: 8px;
    margin-top: 6px;
    color: var(--primary-color)
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li p:last-child,.single-product>div.product .woocommerce-sg-product-feature li p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li+li,.single-product>div.product .woocommerce-sg-product-feature li+li {
    margin-top: 10px
}

.single-product #pxl-content-area div.product form.cart,.single-product>div.product form.cart {
    margin-bottom: 20px
}

.single-product #pxl-content-area div.product form.cart label,.single-product>div.product form.cart label {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    color: #191919
}

.single-product #pxl-content-area div.product form.cart .reset_variations,.single-product>div.product form.cart .reset_variations {
    color: #000;
    font-size: 15px;
    margin-top: 6px
}

.single-product #pxl-content-area div.product form.cart .reset_variations:hover,.single-product>div.product form.cart .reset_variations:hover {
    color: var(--primary-color)
}

.single-product #pxl-content-area div.product form.cart .single_variation_wrap,.single-product>div.product form.cart .single_variation_wrap {
    width: 100%
}

.single-product #pxl-content-area div.product form.cart .variations .variable-item:before,.single-product>div.product form.cart .variations .variable-item:before {
    min-width: auto;
    font-size: 12px;
    border-radius: 0;
    padding: 0 12px;
    line-height: 26px;
    box-shadow: none
}

.single-product #pxl-content-area div.product form.cart .variations th.label,.single-product>div.product form.cart .variations th.label {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #666
}

.single-product #pxl-content-area div.product form.cart .variations th.label label,.single-product>div.product form.cart .variations th.label label {
    font-weight: 400;
    color: inherit;
    
}

.single-product #pxl-content-area div.product form.cart .variations th.label .woo-selected-variation-item-name,.single-product>div.product form.cart .variations th.label .woo-selected-variation-item-name {
    color: #000
}

.single-product #pxl-content-area div.product form.cart .variations td.label,.single-product>div.product form.cart .variations td.label {
    padding: 0
}

.single-product #pxl-content-area div.product form.cart .variations td.woo-variation-items-wrapper,.single-product>div.product form.cart .variations td.woo-variation-items-wrapper {
    padding: 0;
    margin-bottom: 12px
}

.single-product #pxl-content-area div.product form.cart .variations .color-variable-items-wrapper .color-variable-item,.single-product>div.product form.cart .variations .color-variable-items-wrapper .color-variable-item {
    box-shadow: 0 0 0 1px rgba(0,0,0,.12);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item,.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item {
    padding: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    box-shadow: 0 0 0 1px rgba(0,0,0,.12)
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span,.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span {
    font-size: 14px
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected,.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected {
    background-color: #000;
    box-shadow: 0 0 0 1px #000
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span,.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
    color: #fff
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item,.single-product>div.product form.cart .button-variable-wrapper .button-variable-item {
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.12);
    background-color: #f9f9f9
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button,.single-product>div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
    font-size: 15px;
    line-height: 26px;
    padding: 0 8px;
    color: #383838
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected,.single-product>div.product form.cart .button-variable-wrapper .button-variable-item.selected,.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover,.single-product>div.product form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: var(--primary-color);
    box-shadow: 0 0 0 1px var(--primary-color)
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button,.single-product>div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button,.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button,.single-product>div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button {
    color: #fff
}

.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-add-to-cart,.single-product>div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-price,.single-product>div.product form.cart.variations_form .woocommerce-variation-price {
    margin: 0 0 24px
}

.single-product #pxl-content-area div.product form.cart.variations_form button.single_add_to_cart_button,.single-product>div.product form.cart.variations_form button.single_add_to_cart_button {
    background-color: var(--primary-color)
}

.single-product #pxl-content-area div.product form.cart:not(.variations_form),.single-product>div.product form.cart:not(.variations_form),.single-product #pxl-content-area div.product form.cart:not(.grouped_form),.single-product>div.product form.cart:not(.grouped_form) {
    display: flex;
    margin: 0 0 30px;
    align-items: center;
    flex-wrap: wrap
}

.single-product #pxl-content-area div.product form.cart:not(.variations_form) select,.single-product>div.product form.cart:not(.variations_form) select,.single-product #pxl-content-area div.product form.cart:not(.grouped_form) select,.single-product>div.product form.cart:not(.grouped_form) select {
    margin: 0
}

.single-product #pxl-content-area div.product form.cart:not(.variations_form) label,.single-product>div.product form.cart:not(.variations_form) label,.single-product #pxl-content-area div.product form.cart:not(.grouped_form) label,.single-product>div.product form.cart:not(.grouped_form) label {
    line-height: 50px
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td,.single-product>div.product form.cart .woocommerce-grouped-product-list td {
    vertical-align: middle;
    padding-bottom: 10px
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td a,.single-product>div.product form.cart .woocommerce-grouped-product-list td a {
    color: inherit
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price,.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 15px
}

@media screen and (max-width: 1200px) {
    .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price,.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price {
        font-size:14px
    }
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price ins,.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price ins {
    text-decoration: none
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price del,.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price del {
    color: #8f8f8f
}

@media screen and (max-width: 1200px) {
    .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__label label,.single-product>div.product form.cart .woocommerce-grouped-product-list-item__label label {
        font-size:14px
    }
}

.single-product #pxl-content-area div.product .woocommerce-gallery span.onsale,.single-product>div.product .woocommerce-gallery span.onsale {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-gallery-inner,.single-product>div.product .woocommerce-gallery-inner {
    display: flex;
    position: relative
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery,.single-product>div.product .woocommerce-product-gallery {
    width: 100%!important;
    margin-bottom: 48px;
    display: flex;
    flex-direction: row-reverse
}

@media(max-width: 1300px) {
    .single-product #pxl-content-area div.product .woocommerce-product-gallery,.single-product>div.product .woocommerce-product-gallery {
        display:block
    }
}

@media screen and (max-width: 991px) {
    .single-product #pxl-content-area div.product .woocommerce-product-gallery,.single-product>div.product .woocommerce-product-gallery {
        margin-bottom:40px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    border-radius: 10px
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomimg,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomimg {
    background-color: #e7e8ea
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    padding: 0;
    overflow: hidden
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport,.single-product>div.product .woocommerce-product-gallery .flex-viewport {
    border-radius: 0;
    overflow: hidden;
    margin-left: 190px;
    max-width: 440px;
    max-height: 551px
}

@media(max-width: 1300px) {
    .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport,.single-product>div.product .woocommerce-product-gallery .flex-viewport {
        margin-left:0;
        max-width: 1e4px;
        max-height: 1e4px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,.single-product>div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav,.single-product>div.product .woocommerce-product-gallery .flex-control-nav {
    position: absolute;
    width: 170px;
    top: 0;
    left: 0
}

@media(max-width: 1300px) {
    .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav,.single-product>div.product .woocommerce-product-gallery .flex-control-nav {
        display:flex;
        column-gap: 15px;
        position: relative;
        width: 100%;
        top: auto;
        left: auto
    }
}

.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 {
    flex-grow: 1;
    width: 170px;
    margin-top: 20px
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li img,.single-product>div.product .woocommerce-product-gallery .flex-control-nav li img {
    opacity: 1
}

@media(min-width: 1301px) {
    .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li img,.single-product>div.product .woocommerce-product-gallery .flex-control-nav li img {
        max-width:170px!important
    }
}

@media(min-width: 1301px) {
    .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(1),.single-product>div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(1) {
        margin-top:0
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a {
    font-size: 0;
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    text-align: center;
    line-height: 40px;
    color: rgba(255,255,255,.67);
    background-color: rgba(255,255,255,.25);
    border-radius: 5px
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a img,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a img {
    max-width: 70px
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:before,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a:before {
    content: "\f136";
   
    font-size: 16px;
    display: inline-flex
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
    color: #fff
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    visibility: hidden;
    margin-top: -60px
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
    left: 0
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
    right: 0
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before,.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
    -webkit-transform: scalex(-1);
    -khtml-transform: scalex(-1);
    -moz-transform: scalex(-1);
    -ms-transform: scalex(-1);
    -o-transform: scalex(-1);
    transform: scalex(-1)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
    opacity: .8
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
    opacity: 1
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev,.single-product>div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev {
    left: 22px;
    opacity: 1;
    visibility: visible
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next,.single-product>div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next {
    right: 22px;
    opacity: 1;
    visibility: visible
}

.single-product #pxl-content-area div.product .entry-summary,.single-product>div.product .entry-summary {
    padding-left: 50px
}

@media(max-width: 1300px) {
    .single-product #pxl-content-area div.product .entry-summary,.single-product>div.product .entry-summary {
        padding-left:0
    }
}

@media screen and (max-width: 1200px) {
    .single-product #pxl-content-area div.product .entry-summary,.single-product>div.product .entry-summary {
        padding-left:0
    }
}

.single-product #pxl-content-area div.product .entry-summary>.woosc-btn,.single-product>div.product .entry-summary>.woosc-btn,.single-product #pxl-content-area div.product .entry-summary>.woosw-btn,.single-product>div.product .entry-summary>.woosw-btn {
    display: none!important
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button,.single-product>div.product .entry-summary .woocommerce-sg-product-button {
    padding-left: 110px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn,.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn {
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: var(--secondary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before,.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before {
    content: "\f12f";
   
    margin: 0 5px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover,.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover,.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus,.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus {
    background: var(--primary-color)
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating,.single-product>div.product .entry-summary .woocommerce-product-rating {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
    padding-bottom: 2px;
    padding-top: 3px;
    border-right: 1px solid #d3d5d6
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .star-rating,.single-product>div.product .entry-summary .woocommerce-product-rating .star-rating {
    margin: 0
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link,.single-product>div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    margin-left: 8px;
    font-size: 0;
    color: #646464
}

.single-product #pxl-content-area div.product .entry-summary .entry-title,.single-product>div.product .entry-summary .entry-title {
    font-size: 35px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 11px
}

@media screen and (max-width: 1200px) {
    .single-product #pxl-content-area div.product .entry-summary .entry-title,.single-product>div.product .entry-summary .entry-title {
        font-size:25px
    }
}

@media screen and (max-width: 767px) {
    .single-product #pxl-content-area div.product .entry-summary .entry-title,.single-product>div.product .entry-summary .entry-title {
        font-size:20px
    }
}

.single-product #pxl-content-area div.product .entry-summary .price,.single-product>div.product .entry-summary .price {
    font-size: 23px;
    color: var(--primary-color);
    font-weight: 400
}

.single-product #pxl-content-area div.product .entry-summary .price ins,.single-product>div.product .entry-summary .price ins {
    margin-right: 22px;
    color: inherit;
    text-decoration: none;
    font-weight: 400
}

.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: 400
}

.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-rating,.single-product>div.product .entry-summary .woocommerce-sg-product-rating {
    display: inline-flex;
    margin-bottom: 8px;
    margin-top: 4px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt,.single-product>div.product .entry-summary .woocommerce-sg-product-excerpt {
    padding: 4px 0 23px;
    border-bottom: 1px solid #dedede;
    margin-top: 21px;
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 19px;
    font-family: public sans,sans-serif
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button,.single-product>div.product .entry-summary .single_add_to_cart_button {
    display: inline-flex;
    justify-content: center;
    float: none
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button i,.single-product>div.product .entry-summary .single_add_to_cart_button i {
    font-size: 16px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading,.single-product>div.product .entry-summary .single_add_to_cart_button.loading {
    padding-right: 42px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading:after,.single-product>div.product .entry-summary .single_add_to_cart_button.loading:after {
    top: 0;
    right: 14px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.added:after,.single-product>div.product .entry-summary .single_add_to_cart_button.added:after {
    display: none
}

.single-product #pxl-content-area div.product .quantity-label,.single-product>div.product .quantity-label {
    font-size: 20px;
    line-height: 1.8333;
    width: 100%;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin: 2px 0 18px
}

@media(max-width: 575px) {
    .single-product #pxl-content-area div.product .quantity-label,.single-product>div.product .quantity-label {
        margin-bottom:0
    }
}

.single-product #pxl-content-area div.product .wooc-product-meta,.single-product>div.product .wooc-product-meta {
    order: 1;
    transform: translatey(5px);
    display: inline-flex
}

.single-product #pxl-content-area div.product .wooc-product-meta button,.single-product>div.product .wooc-product-meta button {
    font-size: 15px;
    color: #6d6d6d;
    padding-left: 22px;
    background-color: initial;
    text-transform: capitalize
}

.single-product #pxl-content-area div.product .wooc-product-meta button:before,.single-product>div.product .wooc-product-meta button:before {
    position: absolute;
    font-family: "font awesome 5 free"!important;
    content: "\f004"!important;
    top: 50%;
    left: 1px;
    color: var(--primary-color);
    transform: translatey(-50%)
}

.single-product #pxl-content-area div.product .wooc-product-meta button.woosw-added:before,.single-product>div.product .wooc-product-meta button.woosw-added:before {
    font-weight: 700
}

.single-product #pxl-content-area div.product .woocommerce-tabs,.single-product>div.product .woocommerce-tabs {
    margin-top: 48px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Reviews-title,.single-product>div.product .woocommerce-tabs .woocommerce-Reviews-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400
}

.single-product #pxl-content-area div.product .woocommerce-tabs .commentlist,.single-product>div.product .woocommerce-tabs .commentlist {
    padding-left: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .commentlist li img,.single-product>div.product .woocommerce-tabs .commentlist li img {
    border: none!important;
    padding: 0!important;
    width: 70px!important;
    border-radius: 1e3px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .commentlist li .comment-text,.single-product>div.product .woocommerce-tabs .commentlist li .comment-text {
    margin-left: 80px!important
}

@media(max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .commentlist li .comment-text .star-rating,.single-product>div.product .woocommerce-tabs .commentlist li .comment-text .star-rating {
        width:100%
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,.single-product>div.product .woocommerce-tabs ul.wc-tabs {
    overflow: visible;
    padding: 0;
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #d3d5d6
}

@media screen and (max-width: 575px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,.single-product>div.product .woocommerce-tabs ul.wc-tabs {
        border-bottom:none
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before,.single-product>div.product .woocommerce-tabs ul.wc-tabs:before,.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after,.single-product>div.product .woocommerce-tabs ul.wc-tabs:after {
    display: none!important
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,.single-product>div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0;
    padding: 0;
    border: none;
    background-color: initial;
    position: relative;
    z-index: 99
}

@media screen and (max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,.single-product>div.product .woocommerce-tabs ul.wc-tabs li {
        margin:10px 0 0;
        width: 100%
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before,.single-product>div.product .woocommerce-tabs ul.wc-tabs li:before,.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after,.single-product>div.product .woocommerce-tabs ul.wc-tabs li:after {
    display: none!important
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a {
    border-bottom: 2px solid transparent;
    font-size: 20px;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: -1px;
    margin-right: 85px;
    line-height: 55px;
    color: #0a1119;
    font-weight: 400;
    z-index: 1;
    text-transform: capitalize;
    position: relative
}

@media(max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a {
        margin-right:0
    }
}

@media screen and (max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a {
        display:block;
        text-align: center
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li.active a {
    border-color: var(--primary-color)
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active>a:before,.single-product>div.product .woocommerce-tabs ul.wc-tabs li.active>a:before,.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover:before,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a:hover:before {
    width: 100%
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    z-index: 1
}

@media(max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-top:10px!important
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel table,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel table {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
    font-weight: 600!important
}

@media screen and (max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-tabs-panel--description,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-tabs-panel--description {
        font-size:16px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
    padding-top: 44px;
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel p,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel p {
    color: #4b535d;
    font-size: 15px;
    line-height: 25px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
    border: 1px solid #dee2e6
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-bottom: 1px solid #dee2e6;
    ;
    color: #152136;
    font-weight: 400;
    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: 0!important
}

.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list,.single-product>div.product .woocommerce-tabs .tab-product-feature-list {
    font-size: 18px;
    line-height: 34px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4,.single-product>div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
    font-weight: 600
}

.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap,.single-product>div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
    margin: 0;
    width: 100%
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information {
    font-size: 15px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information td p,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information td p {
    padding: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information .woocommerce-product-attributes,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information .woocommerce-product-attributes {
    margin-bottom: 0;
    background-color: rgba(0,0,0,2%);
    border: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information .woocommerce-product-attributes th,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information .woocommerce-product-attributes th,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information .woocommerce-product-attributes td,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information .woocommerce-product-attributes td {
    border: none;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information tr:nth-child(2n) td,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information tr:nth-child(2n) td,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information tr:nth-child(2n) th,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--additional_information tr:nth-child(2n) th {
    background-color: initial
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews.panel,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews.panel {
    padding-top: 40px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-comment label,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-comment label {
    margin-bottom: 8px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #comments,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #comments {
    width: 64%;
    padding: 0 15px
}

@media screen and (max-width: 991px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #comments,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #comments {
        width:55%
    }
}

@media screen and (max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #comments,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #comments {
        width:100%
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #review_form_wrapper,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #review_form_wrapper {
    width: 36%;
    padding: 0 15px
}

@media screen and (max-width: 991px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #review_form_wrapper,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #review_form_wrapper {
        width:45%
    }
}

@media screen and (max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #review_form_wrapper,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews #review_form_wrapper {
        width:100%;
        margin-top: 40px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews-title,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews-title {
    font-size: 26px;
    margin-top: -2px;
    margin-bottom: 29px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-reply-title,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-reply-title {
    display: block;
    font-size: 26px;
    color: #0a1119;
    font-weight: 700;
    line-height: 1.2
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .nice-select,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .nice-select {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form {
    padding: 26px 24px 18px;
    background-color: initial;
    border: 1px solid rgba(58,58,58,.15);
    border-radius: 10px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form input,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form input,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form textarea,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form textarea {
    border-color: #d3d5d6
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form input:focus,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form input:focus,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form textarea:focus,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form textarea:focus {
    border-color: var(--primary-color)
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-notes,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-notes {
    font-size: 16px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form>p,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form>p {
    margin-bottom: 12px;
    width: 100%
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form>p.comment-notes,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form>p.comment-notes {
    margin-bottom: 22px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form>p.comment-form-rating,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form>p.comment-form-rating {
    margin-top: 4px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent {
    color: rgba(45,45,45,.8);
    line-height: 1.625
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form #comment,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form #comment {
    height: 140px;
    min-height: 140px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .comment-form-author label,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .comment-form-author label,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .comment-form-email label,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .comment-form-email label,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .comment-form-comment label,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .comment-form-comment label {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .form-submit .submit,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .comment-form .form-submit .submit {
    font-size: 16px;
    line-height: 54px;
    padding: 0 32px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0 15px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating label,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating label {
    font-size: 16px;
    color: #2d2d2d;
    display: block;
    margin: 0 10px 0 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars {
    display: inline-flex;
    font-size: 16px;
    margin: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars span,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars span {
    display: inline-flex
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars a,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars a {
    margin: 0 2px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating a,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating a {
    color: rgba(45,45,45,.8)
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a,.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a {
    color: #f2c94c
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist {
    padding: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review {
    position: relative;
    margin-bottom: 15px;
    padding: 20px 20px 38px;
    background-color: #f5f6f6;
    border-radius: 10px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating {
    font-size: 16px;
    margin-right: -10px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: absolute;
    right: 0;
    top: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
    display: none
}

@media screen and (max-width: 991px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
        position:static;
        margin-bottom: 8px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment_container,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
    position: relative
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review img.avatar,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    padding: 0;
    width: 78px;
    -webkit-border-radius: 78px;
    -khtml-border-radius: 78px;
    -moz-border-radius: 78px;
    -ms-border-radius: 78px;
    -o-border-radius: 78px;
    border-radius: 78px;
    border: none
}

@media screen and (max-width: 575px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review img.avatar,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
        width:60px;
        border: none
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .description,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .description {
    max-width: 480px;
    font-size: 16px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    border: none;
    padding: 0 0 0 102px;
    margin: 0
}

@media screen and (max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
        float:none
    }
}

@media screen and (max-width: 575px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
        padding-left:80px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    margin: 0 0 12px;
    font-size: 16px
}

@media screen and (max-width: 575px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        display:block
    }
}

@media screen and (max-width: 767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        margin-top:10px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
    display: block;
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 22px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
    color: #000;
    display: block;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 18px;
    text-transform: uppercase
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review:last-child,.single-product>div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .quantity,.single-product>div.product .quantity {
    margin-right: 20px;
    float: none
}

.single-product #pxl-content-area div.product .label-info-product,.single-product>div.product .label-info-product {
    padding-top: 24px;
    font-size: 20px;
    font-weight: 400;
    border-top: 1px solid #d3d5d6
}

.single-product #pxl-content-area div.product .product_meta,.single-product>div.product .product_meta {
    padding: 5px 0 26px;
    border-bottom: 1px solid #dedede;
    color: var(--secondary-color);
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 16px
}

.single-product #pxl-content-area div.product .product_meta>span,.single-product>div.product .product_meta>span {
    display: block;
    margin-top: 12px;
    color: var(--secondary-color);
    text-transform: capitalize
}

.single-product #pxl-content-area div.product .product_meta>span span,.single-product>div.product .product_meta>span span,.single-product #pxl-content-area div.product .product_meta>span a,.single-product>div.product .product_meta>span a {
    color: #4b535d;
    font-size: 16px;
    text-transform: capitalize
}

.single-product #pxl-content-area div.product .product_meta>span span:first-child,.single-product>div.product .product_meta>span span:first-child,.single-product #pxl-content-area div.product .product_meta>span a:first-child,.single-product>div.product .product_meta>span a:first-child {
    margin-left: 5px
}

.single-product #pxl-content-area div.product .product_meta>span a:hover,.single-product>div.product .product_meta>span a:hover {
    color: var(--primary-color)
}

.single-product .up-sells.upsells {
    margin-top: 52px
}

.single-product .up-sells.upsells>h2 {
    font-size: 32px;
    margin-bottom: 23px
}

.single-product .product-type-external .woocommerce-sg-product-button,.single-product .product-type-grouped .woocommerce-sg-product-button {
    padding-left: 0!important;
    padding-right: 0!important
}

.single-product .product-type-grouped form.cart .button {
    white-space: nowrap
}

@media screen and (max-width: 1200px) {
    .single-product .product-type-grouped .quantity .qty {
        width:80px!important
    }
}

@media screen and (min-width: 768px) {
    .single-product.header-sticky #pxl-content-area div.product .entry-summary {
        top:120px
    }

    .single-product.header-sticky.admin-bar #pxl-content-area div.product .entry-summary {
        top: 150px
    }
}

.pswp {
    z-index: 999999
}

.pswp .pswp__caption {
    display: none
}

.pswp .pswp__bg {
    background-color: rgba(0,0,0,.76)
}

.pswp .pswp__top-bar {
    opacity: 1;
    background-color: initial
}

.pswp .pswp__ui .pswp__button {
    opacity: 1!important
}

.pswp .pswp__ui .pswp__button:before {
   
    background: 0 0;
    color: #fff;
    display: inline-flex;
    line-height: 30px;
    justify-content: center
}

.pswp .pswp__ui .pswp__button--arrow--left:before {
    content: "\f136"
}

.pswp .pswp__ui .pswp__button--arrow--right:before {
    content: "\f14d"
}

body.woocommerce-cart .quantity {
    width: 100px!important
}

body.woocommerce-cart .quantity .quantity-down {
    left: 0!important
}

body.woocommerce-cart .quantity .quantity-down:hover {
    background-color: var(--primary-color)!important;
    color: #fff!important
}

body.woocommerce-cart .quantity .quantity-down:hover:before,body.woocommerce-cart .quantity .quantity-down:hover:after {
    background-color: #fff!important
}

body.woocommerce-cart .quantity input {
    color: var(--secondary-color)!important;
    padding: 0!important;
    width: 100px!important
}

body.woocommerce-cart .quantity .quantity-up {
    right: 0!important
}

body.woocommerce-cart .quantity .quantity-up:hover {
    background-color: var(--primary-color)!important;
    color: #fff!important
}

body.woocommerce-cart .quantity .quantity-up:hover:before,body.woocommerce-cart .quantity .quantity-up:hover:after {
    background-color: #fff!important
}

body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px
}

body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-message,body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info,body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
    width: 100%
}

body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-message a.button,body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info a.button,body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error a.button {
    line-height: 46px;
    font-size: 16px
}

body.woocommerce-cart .pxl-entry-content .woocommerce .cart-empty.woocommerce-info {
    width: 100%;
    text-align: left
}

body.woocommerce-cart .pxl-entry-content .woocommerce .return-to-shop {
    width: 100%;
    text-align: center
}

body.woocommerce-cart .cart-empty.woocommerce-info {
    padding: 112px 0 0;
    background-color: initial;
    border: none;
    text-align: center!important;
    position: relative
}

body.woocommerce-cart .cart-empty.woocommerce-info:after {
    content: "\f145";
   
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    font-size: 100px;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    color: rgba(0,0,0,.14);
    position: absolute
}

body.woocommerce-cart .woocommerce-cart-form .shop_table {
    border: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
    font-size: 20px;
    font-weight: 500;
    color: #0a1119;
    padding: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(10,17,25,.15)
}

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(10,17,25,.15)
}

@media screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
        background-color:initial!important
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions {
    padding-top: 50px;
    padding-bottom: 0
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
    border: 1px solid #2d2d2d;
    font-size: 18px;
    height: 54px;
    border-radius: 0;
    padding: 0 20px;
    min-width: 209px;
    color: #2d2d2d;
    margin-right: 12px
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
    border-color: var(--primary-color)
}

@media screen and (max-width: 575px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
        margin-right:0;
        width: 100%;
        margin-bottom: 10px
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
    margin-right: 12px;
    opacity: 1;
    padding: 0 22px;
    text-transform: capitalize
}

@media screen and (max-width: 1260px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
        min-width:inherit
    }
}

@media screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
        margin-right:0
    }
}

@media screen and (max-width: 575px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
        width:100%!important;
        float: none!important
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .qty {
    background-color: initial!important
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-name a {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-name a:hover {
    color: var(--primary-color)
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-name dl.variation {
    display: none
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-price,body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-subtotal {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 400
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-thumbnail {
    text-align: center!important;
    min-width: 120px
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-thumbnail a {
    display: block
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-thumbnail a img {
    width: 100%;
    max-width: 80px
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    margin-top: -56px;
    background-color: rgba(10,17,25,4%);
    padding: 38px 40px 40px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    color: #2d2d2d;
    width: 100%;
    max-width: 490px
}

@media screen and (max-width: 1200px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        max-width:420px;
        margin-top: 50px;
        float: none
    }
}

@media screen and (max-width: 767px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        max-width:100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals>h2 {
    font-size: 26px;
    margin-bottom: 29px;
    font-weight: 500;
    text-transform: capitalize
}

body.woocommerce-cart .cart-collaterals .cart_totals td {
    text-align: right
}

body.woocommerce-cart .cart-collaterals .cart_totals th,body.woocommerce-cart .cart-collaterals .cart_totals td {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 0 16px;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    body.woocommerce-cart .cart-collaterals .cart_totals th,body.woocommerce-cart .cart-collaterals .cart_totals td {
        background-color:initial!important
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    padding-top: 16px;
    border-bottom: none;
    font-weight: 500
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    border: none
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: var(--primary-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
    content: "\f150";
    margin-left: 9px;
   
    position: relative;
    top: 1px;
    font-size: 10px
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: var(--primary-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 10px
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media screen and (max-width: 767px) {
    body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
        padding-left:28px;
        padding-right: 28px
    }
}

.woocommerce-checkout .woocommerce-input-wrapper input,.woocommerce-checkout .woocommerce-input-wrapper textarea,.woocommerce-checkout .woocommerce-input-wrapper .select2-selection {
    border-radius: 0!important
}

.woocommerce-checkout a.showcoupon,.woocommerce-checkout a.woocommerce-privacy-policy-link,.woocommerce-checkout .woocommerce-terms-and-conditions-link {
    color: inherit;
    text-decoration: underline
}

.woocommerce-checkout a.showcoupon:hover,.woocommerce-checkout a.woocommerce-privacy-policy-link:hover,.woocommerce-checkout .woocommerce-terms-and-conditions-link:hover {
    color: #222
}

.woocommerce-checkout .woocommerce-noticegroup-checkout {
    width: 100%;
    font-size: 16px;
    padding: 0 15px
}

.woocommerce-checkout .woocommerce-noticegroup-checkout strong {
    font-weight: 500;
    color: #2d2d2d
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout .woocommerce-message,.woocommerce-checkout .woocommerce-info {
        padding-bottom:24px
    }
}

.woocommerce-checkout form.checkout_coupon {
    border: 1px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 24px 30px 30px;
    border: 1px solid rgba(0,0,0,6%)
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout form.checkout_coupon {
        padding-left:20px;
        padding-right: 20px
    }
}

.woocommerce-checkout form.checkout_coupon button {
    text-transform: capitalize!important;
    border-radius: 0!important
}

.woocommerce-checkout form.checkout_coupon button:before {
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    border-radius: 0!important
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 50%;
    padding-right: 20px
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout form.checkout_coupon .form-row-first {
        width:100%;
        padding-right: 0;
        margin-bottom: 10px!important
    }
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 50%
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        width:100%;
        text-align: center
    }
}

@media screen and (max-width: 575px) {
    .woocommerce-checkout form.checkout_coupon .form-row-last button.button {
        width:100%
    }
}

.woocommerce-checkout form.checkout_coupon #coupon_code {
    border: 1px solid #e7e7e7!important;
    height: 56px;
    border-radius: 0
}

.woocommerce-checkout form.checkout_coupon #coupon_code:focus {
    border-color: var(--primary-color)
}

.woocommerce-checkout form.checkout_coupon>.form-row {
    margin-bottom: 0;
    padding-bottom: 0
}

.woocommerce-checkout #add_payment_method #payment,.woocommerce-checkout #payment {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce-checkout #customer_details {
    width: 60%;
    padding: 0 35px 0 15px
}

@media screen and (max-width: 1200px) {
    .woocommerce-checkout #customer_details {
        padding-right:15px
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout #customer_details {
        width:100%
    }
}

.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    flex: inherit;
    max-width: 100%;
    padding: 0
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout #customer_details {
        margin:0
    }
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 500;
    text-transform: capitalize
}

@media screen and (max-width: 1200px) {
    .woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
        font-size:32px
    }
}

@media screen and (max-width: 575px) {
    .woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
        font-size:28px
    }
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    margin-bottom: 44px
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
    font-size: 40px;
    margin-bottom: 32px;
    font-weight: 500;
    text-transform: capitalize
}

@media screen and (max-width: 1200px) {
    .woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
        font-size:32px
    }
}

@media screen and (max-width: 575px) {
    .woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
        font-size:28px
    }
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields textarea {
    height: 150px!important
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
    color: var(--primary-color)
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    opacity: 0
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
    content: "\f01a";
    font-family: fontawesome;
    margin-left: 14px;
    font-weight: 400
}

.woocommerce-checkout #customer_details #billing_country_field label,.woocommerce-checkout #customer_details #shipping_country_field label,.woocommerce-checkout #customer_details #billing_address_1_field label,.woocommerce-checkout #customer_details #shipping_address_1_field label,.woocommerce-checkout #customer_details #order_comments_field label {
    display: none!important
}

.woocommerce-checkout #customer_details #billing_country_field textarea,.woocommerce-checkout #customer_details #shipping_country_field textarea,.woocommerce-checkout #customer_details #billing_address_1_field textarea,.woocommerce-checkout #customer_details #shipping_address_1_field textarea,.woocommerce-checkout #customer_details #order_comments_field textarea {
    padding: 18px 30px
}

.woocommerce-checkout form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.woocommerce-checkout form.woocommerce-checkout input,.woocommerce-checkout form.woocommerce-checkout textarea,.woocommerce-checkout form.woocommerce-checkout .select2-selection__rendered {
    font-size: 16px;
    color: rgba(0,0,0,.5);
    border: 1px solid #e7e7e7
}

.woocommerce-checkout form.woocommerce-checkout input:focus,.woocommerce-checkout form.woocommerce-checkout textarea:focus,.woocommerce-checkout form.woocommerce-checkout .select2-selection__rendered:focus,.woocommerce-checkout form.woocommerce-checkout input:active,.woocommerce-checkout form.woocommerce-checkout textarea:active,.woocommerce-checkout form.woocommerce-checkout .select2-selection__rendered:active {
    border-color: var(--primary-color)
}

.woocommerce-checkout form.woocommerce-checkout label {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 8px
}

.woocommerce-checkout form.woocommerce-checkout .form-row-first {
    padding-right: 10px
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout form.woocommerce-checkout .form-row-first {
        padding-right:0
    }
}

.woocommerce-checkout form.woocommerce-checkout .form-row-last {
    padding-left: 10px
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout form.woocommerce-checkout .form-row-last {
        width:100%;
        padding-left: 0
    }
}

.woocommerce-checkout form.woocommerce-checkout .form-row-last,.woocommerce-checkout form.woocommerce-checkout .form-row-first {
    width: 50%
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout form.woocommerce-checkout .form-row-last,.woocommerce-checkout form.woocommerce-checkout .form-row-first {
        width:100%
    }
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize
}

@media screen and (max-width: 1200px) {
    .woocommerce-checkout form.woocommerce-checkout #order_review_heading {
        font-size:32px
    }
}

@media screen and (max-width: 575px) {
    .woocommerce-checkout form.woocommerce-checkout #order_review_heading {
        font-size:28px
    }
}

.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
    width: 40%;
    padding: 0 15px;
    margin-bottom: 54px
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
        width:100%
    }
}

.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .pxl-order-review-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 30px
}

.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .blockui {
    background-color: initial
}

.woocommerce-checkout form.woocommerce-checkout #order_review {
    background-color: rgba(0,0,0,5%);
    padding: 34px 40px 40px;
    border-radius: 10px
}

@media screen and (max-width: 1200px) {
    .woocommerce-checkout form.woocommerce-checkout #order_review {
        padding-left:20px;
        padding-right: 20px
    }
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
    font-weight: 600;
    vertical-align: middle!important
}

.woocommerce-checkout form.woocommerce-checkout #order_review th+td {
    border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
    border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    border: none;
    margin: 0;
    font-size: 16px;
    color: #2d2d2d;
    background-color: initial
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead {
    font-size: 18px;
    font-weight: 500;
    color: #0a1119
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th,.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
    border: none;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td {
    text-align: right
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td,.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total th {
    border-bottom: none
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
    text-align: right
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    text-transform: capitalize
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name {
    text-transform: capitalize;
    padding-right: 20px
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name strong {
    font-weight: 400
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
    margin-top: 5px;
    padding: 0;
    background-color: initial;
    border: none
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment label {
    font-size: 16px;
    color: #2d2d2d
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box {
    font-size: 14px;
    line-height: 24px;
    color: rgba(45,45,45,.7);
    background-color: #fff;
    margin-bottom: 23px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box:before {
    border-bottom-color: #fff
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method {
    padding-top: 4px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label {
    cursor: pointer;
    position: relative
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid rgba(10,17,25,.3);
    border-radius: 16px;
    position: absolute;
    top: 2px;
    left: -35px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    left: -30px;
    top: 7px;
    background-color: var(--primary-color);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input {
    opacity: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type=radio]:checked+label:before {
    border-color: var(--primary-color)
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type=radio]:checked+label:after {
    opacity: 1
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .form-row.place-order {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .form-row.place-order button {
    border-radius: 0;
    text-transform: capitalize
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .form-row.place-order button:before {
    top: 0;
    left: 0;
    border-radius: 0;
    right: 0;
    bottom: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order.button {
    float: none
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper {
    margin-top: 22px;
    font-size: 16px;
    margin-bottom: 30px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .wp-block-heading {
    font-size: 24px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation {
    margin-bottom: 30px;
    width: 30%;
    float: left;
    padding: 0 15px
}

@media screen and (max-width: 767px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation {
        width:100%;
        margin-bottom: 60px
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation ul {
    margin: 0;
    list-style: none
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation ul li {
    border-bottom: 1px solid #eaeaea
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation ul li a {
    padding: 10px 0;
    color: #222;
    position: relative;
    display: block
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation ul li a:hover {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation ul li a:before {
    content: "\f14d";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: block;
   
    color: var(--primary-color);
    margin-left: -16px;
    font-size: 10px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation ul li.is-active>a,.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation ul li a:hover {
    color: inherit;
    padding-left: 20px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation ul li.is-active>a:before,.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-navigation ul li a:hover:before {
    margin-left: 0;
    opacity: 1
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-content {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 70%;
    float: left
}

@media screen and (max-width: 767px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-content {
        width:100%;
        margin-bottom: 0
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-content .col-1,.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-content .col-2 {
    flex: inherit;
    max-width: inherit
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-content .form-row label {
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-myaccount-content .form-row .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
    border: none;
    background-color: #fff;
    padding: 27px 30px 30px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(22,35,43,.1);
    max-width: 670px;
    margin: 0 auto 50px;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 5px 30px rgba(22,35,43,5%);
    -khtml-box-shadow: 0 5px 30px rgba(22,35,43,5%);
    -moz-box-shadow: 0 5px 30px rgba(22,35,43,5%);
    -ms-box-shadow: 0 5px 30px rgba(22,35,43,5%);
    -o-box-shadow: 0 5px 30px rgba(22,35,43,5%);
    box-shadow: 0 5px 30px rgba(22,35,43,5%)
}

@media screen and (max-width: 1200px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
        padding:28px 20px
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label {
    font-size: 20px;
    line-height: 1.55555;
    color: #0a1320;
    margin-bottom: 13px;
    font-weight: 500
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .required {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input {
    display: block;
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 16px;
    transform: translate(0,-50%)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input:after {
    margin: 0;
    color: rgba(0,0,0,.5)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input:hover:after {
    color: #000
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-button.button {
    margin-right: 16px;
    height: auto
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-lostpassword {
    margin-bottom: 0
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-lostpassword a {
    font-size: 18px;
    color: inherit
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-lostpassword a:hover {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text {
    padding-bottom: 17px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text a {
    color: #0a1119
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text a:hover {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
    padding: 0;
    position: relative;
    margin: 4px 0 28px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
    font-size: 18px;
    color: #0a1320;
    display: inline-flex;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    font-weight: 500
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:before {
    content: '';
    width: 28px;
    height: 28px;
    border: 1px solid rgba(22,29,57,.1);
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    border-radius: 28px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:after {
    content: "\f112";
   
    color: #000;
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 14px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme {
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 24px;
    height: 24px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme:checked+span:after {
    opacity: 1
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-button.button {
    padding-left: 44px;
    padding-right: 44px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-register {
    font-size: 16px;
    line-height: 1.625;
    color: rgba(45,45,45,.8)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-notices-wrapper+h2 {
    text-align: center;
    font-size: 24px
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login {
    margin: 0 -25px;
    width: inherit;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 1200px) {
    .woocommerce-account #pxl-main #pxl-content-area #customer_login {
        margin-left:-15px;
        margin-right: -15px
    }
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login>div {
    padding-left: 25px;
    padding-right: 25px
}

@media screen and (max-width: 1200px) {
    .woocommerce-account #pxl-main #pxl-content-area #customer_login>div {
        padding-left:15px;
        padding-right: 15px
    }
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
    font-size: 42px;
    margin-bottom: 23px
}

@media screen and (max-width: 991px) {
    .woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
        font-size:32px
    }
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1,.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
    width: 50%;
    flex: inherit;
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .woocommerce-account #pxl-main #pxl-content-area #customer_login {
        margin:0
    }

    .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1,.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
        width: 100%;
        padding: 0
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-password-strength.bad {
    background-color: initial;
    padding: 8px 0
}

.wishlist-title {
    width: 100%;
    text-align: center;
    margin: 0 0 45px
}

.wishlist-title .button .fa {
    font-family: fontawesome
}

.hidden-title-form input+input {
    margin-top: 15px
}

.hidden-title-form .btn {
    line-height: 51px!important
}

.shop_table.cart.wishlist_table {
    margin-bottom: 0!important
}

#stripe-payment-data .form-row>label+div {
    width: 100%
}

.woocommerce-lost-password .woocommerce-error {
    max-width: 440px;
    margin: auto
}

.woocommerce-lost-password .woocommerce-resetpassword {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0,0,0,5%);
    max-width: 440px;
    margin: 10px auto 0;
    border-radius: 10px;
    border: 1px solid rgba(22,35,43,8%)
}

.woocommerce-lost-password .woocommerce-resetpassword p {
    width: 100%!important;
    float: none!important;
    font-size: 16px
}

.woocommerce-lost-password .woocommerce-resetpassword #user_login {
    border-color: transparent;
    background-color: rgba(0,0,0,5%);
    color: rgba(45,45,45,.5)
}

.woocommerce-lost-password .woocommerce-resetpassword #user_login:focus {
    border-color: var(--primary-color);
    color: #2d2d2d
}

.woocommerce-lost-password .woocommerce-resetpassword label {
    font-size: 20px;
    font-weight: 500;
    color: #0a1320;
    margin-bottom: 8px
}

.woocommerce-lost-password .woocommerce-resetpassword .woocommerce-button {
    padding-left: 38px;
    padding-right: 38px
}

.woocommerce-lost-password .woocommerce-form-row label {
    margin-bottom: 4px;
    font-weight: 500;
    color: #222
}

.woocommerce-lost-password .pxl-entry-content>.woocommerce {
    max-width: 960px;
    margin: auto
}

body .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
    display: none!important
}

.woosw-popup {
}

.woosw-popup .woosw-item--image img {
    background-color: #f7f7f7
}

.woosw-popup .woosw-item--time {
    display: none
}

.woosw-popup .woosw-item--actions a.button {
    line-height: 40px;
    height: 40px;
    padding: 0 22px;
    font-weight: 400;
    font-size: 15px;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: capitalize
}

.woosw-popup .woosw-item--actions a.loading:after {
    display: none!important
}

.woosw-popup .woosw-popup-content-bot {
    background-color: var(--secondary-color)!important
}

.woosw-popup .woosw-popup-content-bot .woosw-notice {
    background-color: var(--primary-color)!important
}

.woosw-popup .woosw-popup-content-bot a {
    color: #fff;
    border-color: #fff;
    text-transform: capitalize
}

.woosw-popup .woosw-popup-content-bot a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.woosw-popup .woosw-item--add .button.added {
    display: none
}

.woosw-popup .woosw-item--add .added_to_cart.wc-forward {
    line-height: 40px;
    padding: 0 22px;
    font-size: 15px
}

body .woosw-popup-content-mid .woosw-item--add a {
    font-size: 14px!important;
    text-transform: capitalize!important;
    background-color: var(--primary-color)!important;
    color: #fff!important;
    line-height: 40px!important;
    padding: 0 15px!important
}

body .woosw-popup-content-mid .woosw-item--add a:before {
    display: none!important
}

body .woosw-popup-content-mid .woosw-item--add a.added {
    display: none!important
}

body .woosw-popup-content-mid .woosw-item--add a:after {
    display: none!important
}

body .woosw-popup-content-mid .woosw-item--add a:hover {
    background-color: var(--secondary-color)!important;
    color: #fff!important
}

body .woosw-popup-content-mid .added_to_cart {
    margin-left: 10px;
    background-color: var(--primary-color);
    line-height: 40px!important;
    height: 40px!important;
    font-size: 14px!important;
    text-transform: capitalize!important;
    color: #fff!important;
    line-height: 40px!important;
    padding: 0 15px!important;
    font-weight: 400!important
}

.woosw-popup-content-bot-inner a:hover {
    border-color: #fff!important;
    color: #fff!important
}

.woosw-list {
    max-width: 860px;
    margin: auto
}

.woosw-list .woosw-actions {
    display: none
}

.woosw-list .button a {
    font-size: 15px!important
}

.woosw-list .woosw-popup-content-mid-massage {
    padding: 112px 0 0;
    background-color: initial;
    border: none;
    text-align: center!important
}

.woosw-list .woosw-popup-content-mid-massage:before {
    content: "\f145";
   
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    font-size: 100px;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    color: rgba(0,0,0,.14);
    position: absolute
}

.woosw-list table.woosw-items {
    border-left: none
}

.woosw-list table.woosw-items td {
    border-right: none;
    background-color: initial!important
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
    font-weight: 600;
    color: #000
}

.woosw-list table.woosw-items .woosw-item .woosw-item--price {
    font-size: 15px;
    color: var(--primary-color)
}

.woosw-list table.woosw-items .woosw-item .woosw-item--price ins {
    background-color: initial;
    color: inherit
}

.woosw-list table.woosw-items .woosw-item .woosw-item--price del {
    color: #888
}

.woosw-list table.woosw-items .woosw-item .woosw-item--time {
    font-size: 15px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions {
    text-align: right
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions .add_to_cart_inline {
    display: flex;
    align-items: center;
    justify-content: end
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions a.button,.woosw-list table.woosw-items .woosw-item .woosw-item--actions .added_to_cart.wc-forward {
    min-width: 150px;
    background-color: var(--primary-color);
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding: 0 22px;
    font-size: 15px!important;
    text-transform: capitalize!important
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions a.button.added,.woosw-list table.woosw-items .woosw-item .woosw-item--actions .added_to_cart.wc-forward.added {
    margin: 0 10px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions a.button.added:after,.woosw-list table.woosw-items .woosw-item .woosw-item--actions .added_to_cart.wc-forward.added:after {
    display: none
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions a.button:after,.woosw-list table.woosw-items .woosw-item .woosw-item--actions .added_to_cart.wc-forward:after {
    display: none!important
}

.woosq-popup {
}

.woosq-popup .woocommerce-product-details__short-description {
    margin-bottom: 22px
}

.woosq-popup div.product .entry-summary .entry-title {
    font-size: 32px
}

.woosq-popup div.product .entry-summary .product_type_external {
    width: 100%;
    line-height: 50px;
    text-align: center
}

.woosq-popup div.product .entry-summary .add_to_cart_button {
    width: 100%;
    text-align: center
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
    line-height: 50px;
    text-align: center
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
    opacity: 1
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
    display: none
}

#woosc-area .woosc-inner span.amount {
    font-weight: 500;
    color: var(--primary-color)
}

#woosc-area .woosc-inner td.td-label {
    font-weight: 500
}

#woosc-area .woosc-inner .button.wp-element-button {
    line-height: 50px;
    padding: 0 32px;
    font-size: 16px
}

.woocommerce-product-content {
    text-align: center
}

.pxl-shop-topbar-wrap {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 38px
}

@media(max-width: 575px) {
    .pxl-shop-topbar-wrap {
        display:grid
    }
}

.pxl-shop-topbar-wrap .woocommerce-ordering {
    margin: 0
}

.pxl-shop-topbar-wrap .woocommerce-result-count {
    font-size: 16px;
    color: #0a1119;
    margin: 0
}

.pxl-shop-topbar-wrap .nice-select {
    background-color: #e7e7e7!important;
    padding: 0 80px 0 33px!important
}

@media(max-width: 767px) {
    .pxl-shop-topbar-wrap .nice-select {
        padding:0 80px 0 18px!important
    }
}

.pxl-shop-topbar-wrap .nice-select span {
    font-size: 16px;
    color: #0a1119
}

.pxl-shop-topbar-wrap .nice-select:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--secondary-color);
    color: #fff;
    top: 50%;
    transform: translatey(-50%);
    right: 7px;
    z-index: 1;
    border-radius: 1e3px
}

.pxl-shop-topbar-wrap .nice-select:before {
    border-radius: 1e3px;
    font-size: 10px!important;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--secondary-color);
    color: #fff;
    right: 7px
}

@media(max-width: 575px) {
    .pxl-shop-topbar-wrap .text-heading {
        margin-bottom:20px
    }
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .woocommerce-topbar-ordering {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px
}

@media(max-width: 360px) {
    .pxl-shop-topbar-wrap .pxl-view-layout-wrap .woocommerce-topbar-ordering {
        display:grid
    }
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 10px
}

@media(max-width: 360px) {
    .pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout {
        margin-top:20px
    }
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li {
    list-style: none
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li a {
    display: block;
    width: 50px;
    border-radius: 100px;
    height: 50px;
    background-color: var(--secondary-color);
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.view-grid a span {
    position: absolute;
    height: 2px;
    width: 17px;
    left: 50%;
    transform: translatex(-50%);
    background-color: #fff
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.view-grid a span:nth-child(1) {
    top: 18px
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.view-grid a span:nth-child(2) {
    top: 24px
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.view-grid a span:nth-child(3) {
    top: 30px
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.view-list a span {
    position: absolute;
    height: 6px;
    border-radius: 100px;
    width: 6px;
    background-color: #fff
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.view-list a span:nth-child(1) {
    top: 15px;
    left: 16px
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.view-list a span:nth-child(2) {
    top: 15px;
    left: 29px
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.view-list a span:nth-child(3) {
    top: 29px;
    left: 16px
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.view-list a span:nth-child(4) {
    top: 29px;
    left: 29px
}

.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li:hover a,.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li.active a {
    background-color: var(--primary-color)
}

.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product {
    width: 50%
}

.archive .woocommerce-product-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px
}

.archive .woocommerce-product-meta button,.archive .woocommerce-product-meta a {
    width: 50px!important;
    height: 50px!important;
    border-radius: 100px!important;
    background-color: var(--secondary-color);
    font-size: 0
}

.archive .woocommerce-product-meta button i,.archive .woocommerce-product-meta a i,.archive .woocommerce-product-meta button:before,.archive .woocommerce-product-meta a:before {
    font-size: 18px!important
}

.archive .woocommerce-product-meta button:hover,.archive .woocommerce-product-meta a:hover {
    background-color: var(--primary-color)
}

.archive .woocommerce-product--rating .star-rating {
    margin: 0 auto!important
}

.archive .woocommerce-add-to-cart a:hover {
    background-color: var(--primary-color);
    color: #fff
}

.archive .woocommerce-product-content .price {
    margin-top: 27px;
    margin-bottom: 11px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500
}

.archive .woocommerce-product-content .price ins {
    order: -1;
    padding-right: 30px
}

.archive .woocommerce-product-content .woocommerce-product--title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.archive .woocommerce-product-content .woocommerce-product--rating .star-rating span::before {
    color: var(--primary-color)
}

.woocommerce-pagination {
    margin-top: 36px
}

.woocommerce-pagination ul {
    display: flex!important;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border: none!important
}

.woocommerce-pagination ul li {
    border: none!important
}

.woocommerce-pagination ul .page-numbers {
    font-size: 15px!important;
    border: 1px solid #d3d5d6;
    display: inline-block;
    padding: 0!important;
    text-align: center;
    width: 52px!important;
    height: 52px!important;
    line-height: 52px!important;
    color: var(--secondary-color)!important;
    border-radius: 1e3px
}

.woocommerce-pagination ul .page-numbers.current,.woocommerce-pagination ul .page-numbers:hover,.woocommerce-pagination ul .page-numbers:focus,.woocommerce-pagination ul .page-numbers:active {
    background-color: var(--primary-color)!important;
    border-color: var(--primary-color)!important;
    color: #fff!important
}

.woocommerce-pagination ul .page-numbers.next {
    font-size: 0!important;
    position: relative
}

.woocommerce-pagination ul .page-numbers.next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px!important;
    transform: translate(-50%,-50%);
    content: "\f14d";
   
    transition: 0s
}

.woocommerce-pagination ul .page-numbers.next svg {
    width: 0
}

.woocommerce-pagination ul .page-numbers.prev {
    font-size: 0!important;
    position: relative
}

.woocommerce-pagination ul .page-numbers.prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    transform: translate(-50%,-50%);
    content: "\f136";
   
    transition: 0s
}

.woocommerce-pagination ul .page-numbers.prev svg {
    width: 0
}

.woocommerce.archive .products.shop-view-list li {
    width: 100%!important
}

.woocommerce.archive .products.shop-view-list li>a .onsale {
    top: 36px!important
}

@media(min-width: 768px) {
    .woocommerce.archive .products.shop-view-list li>a .onsale {
        right:calc(50% + 34px)!important;
        top: 56px!important
    }
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product-inner {
    display: flex;
    align-items: center;
    column-gap: 30px
}

@media(max-width: 767px) {
    .woocommerce.archive .products.shop-view-list li .woocommerce-product-inner {
        display:block
    }
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product-inner .woocommerce-product-header {
    min-height: 390px!important
}

@media(min-width: 768px) {
    .woocommerce.archive .products.shop-view-list li .woocommerce-product-inner .woocommerce-product-header {
        width:calc(50% - 15px);
        min-width: calc(50% - 15px)
    }
}

@media(max-width: 767px) {
    .woocommerce.archive .products.shop-view-list li .woocommerce-product-inner .woocommerce-product-header {
        margin-bottom:20px;
        min-height: 0!important
    }
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product-inner .woocommerce-product-content {
    text-align: left;
    justify-content: start
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product-inner .woocommerce-product-content .star-rating {
    margin: 0!important
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product-inner .woocommerce-product-content .price {
    justify-content: start!important;
    font-size: 20px!important;
    margin-top: 0!important
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product--excerpt,.woocommerce.archive .products.shop-view-list li .woocommerce-add-to--cart,.woocommerce.archive .products.shop-view-list li .woocommerce-wishlist {
    display: block!important
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product--rating {
    display: flex;
    align-items: center
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product--title {
    margin-bottom: 9px
}

.woocommerce.archive .products.shop-view-list li .woocommerce-wishlist button {
    font-size: 16px;
    color: #6d6d6d;
    padding-left: 45px;
    background-color: initial;
    text-transform: capitalize;
    border-left: 1px solid #d7d7d7;
    margin-left: 17px
}

.woocommerce.archive .products.shop-view-list li .woocommerce-wishlist button:before {
    position: absolute;
    font-family: "font awesome 5 free"!important;
    content: "\f004"!important;
    top: 50%;
    left: 20px;
    color: var(--primary-color);
    transform: translatey(-50%)
}

.woocommerce.archive .products.shop-view-list li .woocommerce-wishlist button.woosw-added:before {
    font-weight: 700
}

.woocommerce.archive .products.shop-view-list li+li {
    margin-bottom: 0!important
}

.woocommerce.archive .products.shop-view-list li+li .woocommerce-product-inner {
    border-top: 1px solid #d7d7d7;
    padding-top: 35px!important;
    margin-bottom: 35px!important
}

.woocommerce.archive .products.shop-view-list li .add_to_cart_button,.woocommerce.archive .products.shop-view-list li .added_to_cart {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
    padding: 0 85px 0 35px;
    border-radius: 1e3px;
    background-color: var(--primary-color)
}

.woocommerce.archive .products.shop-view-list li .add_to_cart_button:before,.woocommerce.archive .products.shop-view-list li .added_to_cart:before {
    border-radius: 100px;
    position: absolute;
    content: "\f151";
   
    top: 5px;
    font-weight: 100;
    right: 5px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #353e47
}

.woocommerce.archive .products.shop-view-list li .add_to_cart_button.loading:after,.woocommerce.archive .products.shop-view-list li .added_to_cart.loading:after {
    content: '';
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woocommerce.archive .products.shop-view-list li .add_to_cart_button:hover,.woocommerce.archive .products.shop-view-list li .added_to_cart:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.woocommerce.archive .products.shop-view-list li .add_to_cart_button:hover:before,.woocommerce.archive .products.shop-view-list li .added_to_cart:hover:before {
    background-color: #fff;
    color: var(--secondary-color)
}

.woocommerce.archive .products.shop-view-list li .added_to_cart:before {
    content: '\f11e'!important
}

.woocommerce.archive .products.shop-view-list li .add_to_cart_button.added {
    display: none
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product-details__short-description {
    margin-top: 21px;
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 19px;
    font-family: public sans,sans-serif
}

.woocommerce.archive .products.shop-view-list li .woocommerce-product-details__short-description p+p {
    display: none
}

.woocommerce.archive .products.shop-view-list .woocommerce-product--buttons {
    display: none
}

.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
    box-shadow: none;
    margin: auto
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
    max-width: 550px
}

.heading-related {
    margin-top: 105px;
    text-align: center
}

@media(max-width: 575px) {
    .heading-related {
        margin-top:70px
    }
}

.heading-related .title-related {
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0
}

@media(max-width: 575px) {
    .heading-related .title-related {
        font-size:30px
    }
}

.related.products>h2 {
    display: none
}

.woocommerce .widget-content form {
    margin: 0
}

.woocommerce .widget-content form {
    margin: 0
}

.woocommerce .widget_shopping_cart .widget-content {
    padding: 0
}

.pxl--hide-arrow .pxl-swiper-arrow-wrap {
    opacity: 0!important;
    visibility: hidden!important;
    position: absolute
}

.pxl--hide-arrow .pxl-swiper-bottom {
    opacity: 0!important;
    visibility: hidden!important;
    position: absolute!important
}

.swiper-filter-active .non-swiper-slide {
    display: none
}

.pxl-swiper-slider .pxl-post--image img,.pxl-swiper-slider .pxl-post--featured img {
    width: 100%
}

.pxl-swiper-slider .pxl-post--title a,.pxl-swiper-slider .pxl-post--category a {
    color: inherit
}

.pxl-swiper-slider .pxl-post--title a:hover,.pxl-swiper-slider .pxl-post--category a:hover {
    color: inherit
}

.pxl-swiper-arrow-wrap.style-1 {
    margin: 0
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translatey(-50%);
    background-color: initial!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    opacity: .2
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow i {
    display: inline-flex
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -90px
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        left:0!important;
        opacity: 0
    }
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    transform: translatey(-50%)scaleX(-1);
    right: -90px;
    left: auto
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
        right:0!important;
        opacity: 0
    }
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
    transform: scalex(-1)
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow:hover {
    opacity: 1
}

.pxl-swiper-arrow-wrap.style-7 {
    margin: 0
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-7 {
        margin-top:50px!important;
        column-gap: 20px
    }
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow {
        position:relative!important;
        opacity: 1!important;
        transform: translateY(0)!important
    }
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        transform:translateY(0)scalex(-1)!important
    }
}

.pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translatey(-50%)scaleX(-1);
    background-color: initial!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    opacity: 1;
    width: 74px;
    height: 74px;
    border: 1px solid #d3d3d3;
    border-radius: 1e3px
}

@media(max-width: 767px) {
    .pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow {
        width:60px;
        height: 60px;
        font-size: 13px;
        margin-bottom: 1px
    }
}

.pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow svg {
    width: 18px;
    height: auto
}

.pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow svg path {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    fill: #1f2933
}

.pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -123px
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        left:0!important;
        opacity: 0
    }
}

.pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    transform: translatey(-50%);
    right: -123px;
    left: auto
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow.pxl-swiper-arrow-next {
        right:0!important;
        opacity: 0
    }
}

.pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
    transform: scalex(-1)
}

.pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow:hover {
    background-color: var(--primary-color)!important;
    border-color: var(--primary-color)!important
}

.pxl-swiper-arrow-wrap.style-7 .pxl-swiper-arrow:hover svg path {
    fill: #fff
}

.pxl-swiper-arrow-wrap.style-2 {
    margin: 0
}

.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translatey(-50%);
    background-color: initial!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    opacity: .2
}

.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow i {
    display: inline-flex
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow svg path {
        stroke:#fff
    }
}

.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -90px
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        left:0!important;
        opacity: 0
    }
}

.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    transform: translatey(-50%)scaleX(-1);
    right: -90px;
    left: auto
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
        right:0!important;
        opacity: 0
    }
}

.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
    transform: scalex(-1)
}

.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow:hover {
    opacity: 1
}

.pxl-swiper-arrow-wrap.style-6 {
    margin: 0
}

.pxl-swiper-arrow-wrap.style-6 .pxl-swiper-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translatey(-50%);
    width: 72px;
    height: 136px;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
    font-size: 22px
}

.pxl-swiper-arrow-wrap.style-6 .pxl-swiper-arrow i {
    display: inline-flex
}

.pxl-swiper-arrow-wrap.style-6 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -37px
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-6 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        left:0!important;
        opacity: 0
    }
}

.pxl-swiper-arrow-wrap.style-6 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: -37px;
    left: auto
}

@media(max-width: 1500px) {
    .pxl-swiper-arrow-wrap.style-6 .pxl-swiper-arrow.pxl-swiper-arrow-next {
        right:0!important;
        opacity: 0
    }
}

.pxl-swiper-arrow-wrap.style-6 .pxl-swiper-arrow:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.pxl-swiper-arrow-wrap.style-5 {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translatey(-50%);
    display: grid
}

.pxl-swiper-arrow-wrap.style-5 .pxl-swiper-arrow {
    margin: 7px 0;
    width: 70px;
    height: 70px;
    background-color: #1e2023;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px
}

.pxl-swiper-arrow-wrap.style-5 .pxl-swiper-arrow i {
    display: inline-flex
}

.pxl-swiper-arrow-wrap.style-5 .pxl-swiper-arrow:hover {
    background-color: var(--primary-color);
    color: #fff
}

.pxl-swiper-arrow-wrap.style-4 {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 30px;
    margin-bottom: 30px
}

.pxl-swiper-arrow-wrap.style-4 .pxl-swiper-arrow {
    font-size: 31px;
    color: var(--secondary-color);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-swiper-arrow-wrap.style-4 .pxl-swiper-arrow:hover {
    color: var(--primary-color)
}

@media(max-width: 1500px) {
    .pxl-swiper-slider:hover .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-prev,.pxl-swiper-slider:hover .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow-prev {
        left:20px!important;
        opacity: 1
    }
}

.pxl-swiper-slider:hover .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-next,.pxl-swiper-slider:hover .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow-next {
    left: auto
}

@media(max-width: 1500px) {
    .pxl-swiper-slider:hover .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-next,.pxl-swiper-slider:hover .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow-next {
        right:20px!important;
        opacity: 1
    }
}

.pxl-swiper-dots.pxl-swiper-pagination-bullets span {
    display: inline-flex;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-swiper-dots.pxl-swiper-pagination-progressbar {
    height: 1px;
    background-color: #454545;
    width: 100%;
    position: relative
}

.pxl-swiper-dots.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 3px;
    background-color: var(--primary-color);
    display: inline-flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left top
}

.pxl-swiper-dots.style-1 {
    text-align: center;
    margin: 45px 0
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
    border-radius: 1e3px;
    width: 8px;
    height: 8px;
    background-color: var(--secondary-color);
    margin: 0 11px;
    position: relative
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    border: 1px solid var(--secondary-color);
    border-radius: 1e3px
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active,.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:hover {
    background-color: initial
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before,.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:hover:before {
    border-color: var(--secondary-color);
    position: absolute;
    content: '';
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px
}

.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin: 19px;
    position: relative
}

.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span:before {
    content: '';
    width: 56px;
    height: 56px;
    border-radius: 56px;
    border: 2px solid var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(.5);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

@media screen and (max-width: 1200px) {
    .pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span:before {
        width:30px;
        height: 30px
    }
}

.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before {
    opacity: 1;
    transform: translate(-50%,-50%)scale(1)
}

.pxl-swiper-dots.style-3 {
    margin-top: 15px
}

.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #737373;
    margin: 0 8px
}

.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active,.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span:hover {
    background-color: var(--primary-color);
    transform: scale(1.5)
}

.pxl-grid .pxl-post--featured,.pxl-post-carousel .pxl-post--featured,.pxl-post-modern .pxl-post--featured {
    position: relative
}

.pxl-grid .pxl-post--link,.pxl-post-carousel .pxl-post--link,.pxl-post-modern .pxl-post--link {
    z-index: 99
}

.pxl-grid .pxl-post--image img,.pxl-post-carousel .pxl-post--image img,.pxl-post-modern .pxl-post--image img,.pxl-grid .pxl-post--featured img,.pxl-post-carousel .pxl-post--featured img,.pxl-post-modern .pxl-post--featured img {
    width: 100%
}

.pxl-grid .pxl-post--title a,.pxl-post-carousel .pxl-post--title a,.pxl-post-modern .pxl-post--title a {
    color: inherit
}

.pxl-grid .pxl-post--title a:hover,.pxl-post-carousel .pxl-post--title a:hover,.pxl-post-modern .pxl-post--title a:hover {
    color: inherit
}

.pxl-grid .pxl-post--category a,.pxl-post-carousel .pxl-post--category a,.pxl-post-modern .pxl-post--category a {
    color: inherit
}

.pxl-grid.pxl-grid-nogap .pxl-grid-masonry,.pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry,.pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry {
    margin: 0!important
}

.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item,.pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item,.pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item {
    padding: 0!important
}

.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner,.pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner,.pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner {
    margin-bottom: 0
}

.pxl-grid .pxl-pagination-links,.pxl-post-carousel .pxl-pagination-links,.pxl-post-modern .pxl-pagination-links {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px
}

.pxl-grid .pxl-pagination-links .page-numbers,.pxl-post-carousel .pxl-pagination-links .page-numbers,.pxl-post-modern .pxl-pagination-links .page-numbers {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    line-height: 52px;
    color: var(--primary-color);
    border-radius: 100px;
    background-color: initial;
    border: 1px solid #d3d5d6
}

.pxl-grid .pxl-pagination-links .page-numbers.current,.pxl-post-carousel .pxl-pagination-links .page-numbers.current,.pxl-post-modern .pxl-pagination-links .page-numbers.current,.pxl-grid .pxl-pagination-links .page-numbers:hover,.pxl-post-carousel .pxl-pagination-links .page-numbers:hover,.pxl-post-modern .pxl-pagination-links .page-numbers:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}

.pxl-grid .pxl-pagination-links .page-numbers.next,.pxl-post-carousel .pxl-pagination-links .page-numbers.next,.pxl-post-modern .pxl-pagination-links .page-numbers.next {
    font-size: 0;
    position: relative
}

.pxl-grid .pxl-pagination-links .page-numbers.next svg,.pxl-post-carousel .pxl-pagination-links .page-numbers.next svg,.pxl-post-modern .pxl-pagination-links .page-numbers.next svg {
    width: 19px
}

.pxl-grid .pxl-pagination-links .page-numbers.prev,.pxl-post-carousel .pxl-pagination-links .page-numbers.prev,.pxl-post-modern .pxl-pagination-links .page-numbers.prev {
    font-size: 0;
    position: relative
}

.pxl-grid .pxl-pagination-links .page-numbers.prev svg,.pxl-post-carousel .pxl-pagination-links .page-numbers.prev svg,.pxl-post-modern .pxl-pagination-links .page-numbers.prev svg {
    width: 19px;
    transform: scalex(-1)
}

.pxl-load-more .pxl-load-icon {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2;
    margin-top: -10px;
    opacity: 0
}

.pxl-load-more .pxl-loadmore-text {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-load-more.loading .pxl-load-icon {
    opacity: 1
}

.pxl-load-more.loading .pxl-loadmore-text {
    opacity: 0
}

.pxl-load-more-style1 .btn {
    padding: 0 38px
}

.pxl-load-more-style2 .btn.btn-morden {
    line-height: 46px;
    font-size: 15px
}

.btn-grid-loadmore {
    margin-top: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 35px;
    border-radius: 1e3px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .btn-grid-loadmore {
        margin-top:30px
    }
}

.btn-grid-loadmore:hover {
    transform: translatey(-2px);
    box-shadow: 0 0 5px 0 var(--primary-color)
}

.pxl-grid-filter {
    margin-bottom: 81px;
    text-align: center;
    font-size: 17px;
    color: #0a1119;
    text-transform: capitalize
}

@media(max-width: 575px) {
    .pxl-grid-filter {
        margin-bottom:50px
    }
}

.pxl-grid-filter .filter-item {
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative
}

.pxl-grid-filter .pxl--filter-inner {
    display: inline-flex;
    flex-wrap: wrap
}

.pxl-grid-filter .pxl-el-divider {
    margin-bottom: 70px
}

.pxl-grid-filter .pxl--filter-inner {
    column-gap: 75px;
    z-index: 2
}

@media(max-width: 575px) {
    .pxl-grid-filter .pxl--filter-inner {
        column-gap:40px
    }
}

.pxl-grid-filter .filter-item {
    padding-bottom: 7px;
    padding-top: 15px;
    z-index: 2;
    justify-content: center;
    position: relative
}

.pxl-grid-filter .filter-item .filter-item-count {
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: -13px
}

.pxl-grid-filter .filter-item:before {
    position: absolute;
    background-color: var(--primary-color);
    content: '';
    left: 50%;
    transform: translatex(-50%);
    bottom: -1px;
    height: 1px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: 0%
}

.pxl-grid-filter .filter-item.active:before,.pxl-grid-filter .filter-item:hover:before {
    width: 100%
}

.pxl-grid-filter.style-1 {
    text-align: center
}

.pxl-grid-filter.style-2 {
    text-align: left
}

.pxl-grid-filter.style-2 .pxl-el-divider:before {
    display: none
}

.pxl-grid-filter.style-3 {
    text-align: right
}

.pxl-grid-filter.style-3 .pxl-el-divider:after {
    display: none
}

.btn-readmore-1 {
    color: #444;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-right: 40px;
    z-index: 1
}

.btn-readmore-1:before {
    content: '';
    position: absolute;
    left: calc(100% - 25px);
    height: 100%;
    border-radius: 25px;
    z-index: -1;
    transition: left .3s cubic-bezier(.4,1.7,.7,.8);
    right: 0
}

.btn-readmore-1 i {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff
}

.btn-readmore-1:hover {
    color: #fff;
    padding-left: 20px
}

.btn-readmore-1:hover:before {
    left: 0
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content {
    position: relative
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--featured {
    height: 556px;
    background-position: 50%;
    background-size: 110%;
    position: relative;
    -webkit-transition: all 1.2s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 1.2s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 1.2s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 1.2s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 1.2s cubic-bezier(.645,.045,.355,1);
    transition: all 1.2s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 1200px) {
    .pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--featured {
        background-size:cover!important
    }
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--featured:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,var(--primary-color) 0%,rgba(var(--primary-color-rgb),.9) 30%,transparent 80%)
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--featured .note-post {
    position: absolute;
    z-index: 2;
    font-size: 13px;
    color: #fff;
    opacity: .3;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    bottom: 50px;
    right: 60px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--featured .note-post {
        bottom:auto;
        right: 15px;
        top: 15px;
        opacity: 1!important
    }
}

@media(max-width: 1150px) {
    .pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--featured .note-post {
        right:15px
    }
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 37px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media(max-width: 575px) {
    .pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder {
        padding-bottom:20px
    }
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item-top {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding-bottom: 10px
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item-top>span {
    margin-bottom: 10px
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item-top .pxl-item--date {
    flex-grow: 1
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item-top span {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    flex-wrap: wrap;
    font-weight: 400
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item-top span a {
    font-weight: 400;
    color: #fff;
    font-size: 15px
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item-top span a:hover {
    text-decoration: underline
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item-top span .icon-post {
    margin-right: 13px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 1e3px;
    text-align: center
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item-top span .icon-post i {
    line-height: 29px;
    color: #fff;
    font-size: 10px
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item-top span .author-avatar img {
    margin-right: 13px;
    width: 30px;
    height: 30px;
    border-radius: 100px
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item--title {
    margin-top: 25px
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item--title a {
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    background-repeat: no-repeat;
    background-position-y: -1px;
    background-image: linear-gradient(transparent calc(100% - 1px),#fff 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .8s cubic-bezier(.215,.61,.355,1)pxl-wide-menu-underline forwards
}

@media(max-width: 575px) {
    .pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item--title a {
        font-size:24px;
        line-height: 34px
    }
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item--title a:hover {
    animation: .8s cubic-bezier(.215,.61,.355,1)pxl-wide-menu-underline-hover forwards
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .item--content {
    font-size: 15px;
    line-height: 25px;
    color: #cdcdcd;
    font-weight: 400
}

@media(max-width: 575px) {
    .pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .item--content {
        max-height:100px;
        overflow: hidden
    }
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .btn-readmore {
    margin-top: 32px
}

@media(max-width: 575px) {
    .pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .btn-readmore {
        margin-top:20px
    }
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .btn-readmore a {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #fff;
    font-size: 17px
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .btn-readmore a:hover {
    column-gap: 20px
}

.pxl-post-carousel1 .pxl-swiper-slide .wrap-inner-content:hover .note-post {
    opacity: .6
}

.pxl-post-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-item--featured {
    transition-delay: 500ms;
    background-size: 100%
}

.pxl-post-carousel2 {
    position: relative
}

.pxl-post-carousel2 .pxl-swiper-slide {
    padding-top: 30px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner {
    position: relative;
    border: 1px solid #d3d5d6
}

@media(max-width: 1200px) {
    .pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner {
        margin-bottom:20px
    }
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured {
    position: relative
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .btn-volumn,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 66px;
    border-radius: 1e4px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #1e2023;
    text-align: center;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .btn-volumn i,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button i {
    color: #fff;
    font-size: 20px;
    line-height: 66px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .btn-volumn:hover,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button:hover {
    background-color: var(--primary-color);
    transform: translate(-50%,-50%)scale(1.05)
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .btn-volumn:hover i,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button:hover i {
    color: #fff
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button i {
    font-size: 15px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date {
    position: absolute;
    right: 19px;
    bottom: 16px;
    width: 71px;
    height: 90px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date .date-day {
    margin-top: 11px;
    line-height: 45px;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    font-family: public sans,sans-serif
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date .year-month {
    text-align: center;
    margin-top: -7px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date .year-month span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: public sans,sans-serif;
    line-height: 33px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta {
    margin-bottom: 15px;
    background-color: #121c27;
    padding-left: 34px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px
}

@media(max-width: 991px) {
    .pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta {
        padding-left:15px
    }
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category {
    padding-top: 6px;
    padding-bottom: 6px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author span,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category span,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author a,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category a {
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #848b94
}

@media(max-width: 991px) {
    .pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author span,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category span,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author a,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category a {
        letter-spacing:1px
    }
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author a:hover,.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category a:hover {
    color: #fff
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-inner-content {
    padding: 7px 34px 28px
}

@media(max-width: 991px) {
    .pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-inner-content {
        padding:7px 15px 28px
    }
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    font-size: 23px;
    line-height: 33px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 21px;
    margin-bottom: 23px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:before {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    bottom: -1px;
    height: 1px;
    width: 60px;
    background-color: var(--primary-color)
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:hover {
    color: var(--primary-color)
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    color: #4b535d
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .btn--readmore {
    margin-top: 23px;
    column-gap: 10px;
    align-items: center;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .16px;
    color: #0a1119
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .btn--readmore svg {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .btn--readmore:hover svg {
    margin-left: 5px
}

.pxl-post-carousel2 .pxl-swiper-arrow {
    opacity: 0
}

.pxl-post-carousel3 .pxl-post--inner {
    position: relative
}

.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured {
    position: relative
}

.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured:before {
    position: absolute;
    content: '';
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,#121c27 10%,rgba(9,9,121,1e-6) 100%);
    z-index: 2
}

.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #121c27;
    z-index: 4;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-carousel3 .pxl-post--inner .post-date {
    z-index: 5;
    position: absolute;
    left: 35px;
    top: 35px;
    width: 71px;
    height: 90px;
    border-radius: 5px;
    background-color: var(--primary-color);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 767px) {
    .pxl-post-carousel3 .pxl-post--inner .post-date {
        top:0;
        right: 0;
        left: auto;
        border-radius: 0
    }
}

.pxl-post-carousel3 .pxl-post--inner .post-date .date-day {
    margin-top: 11px;
    line-height: 45px;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    font-family: public sans,sans-serif
}

.pxl-post-carousel3 .pxl-post--inner .post-date .year-month {
    text-align: center;
    margin-top: -7px
}

.pxl-post-carousel3 .pxl-post--inner .post-date .year-month span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: public sans,sans-serif;
    line-height: 33px
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    z-index: 3;
    position: absolute;
    width: 100%
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--meta,.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--meta a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--meta a:hover,.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--meta a a:hover {
    text-decoration: underline
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    color: #c4c4c4;
    margin-top: 23px
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content .pxl-post--title {
    margin-bottom: 6px;
    margin-top: 14px;
    color: #fff;
    font-size: 23px;
    line-height: 33px
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content.first {
    bottom: 0;
    left: 0;
    padding: 35px
}

@media(max-width: 767px) {
    .pxl-post-carousel3 .pxl-post--inner .pxl-inner-content.first {
        padding:35px 15px
    }
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content.hover {
    z-index: 5;
    top: 135px;
    left: 0;
    padding: 35px
}

@media(max-width: 767px) {
    .pxl-post-carousel3 .pxl-post--inner .pxl-inner-content.hover {
        top:50px;
        padding: 15px
    }
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content.hover .pxl-post--title {
    padding-bottom: 21px
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content.hover .pxl-post--title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    background-color: rgba(255,255,255,.15);
    -webkit-transition: all .55s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .55s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .55s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .55s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .55s cubic-bezier(.645,.045,.355,1);
    transition: all .55s cubic-bezier(.645,.045,.355,1);
    height: 1px;
    width: 0
}

.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content.hover .pxl-post--meta,.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content.hover .pxl-post--title,.pxl-post-carousel3 .pxl-post--inner .pxl-inner-content.hover .pxl-post--content {
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    transform: translateX(20px)
}

.pxl-post-carousel3 .pxl-post--inner .pxl-post--button {
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    position: absolute;
    bottom: 0;
    left: 35px;
    bottom: 30px;
    z-index: 6
}

@media(max-width: 767px) {
    .pxl-post-carousel3 .pxl-post--inner .pxl-post--button {
        left:15px;
        bottom: 0
    }
}

.pxl-post-carousel3 .pxl-post--inner .pxl-post--button .btn--readmore {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 17px;
    column-gap: 15px;
    text-transform: capitalize;
    font-weight: 400
}

.pxl-post-carousel3 .pxl-post--inner .pxl-post--button .btn--readmore svg path {
    fill: #fff
}

.pxl-post-carousel3 .pxl-post--inner .pxl-post--button .btn--readmore:hover {
    column-gap: 20px
}

.pxl-post-carousel3 .pxl-post--inner:hover .pxl-post--button {
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1);
    bottom: 39px;
    transition-delay: 800ms;
    opacity: 1
}

@media(max-width: 767px) {
    .pxl-post-carousel3 .pxl-post--inner:hover .pxl-post--button {
        bottom:10px
    }
}

.pxl-post-carousel3 .pxl-post--inner:hover .first {
    opacity: 0;
    pointer-events: none
}

.pxl-post-carousel3 .pxl-post--inner:hover .pxl-inner-content {
    z-index: 6
}

.pxl-post-carousel3 .pxl-post--inner:hover .pxl-post--featured:after {
    opacity: 1
}

.pxl-post-carousel3 .pxl-post--inner:hover .pxl-post--featured .post-date {
    background-color: rgba(255,255,255,.15)
}

.pxl-post-carousel3 .pxl-post--inner:hover .hover .pxl-post--meta,.pxl-post-carousel3 .pxl-post--inner:hover .hover .pxl-post--title,.pxl-post-carousel3 .pxl-post--inner:hover .hover .pxl-post--content {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .7s cubic-bezier(.645,.045,.355,1);
    transition: all .7s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-carousel3 .pxl-post--inner:hover .hover .pxl-post--title:before {
    width: 100%;
    transition-delay: 800ms
}

.pxl-post-carousel3 .pxl-post--inner:hover .hover .pxl-post--meta {
    transition-delay: 300ms
}

.pxl-post-carousel3 .pxl-post--inner:hover .hover .pxl-post--title {
    transition-delay: 450ms
}

.pxl-post-carousel3 .pxl-post--inner:hover .hover .pxl-post--content {
    transition-delay: 600ms
}

.pxl-post-carousel3.pxl-post-style2 .pxl-post--inner {
    border-radius: 17px;
    overflow: hidden
}

.pxl-post-carousel3.pxl-post-style2 .pxl-post--inner .post-date {
    background-color: #66020e
}

.pxl-post-carousel3.pxl-post-style2 .pxl-post--inner .pxl-post--featured img {
    filter: grayscale(100)
}

.pxl-post-carousel3.pxl-post-style2 .pxl-post--inner .pxl-post--featured:after {
    background-color: var(--primary-color)
}

.pxl-post-carousel3.pxl-post-style2 .pxl-post--inner .pxl-post--featured:before {
    background: linear-gradient(0deg,rgba(var(--primary-color-rgb),1) 10%,rgba(9,9,121,1e-6) 100%)
}

.pxl-post-carousel3.pxl-post-style2:hover .post-date {
    background-color: #66020e!important
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner {
    position: relative
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .btn-volumn,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 66px;
    border-radius: 1e4px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #1e2023;
    text-align: center;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .btn-volumn i,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button i {
    color: #fff;
    font-size: 20px;
    line-height: 66px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .btn-volumn:hover,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button:hover {
    background-color: var(--primary-color);
    transform: translate(-50%,-50%)scale(1.05)
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .btn-volumn:hover i,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button:hover i {
    color: #fff
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .video-play-button i {
    font-size: 15px
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .post-date {
    position: absolute;
    left: 22px;
    top: 15px;
    width: 71px;
    height: 90px;
    border-radius: 5px;
    background-color: var(--primary-color)
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .post-date .date-day {
    margin-top: 11px;
    line-height: 45px;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    font-family: public sans,sans-serif
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .post-date .year-month {
    text-align: center;
    margin-top: -7px
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .post-date .year-month span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: public sans,sans-serif;
    line-height: 33px
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta {
    position: absolute;
    bottom: 13px;
    left: 16px;
    border-radius: 5px;
    background-color: #121c27;
    padding-left: 17px;
    padding-right: 17px
}

@media(max-width: 991px) {
    .pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta {
        padding-left:15px
    }
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author span,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category span,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author a,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category a {
    font-size: 13px;
    line-height: 26px;
    color: #fff
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-item--author a:hover,.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta .pxl-post--category a:hover {
    color: #fff
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    margin-top: 23px;
    font-size: 23px;
    line-height: 33px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    margin-bottom: 17px
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:hover {
    color: var(--primary-color)
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    color: #4b535d
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .btn--readmore {
    margin-top: 23px;
    column-gap: 10px;
    align-items: center;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .16px;
    color: #0a1119
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .btn--readmore svg {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-carousel4 .pxl-swiper-slide .pxl-post--inner .btn--readmore:hover svg {
    margin-left: 5px
}

.pxl-post-carousel4 .pxl-swiper-arrow {
    opacity: 0
}

.pxl-blog-grid-layout1 .pxl-grid-item {
    margin-bottom: 67px
}

@media(max-width: 767px) {
    .pxl-blog-grid-layout1 .pxl-grid-item {
        margin-bottom:50px
    }
}

@media(max-width: 575px) {
    .pxl-blog-grid-layout1 .pxl-grid-item {
        margin-bottom:30px
    }
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner {
    position: relative
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--meta {
    margin-bottom: 15px
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--meta>div {
    margin-bottom: 10px
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--featured {
    position: relative;
    overflow: hidden
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--featured .pxl-post--category {
    position: absolute;
    bottom: 7px;
    left: 17px;
    right: 17px;
    display: flex;
    column-gap: 8px;
    flex-wrap: wrap
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--featured .pxl-post--category a {
    display: inline-block;
    padding: 0 23px;
    line-height: 31px;
    background-color: #fff;
    border-radius: 100px;
    font-size: 13px;
    margin-bottom: 10px
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--featured .pxl-post--category a:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .post-date {
    font-size: 15px;
    color: #4b535d;
    text-transform: capitalize;
    margin-top: -4px;
    display: block
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-item--author {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 15px;
    color: #4b535d;
    text-transform: capitalize;
    margin-right: 13px;
    padding-right: 13px;
    position: relative
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-item--author:before {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    right: 0;
    background-color: #d3d5d6;
    width: 1px
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-item--author a {
    font-size: 15px;
    color: #4b535d;
    text-transform: capitalize
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-item--author a:hover {
    text-decoration: underline
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-item--author img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--title {
    font-size: 23px;
    line-height: 33px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    margin-bottom: 14px;
    margin-top: 22px
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--title a {
    background-repeat: no-repeat;
    background-position-y: -1px;
    background-image: linear-gradient(transparent calc(100% - 1px),var(--primary-color) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .8s cubic-bezier(.215,.61,.355,1)pxl-wide-menu-underline forwards
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--title a:hover {
    animation: .8s cubic-bezier(.215,.61,.355,1)pxl-wide-menu-underline-hover forwards
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    color: #4b535d
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .btn--readmore {
    margin-top: 23px;
    column-gap: 10px;
    align-items: center;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .16px;
    color: #0a1119
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .btn--readmore svg {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-blog-grid-layout1 .pxl-grid-item .pxl-post--inner .btn--readmore:hover svg {
    margin-left: 5px
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content {
    border-top: 1px solid #dadee2
}

.pxl-blog-grid-layout2 .pxl-grid-item:last-child .pxl-inner-content {
    border-bottom: 1px solid #dadee2
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0;
    column-gap: 87px
}

@media(max-width: 1200px) {
    .pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content {
        column-gap:30px
    }
}

@media(max-width: 991px) {
    .pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content {
        flex-wrap:wrap
    }
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .col-custom {
    width: 33.3333%
}

@media(max-width: 991px) {
    .pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .col-custom {
        width:100%
    }
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .pxl-post--title {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 23px
}

@media(max-width: 991px) {
    .pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .pxl-post--title {
        margin-top:30px;
        margin-bottom: 20px
    }
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .date {
    font-size: 15px;
    color: var(--secondary-color);
    margin-bottom: 10px
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .pxl-meta-bottom {
    font-size: 15px;
    color: #4b535d;
    text-transform: capitalize
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .pxl-meta-bottom a {
    color: #4b535d;
    text-transform: capitalize
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .pxl-meta-bottom a:hover {
    text-decoration: underline;
    color: var(--secondary-color)
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d
}

@media(max-width: 991px) {
    .pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .pxl-post--content {
        margin-top:20px
    }
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .pxl-post--featured img {
    border-radius: 20px
}

@media(max-width: 991px) {
    .pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .content-col-3 {
        order:-1
    }
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore {
    margin-top: 41px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--secondary-color);
    column-gap: 15px;
    font-size: 17px
}

@media(max-width: 991px) {
    .pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore {
        margin-top:20px
    }
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore .icon {
    position: relative;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1)
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore .icon:before {
    position: absolute;
    content: '';
    top: 42%;
    left: 0;
    transform: translatey(-50%);
    background-color: var(--secondary-color);
    height: 2px;
    width: 30px;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1)
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore svg {
    width: 32px;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1)
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore:hover svg {
    transform: translatex(25px)
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore:hover .icon {
    padding-right: 25px
}

.pxl-blog-grid-layout2 .pxl-grid-item .pxl-inner-content .btn--readmore:hover .icon:before {
    width: 55px
}

.pxl-portfolio-grid-layout1 .pxl-grid-item {
    margin-bottom: 30px
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner {
    position: relative
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--featured {
    overflow: hidden
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--featured img {
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder {
    overflow: hidden;
    text-align: center;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    padding-bottom: 7px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder {
        padding-left:15px;
        padding-right: 15px
    }
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title {
    margin-bottom: 5px
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title a {
    color: #0a1119;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline transparent;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title a:hover {
    text-decoration: underline #0a1119
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post-content-hide {
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .divider {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    display: block;
    height: 1px;
    width: 0;
    background-color: #dcdddf;
    margin: 22px auto 20px
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--category a {
    color: #4b535d;
    font-size: 15px;
    line-height: 25px
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--content {
    font-size: 15px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    line-height: 25px;
    color: #4b535d;
    opacity: 0
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .pxl-post--holder {
    padding-bottom: 37px;
    padding-top: 42px
}

@media(max-width: 575px) {
    .pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .pxl-post--holder {
        padding-bottom:27px;
        padding-top: 30px
    }
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .pxl-post--content {
    opacity: 1;
    margin-bottom: 30px
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .pxl-post--featured img {
    filter: blur(10px);
    -webkit-filter: blur(10px)
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .pxl-post-content-hide {
    margin-bottom: 0!important
}

.pxl-portfolio-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .divider {
    width: 127px
}

.pxl-portfolio-grid-layout2 .pxl-grid-item {
    margin-bottom: 70px
}

@media(max-width: 575px) {
    .pxl-portfolio-grid-layout2 .pxl-grid-item {
        margin-bottom:40px
    }
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner {
    position: relative
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--featured {
    overflow: hidden
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--featured img {
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder {
    overflow: hidden;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title {
    margin-bottom: 19px
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title a {
    color: #0a1119;
    font-size: 23px;
    line-height: 35px;
    text-decoration: underline transparent;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--title a:hover {
    text-decoration: underline #0a1119
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--category {
    margin-top: 28px;
    margin-bottom: 1px
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--category a {
    color: #4b535d;
    font-size: 15px;
    line-height: 25px
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .pxl-post--content {
    padding-top: 23px;
    padding-right: 50px;
    border-top: 1px solid #d3d5d6;
    font-size: 15px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    line-height: 25px;
    color: #4b535d
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore {
    margin-top: 34px;
    display: inline-flex;
    column-gap: 15px;
    font-weight: 400;
    text-transform: capitalize;
    align-items: center;
    font-size: 17px;
    color: #0a1119;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    position: relative
}

@media(max-width: 575px) {
    .pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore {
        margin-top:20px
    }
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore svg {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore .btn--text {
    position: relative
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore .btn--text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #0a1119;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore:hover {
    column-gap: 25px
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore:hover .btn--text:before {
    width: 100%
}

.pxl-portfolio-grid-layout2 .pxl-grid-item .pxl-post--inner .pxl-post--holder .btn--readmore:hover svg {
    opacity: 0
}

.pxl-portfolio-grid-layout3 .pxl-grid-item {
    margin-bottom: 48px
}

.pxl-portfolio-grid-layout3 .pxl-grid-item:last-child {
    margin-bottom: 0
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner {
    border: 1px solid #d3d5d6
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-post--featured {
    position: relative
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta {
    column-gap: 20px;
    flex-wrap: wrap;
    background-color: #121c27;
    display: flex;
    align-items: center;
    padding: 20px 45px 22px;
    font-family: public sans,sans-serif;
    font-size: 15px;
    color: #c4c4c4
}

@media(max-width: 575px) {
    .pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta {
        padding:15px 25px 17px
    }
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta span {
    color: #fff
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta a {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    text-decoration: underline transparent
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta a:hover {
    text-decoration: underline #fff;
    color: #fff
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta>div {
    margin-top: 5px;
    margin-bottom: 5px
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta div+div {
    padding-left: 24px;
    position: relative
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-meta div+div:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100px
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-post--holder {
    padding: 29px 47px 38px
}

@media(max-width: 575px) {
    .pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-post--holder {
        padding:19px 20px 28px
    }
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-post--title {
    margin-bottom: 19px
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-post--title a {
    color: #0a1119;
    font-size: 23px;
    line-height: 35px;
    text-decoration: underline transparent;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-post--title a:hover {
    text-decoration: underline #0a1119
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore {
    margin-top: 32px;
    display: inline-flex;
    column-gap: 15px;
    font-weight: 400;
    text-transform: capitalize;
    align-items: center;
    font-size: 17px;
    color: #0a1119;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    position: relative
}

@media(max-width: 575px) {
    .pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore {
        margin-top:20px
    }
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore svg {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore .btn--text {
    position: relative
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore .btn--text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #0a1119;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore:hover {
    column-gap: 25px
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore:hover .btn--text:before {
    width: 100%
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .btn--readmore:hover svg {
    opacity: 0
}

.pxl-portfolio-grid-layout3 .pxl-grid-item .pxl-post--inner .pxl-post--content {
    padding-top: 23px;
    border-top: 1px solid #121c27;
    font-size: 15px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    line-height: 25px;
    color: #4b535d
}

.pxl-portfolio-carousel2 .swiper-filter {
    width: 100%
}

.pxl-portfolio-carousel2 .pxl-grid-filter {
    margin-bottom: 68px
}

.pxl-portfolio-carousel2 .pxl-carousel-inner {
    position: relative
}

.pxl-portfolio-carousel2 .bgr-change {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .7s cubic-bezier(.645,.045,.355,1);
    transition: all .7s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-carousel2 .bgr-change:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #05080b;
    opacity: .25;
    filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.pxl-portfolio-carousel2 .filter-item {
    color: #fff
}

.pxl-portfolio-carousel2 .filter-item:before {
    background-color: #fff
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner {
    border-right: 1px solid rgba(255,255,255,.3);
    background-size: 0%;
    position: relative
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured {
    overflow: hidden
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured img {
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1);
    opacity: 0
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder {
    overflow: hidden;
    text-align: center;
    position: absolute;
    background-color: initial;
    bottom: 0;
    left: -1px;
    right: -1px;
    padding: 30px;
    padding-bottom: 7px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder {
        padding-left:15px;
        padding-right: 15px
    }
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--title {
    margin-bottom: 5px
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--title a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline transparent;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--title a:hover {
    text-decoration: underline #0a1119
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post-content-hide {
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .divider {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    display: block;
    height: 1px;
    width: 0;
    background-color: #dcdddf;
    margin: 22px auto 20px
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--category {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    color: #fff
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--category a {
    color: #fff;
    font-size: 15px;
    line-height: 25px
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--holder .pxl-post--content {
    font-size: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    line-height: 25px;
    color: #fff;
    opacity: 0
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--content {
    color: #4b535d
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--title a {
    color: #0a1119
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--category {
    color: #4b535d
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--category a {
    color: #4b535d
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--holder {
    padding-bottom: 37px;
    background-color: #fff;
    padding-top: 42px
}

@media(max-width: 575px) {
    .pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--holder {
        padding-bottom:27px;
        padding-top: 30px
    }
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--content {
    opacity: 1;
    margin-bottom: 30px
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--featured img {
    filter: blur(10px);
    -webkit-filter: blur(10px)
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post-content-hide {
    margin-bottom: 0!important
}

.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .divider {
    width: 127px
}

.pxl-portfolio-carousel3 .pxl-swiper-wrapper {
    padding-top: 50px
}

.pxl-portfolio-carousel3 .pxl-post--inner {
    position: relative;
    padding: 19px;
    border-radius: 17px;
    overflow: hidden;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-post-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50%;
    background-size: cover;
    filter: grayscale(100)
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--holder {
    z-index: 2;
    position: relative
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--category {
    display: inline-flex;
    background-color: #66020e;
    border-radius: 1e3px;
    padding: 0 47px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    flex-wrap: wrap
}

@media(max-width: 1500px) {
    .pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--category {
        padding:0 20px
    }
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--category a {
    text-decoration: underline transparent
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--category a:hover {
    text-decoration: underline #fff
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--title {
    margin-bottom: 17px
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--title a {
    font-size: 22px;
    color: #fff;
    text-decoration: underline transparent;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 1500px) {
    .pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--title a {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--title a {
        font-size:18px
    }
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--title a:hover {
    text-decoration: underline #fff
}

.pxl-portfolio-carousel3 .pxl-post--inner .btn-readmore {
    margin-top: 44px;
    text-align: center
}

.pxl-portfolio-carousel3 .pxl-post--inner .btn-readmore a {
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    color: #111;
    font-size: 15px;
    line-height: 50px;
    padding: 0 38px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-portfolio-carousel3 .pxl-post--inner .btn-readmore a:hover {
    box-shadow: 0 0 30px 15px rgba(255,255,255,.3)
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    line-height: 26px;
    color: #dedede;
    display: block;
    padding-bottom: 44px
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-meta-top {
    z-index: 2;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 17px;
    padding: 50px 20px;
    opacity: 0;
    transform: scale(.8);
    opacity: 0;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    pointer-events: none
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-icon-p {
    margin-top: 27px;
    margin-bottom: 14px
}

.pxl-portfolio-carousel3 .pxl-post--inner .pxl-icon-p svg {
    fill: #fff;
    width: 26px;
    height: auto
}

.pxl-portfolio-carousel3 .pxl-post--inner .meta-bottom {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition-delay: 400ms;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1);
    text-align: center
}

.pxl-portfolio-carousel3 .pxl-post--inner .meta-bottom .pxl-post--title {
    margin-top: 9px;
    background-color: var(--primary-color);
    padding: 22px 20px 26px;
    border-radius: 17px;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .pxl-portfolio-carousel3 .pxl-post--inner .meta-bottom .pxl-post--title {
        padding:15px 15px 19px
    }
}

.pxl-portfolio-carousel3 .pxl-post--inner:hover {
    margin-top: -28px
}

.pxl-portfolio-carousel3 .pxl-post--inner:hover .pxl-meta-top {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    transition-delay: 200ms
}

.pxl-portfolio-carousel3 .pxl-post--inner:hover .meta-bottom {
    bottom: -100px;
    opacity: 0;
    pointer-events: none;
    transition-delay: 0ms
}

.pxl-portfolio-carousel4 .pxl-grid-filter {
    margin-bottom: 50px
}

.pxl-portfolio-carousel4 .pxl-grid-filter .pxl--filter-inner {
    gap: 13px
}

.pxl-portfolio-carousel4 .pxl-grid-filter .filter-item {
    border-radius: 8px;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    line-height: 48px;
    padding: 0 30px
}

.pxl-portfolio-carousel4 .pxl-grid-filter .filter-item.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.pxl-portfolio-carousel4 .pxl-grid-filter .filter-item:before {
    display: none
}

.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category {
    position: absolute;
    padding: 10px 22px 13px;
    border-radius: 5px;
    bottom: 15px;
    left: 15px;
    background-color: var(--primary-color);
    z-index: 2;
    font-size: 13px;
    color: #fff
}

.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--category a:hover {
    text-decoration: underline
}

.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    margin-top: 23px;
    margin-bottom: 13px
}

.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--title a {
    font-size: 23px
}

.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--content {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    color: #4b535d
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box),.pxl-service-carousel4 .pxl-grid-item:not(.custom-box),.pxl-service-grid-layout1 .pxl-swiper-slide,.pxl-service-carousel4 .pxl-swiper-slide {
    margin-bottom: 30px
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #d3d5d6;
    padding: 49px 45px 39px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner {
        padding:39px 25px 29px
    }
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .count-pos,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .count-pos,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .count-pos,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .count-pos {
    position: absolute;
    font-size: 17px;
    color: #4b535d;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    top: 32px;
    right: 30px
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--title,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--title,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--title,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    margin-top: 45px;
    font-size: 26px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 23px;
    text-decoration: underline transparent
}

@media(max-width: 991px) {
    .pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--title,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--title,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--title,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
        margin-top:25px;
        margin-bottom: 10px
    }
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--title:hover,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--title:hover,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:hover,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:hover {
    text-decoration: underline #fff;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--content,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--content,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--content,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore {
    border-top: 1px solid #d3d5d6;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    padding-top: 19px;
    margin-top: 39px;
    position: relative
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore:before,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore:before,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore:before,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore:before {
    position: absolute;
    content: '';
    width: 0;
    top: -1px;
    left: 0;
    height: 1px;
    background-color: #fff
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 17px
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a span,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a span,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a span,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a span {
    position: relative
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a span:before,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a span:before,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a span:before,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a span:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    background-color: #fff;
    height: 1px;
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a i,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a i,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a i,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a i {
    font-size: 31px;
    transform: translatex(15px);
    transition: 200ms all linear 0ms
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a:hover span:before,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a:hover span:before,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a:hover span:before,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a:hover span:before {
    left: 0;
    right: auto;
    width: 100%
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a:hover i,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--readmore a:hover i,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a:hover i,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a:hover i {
    transform: translatex(30px);
    opacity: 0
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--icon,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--icon,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: 99px;
    height: 99px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--icon svg,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--icon svg,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon svg,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon svg {
    max-width: 45px;
    fill: #fff;
    height: auto
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--icon svg path,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--icon svg path,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon svg path,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon svg path {
    fill: #fff
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--icon i,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner .pxl-post--icon i,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon i,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon i {
    color: #fff;
    font-size: 45px
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover {
    background-color: var(--primary-color)
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--title,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--title,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--title,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--title {
    color: #fff
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .count-pos,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .count-pos,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .count-pos,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .count-pos {
    color: #c4c4c4
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--readmore,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--readmore,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--readmore,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--readmore {
    border-color: transparent
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--readmore:before,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--readmore:before,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--readmore:before,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--readmore:before {
    width: 100%;
    transition-delay: 100ms;
    -webkit-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .7s cubic-bezier(.645,.045,.355,1);
    transition: all .7s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--readmore a,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--readmore a,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--readmore a,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--readmore a {
    color: #fff
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--content,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--content,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--content,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--content {
    color: #c4c4c4
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--icon,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--icon,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon {
    background-color: rgba(255,255,255,.1)
}

.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--icon i,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--icon i,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon i,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon i,.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--icon svg,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--icon svg,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon svg,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon svg,.pxl-service-grid-layout1 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--icon img,.pxl-service-carousel4 .pxl-grid-item:not(.custom-box) .pxl-post--inner:hover .pxl-post--icon img,.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon img,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon img {
    animation: zoomRotate 1.3s forwards ease
}

.pxl-service-grid-layout1 .pxl-swiper-slide .pxl-post--icon,.pxl-service-carousel4 .pxl-swiper-slide .pxl-post--icon {
    border-radius: 0!important
}

.pxl-service-grid-layout1 .custom-box .pxl-post--inner,.pxl-service-carousel4 .custom-box .pxl-post--inner {
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: 50%;
    padding: 50px 48px
}

@media(max-width: 575px) {
    .pxl-service-grid-layout1 .custom-box .pxl-post--inner,.pxl-service-carousel4 .custom-box .pxl-post--inner {
        padding:30px 15px
    }
}

.pxl-service-grid-layout1 .custom-box .pxl-post--inner .title-box,.pxl-service-carousel4 .custom-box .pxl-post--inner .title-box {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #fff
}

.pxl-service-grid-layout1 .custom-box .pxl-post--inner .des-box,.pxl-service-carousel4 .custom-box .pxl-post--inner .des-box {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 28px
}

.pxl-service-grid-layout1 .custom-box .pxl-post--inner .button-box,.pxl-service-carousel4 .custom-box .pxl-post--inner .button-box {
    display: inline-flex;
    line-height: 50px;
    font-weight: 400;
    column-gap: 10px;
    padding: 0 33px;
    align-items: center;
    color: var(--secondary-color);
    background-color: #fff
}

.pxl-service-grid-layout1 .custom-box .pxl-post--inner .button-box:hover,.pxl-service-carousel4 .custom-box .pxl-post--inner .button-box:hover {
    background: var(--secondary-color);
    color: #fff
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #d3d5d6;
    padding: 35px 45px 37px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 767px) {
    .pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner {
        padding:39px 25px 29px
    }
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .count-pos {
    position: absolute;
    font-size: 17px;
    color: #848b94;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    top: 32px;
    right: 30px
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    padding-top: 26px;
    border-top: 1px solid #d3d5d6;
    margin-top: 45px;
    font-size: 23px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 17px;
    text-decoration: underline transparent;
    position: relative
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:before {
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    background-color: var(--primary-color);
    height: 1px;
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:hover {
    text-decoration: underline var(--primary-color);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    margin-top: 33px
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 17px
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a span {
    position: relative
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a span:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    background-color: var(--primary-color);
    height: 1px;
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a i {
    font-size: 31px;
    transform: translatex(15px);
    transition: 200ms all linear 0ms
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a:hover span:before {
    left: 0;
    right: auto;
    width: 100%
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a:hover i {
    transform: translatex(30px);
    opacity: 0
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon img {
    max-height: 50px;
    width: auto
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon svg {
    max-width: 50px;
    height: auto
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon svg path {
    fill: var(--primary-color)
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon i {
    color: var(--primary-color);
    font-size: 50px
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--title:before {
    width: 100%;
    right: auto;
    left: 0
}

.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon i,.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon svg,.pxl-service-carousel1 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--icon img {
    animation: zoomRotate 1.3s forwards ease
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner {
    display: flex;
    align-items: center
}

@media(max-width: 767px) {
    .pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner {
        display:block
    }
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured {
    min-width: 50%;
    margin-right: 70px;
    position: relative
}

@media(max-width: 1500px) {
    .pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured {
        margin-right:15px
    }
}

@media(max-width: 767px) {
    .pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured {
        width:100%;
        margin-right: 0;
        margin-bottom: 50px
    }
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured img {
    width: 100%
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .block-1 {
    position: absolute;
    left: 225px;
    bottom: 225px;
    width: 135px;
    height: 135px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

@media(max-width: 767px) {
    .pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .block-1 {
        left:100px;
        bottom: 100px;
        width: 100px;
        height: 100px
    }
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .block-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 225px;
    height: 225px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.3)
}

@media(max-width: 767px) {
    .pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .block-2 {
        width:100px;
        height: 100px
    }
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-content-inner {
    padding-left: 17px
}

@media(max-width: 767px) {
    .pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-content-inner {
        padding-left:0
    }
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .multi-text {
    margin-top: 28px
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .multi-text .box-multi {
    list-style-type: none;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: var(--secondary-color);
    column-gap: 15px
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .multi-text .box-multi p {
    margin-bottom: 0
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .multi-text .box-multi+li {
    margin-top: 14px
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--category {
    display: inline-flex;
    background-color: #121c27;
    padding: 9px 25px
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--category a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    line-height: 1.7
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--category a:hover {
    text-decoration: underline
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    margin-top: 25px;
    margin-bottom: 24px;
    font-size: 45px;
    line-height: 55px
}

@media(max-width: 1500px) {
    .pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
        font-size:35px;
        line-height: 45px
    }
}

@media(max-width: 767px) {
    .pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
        font-size:25px;
        line-height: 35px
    }
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a {
    line-height: 50px;
    background-color: var(--primary-color);
    display: inline-block;
    color: #fff;
    border-radius: 1e3px;
    font-size: 15px;
    padding: 0 35px
}

.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a:hover {
    box-shadow: 0 0 15px rgba(var(--primary-color-rgb),.7)
}

@media(min-width: 1200px) {
    .pxl-service-carousel3 .pxl-swiper-slide {
        padding:0 25px
    }

    .pxl-service-carousel3 .pxl-swiper-container {
        margin: 0 -25px
    }
}

.pxl-service-carousel3 .pxl-post--inner .pxl-post--featured {
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

.pxl-service-carousel3 .pxl-post--inner .pxl-post--featured img {
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--icon {
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25px;
    right: 25px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.35)
}

.pxl-service-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--icon svg {
    max-width: 30px;
    fill: #fff;
    height: auto
}

.pxl-service-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--icon i {
    color: #fff;
    font-size: 30px
}

.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner {
    padding: 26px 24px 21px
}

@media(max-width: 767px) {
    .pxl-service-carousel3 .pxl-post--inner .pxl-content-inner {
        padding:26px 0 21px
    }
}

.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--title {
    font-size: 23px;
    line-height: 35px
}

.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 29px;
    margin-top: -2px
}

.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore {
    position: relative;
    text-align: right
}

.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #d3d5d6
}

.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore a {
    padding-left: 30px;
    background-color: var(--body_bg-color);
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    font-size: 17px;
    color: var(--secondary-color)
}

.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore a:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 1px;
    width: 32px;
    background-color: var(--secondary-color);
    transform: translatey(-50%);
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    height: 2px
}

.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore a svg {
    width: 32px;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore a svg path {
    fill: var(--secondary-color)
}

@media(min-width: 768px) {
    .pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore a:hover:before {
        width:47px;
        right: -14px
    }
}

@media(min-width: 768px) {
    .pxl-service-carousel3 .pxl-post--inner .pxl-content-inner .pxl-post--readmore a:hover svg {
        transform:translatex(15px)
    }
}

.pxl-service-carousel3 .pxl-post--inner:hover .pxl-post--featured img {
    transform: scale(1.03)
}

.pxl-service-carousel6 .pxl-swiper-container {
    padding-top: 15px
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner {
    background-color: #dddfe0;
    padding: 17px 17px 50px;
    border-radius: 8px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    position: relative
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #dddfe0;
    z-index: 0;
    width: 100%;
    border-radius: 8px;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-content-inner {
    padding: 0 19px;
    position: relative;
    z-index: 2
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured {
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured img {
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--icon {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 17px;
    right: 19px;
    background-color: var(--primary-color)
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--icon svg {
    max-width: 30px;
    fill: #fff;
    height: auto
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured .pxl-post--icon i {
    color: #fff;
    font-size: 30px
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    margin-bottom: 11px;
    margin-top: 14px
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-post--title a {
    font-size: 22px;
    font-weight: 500
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-post--title a:hover {
    text-decoration: underline
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 42px
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .btn {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    border-radius: 8px 8px 8px 8px;
    padding: 0 35px
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .btn svg {
    width: 20px;
    margin-left: 11px
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner .btn svg path {
    fill: #fff
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner:hover {
    transform: translateY(-14px);
    padding-bottom: 55px
}

.pxl-service-carousel6 .pxl-swiper-slide .pxl-post--inner:hover:before {
    height: calc(100% - 5px)
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner {
    padding: 94px 50px;
    position: relative
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon {
    position: absolute;
    width: 91px;
    top: 60px;
    right: 50px;
    height: 91px;
    border-radius: 1e3px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767px) {
    .pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon {
        top:30px;
        right: 30px
    }
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon svg {
    max-width: 33px;
    fill: #fff
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--icon svg path {
    fill: #fff
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .count-pos {
    font-size: 17px;
    color: #4b535d;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    border-bottom: 1px solid #d3d5d6;
    padding-bottom: 21px;
    margin-top: 60px;
    font-size: 26px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 23px;
    text-decoration: underline transparent;
    position: relative
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:before {
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    background-color: var(--primary-color);
    height: 1px;
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 767px) {
    .pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
        margin-top:30px
    }
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:hover {
    text-decoration: underline var(--primary-color);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .multi-text {
    margin-top: 27px
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .multi-text li {
    display: flex;
    column-gap: 12px;
    font-size: 15px;
    color: var(--primary-color);
    line-height: 25px
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .multi-text li p {
    margin: 0
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .multi-text li i {
    font-size: 12px;
    margin-top: 6px
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .multi-text li+li {
    margin-top: 10px
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    margin-top: 56px
}

.pxl-service-carousel5 .pxl-swiper-slide .pxl-post--inner .pxl-post--readmore a {
    display: inline-flex;
    border-radius: 0;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 50px
}

.pxl-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pxl-post-navigation .pxl-icon-link {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 15px;
    letter-spacing: 1.6px;
    font-weight: 500
}

@media(max-width: 575px) {
    .pxl-post-navigation .pxl-icon-link {
        font-size:0
    }
}

.pxl-post-navigation .pxl-icon-link .pxl-item-icon {
    display: inline-flex;
    width: 61px;
    height: 61px;
    border-radius: 1e3px;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff
}

.pxl-post-navigation .pxl--item-grid a {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-navigation .pxl--item-grid a .bl {
    position: absolute;
    width: 7px;
    border-radius: 100px;
    height: 7px;
    background-color: var(--primary-color);
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-navigation .pxl--item-grid a .bl.bl1 {
    top: 0;
    left: 0
}

.pxl-post-navigation .pxl--item-grid a .bl.bl2 {
    top: 0;
    right: 0
}

.pxl-post-navigation .pxl--item-grid a .bl.bl3 {
    bottom: 0;
    right: 0
}

.pxl-post-navigation .pxl--item-grid a .bl.bl4 {
    bottom: 0;
    left: 0
}

.pxl-post-navigation .pxl--item-grid a:hover {
    transform: scale(.8)
}

.pxl-post-navigation .pxl--item-grid a:hover .bl {
    background-color: var(--secondary-color)
}

.pxl-industries-grid-layout1 .pxl-grid-item {
    margin-bottom: 30px
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner {
    border: 1px solid #d3d5d6;
    padding: 20px 45px 41px
}

@media(max-width: 767px) {
    .pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner {
        padding:20px 15px 31px
    }
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .content-top {
    display: flex;
    align-items: center;
    column-gap: 20px
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 1e3px;
    background-color: var(--secondary-color)
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--icon svg {
    fill: #fff;
    max-width: 40px;
    height: auto
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--icon img {
    max-width: 40px;
    height: auto
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--icon i {
    color: #fff;
    font-size: 40px
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--featured {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 1e3px;
    overflow: hidden
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-post--content {
    font-size: 15px;
    color: #4b535d;
    line-height: 25px
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-holder-content {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    border-top: 1px solid #d8d9da;
    margin-top: 23px;
    padding-top: 16px
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-holder-content .pxl-post--title {
    margin-bottom: 13px
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-holder-content .pxl-post--title a {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    text-decoration: underline transparent;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    color: #0a1119
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner .pxl-holder-content .pxl-post--title a:hover {
    text-decoration: underline #0a1119
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .pxl-holder-content {
    border-color: #121c27
}

.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .pxl-post--icon img,.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .pxl-post--icon svg,.pxl-industries-grid-layout1 .pxl-grid-item .pxl-post--inner:hover .pxl-post--icon i {
    animation-name: wobble_vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.pxl-industries-carousel1 .pxl-grid-filter,.pxl-portfolio-carousel1 .pxl-grid-filter {
    margin-bottom: 68px
}

.pxl-industries-carousel1 .swiper-filter .filter-item,.pxl-portfolio-carousel1 .swiper-filter .filter-item {
    color: #fff
}

.pxl-industries-carousel1 .swiper-filter .filter-item:before,.pxl-portfolio-carousel1 .swiper-filter .filter-item:before {
    background-color: #fff
}

.pxl-industries-carousel1 .pxl-post--inner,.pxl-portfolio-carousel1 .pxl-post--inner {
    padding: 20px 30px;
    position: relative;
    background-position: 50%;
    background-size: cover;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media(max-width: 1300px) {
    .pxl-industries-carousel1 .pxl-post--inner,.pxl-portfolio-carousel1 .pxl-post--inner {
        padding:20px 15px
    }
}

@media(max-width: 575px) {
    .pxl-industries-carousel1 .pxl-post--inner,.pxl-portfolio-carousel1 .pxl-post--inner {
        min-height:420px
    }
}

.pxl-industries-carousel1 .pxl-post--inner:before,.pxl-portfolio-carousel1 .pxl-post--inner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg,#060a0e 0%,#060a0e 25%,transparent 40%);
    opacity: .6;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-industries-carousel1 .pxl-post--inner:after,.pxl-portfolio-carousel1 .pxl-post--inner:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg,#060a0e 0%,#060a0e 100%);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-industries-carousel1 .pxl-post--inner .pxl-post--category,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--category {
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    margin-bottom: 4px;
    color: #fff
}

.pxl-industries-carousel1 .pxl-post--inner .pxl-post--category a,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--category a {
    font-size: 15px;
    line-height: 25px;
    color: #fff
}

.pxl-industries-carousel1 .pxl-post--inner .pxl-post--category a:hover,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--category a:hover {
    text-decoration: underline
}

.pxl-industries-carousel1 .pxl-post--inner .pxl-post--title,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--title {
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    position: relative;
    padding-bottom: 7px
}

.pxl-industries-carousel1 .pxl-post--inner .pxl-post--title:before,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--title:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    height: 1px;
    width: 86px;
    background-color: #fff;
    opacity: .3
}

.pxl-industries-carousel1 .pxl-post--inner .pxl-post--title a,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--title a {
    font-size: 23px;
    line-height: 38px;
    color: #fff
}

.pxl-industries-carousel1 .pxl-post--inner .btn-readmore,.pxl-portfolio-carousel1 .pxl-post--inner .btn-readmore {
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    margin-top: 43px
}

.pxl-industries-carousel1 .pxl-post--inner .btn-readmore a,.pxl-portfolio-carousel1 .pxl-post--inner .btn-readmore a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    background-color: #fff;
    border-radius: 1e3px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-industries-carousel1 .pxl-post--inner .btn-readmore a:hover,.pxl-portfolio-carousel1 .pxl-post--inner .btn-readmore a:hover {
    transform: rotate(-45deg)
}

.pxl-industries-carousel1 .pxl-post--inner .pxl-post--content,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--content {
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    padding-top: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #fff
}

.pxl-industries-carousel1 .pxl-post--inner .pxl-meta-top,.pxl-portfolio-carousel1 .pxl-post--inner .pxl-meta-top {
    position: relative;
    z-index: 2;
    transform: scale(0)translatey(-100px);
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1)
}

.pxl-industries-carousel1 .pxl-post--inner .meta-bottom,.pxl-portfolio-carousel1 .pxl-post--inner .meta-bottom {
    position: absolute;
    bottom: 38px;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1);
    left: 0;
    right: 0
}

.pxl-industries-carousel1 .pxl-post--inner .meta-bottom .pxl-post--title,.pxl-portfolio-carousel1 .pxl-post--inner .meta-bottom .pxl-post--title {
    margin-bottom: 0;
    padding-bottom: 0
}

.pxl-industries-carousel1 .pxl-post--inner .meta-bottom .pxl-post--title:before,.pxl-portfolio-carousel1 .pxl-post--inner .meta-bottom .pxl-post--title:before {
    display: none
}

.pxl-industries-carousel1 .pxl-post--inner:hover .pxl-meta-top,.pxl-portfolio-carousel1 .pxl-post--inner:hover .pxl-meta-top {
    transform: scale(1)translatey(0)
}

.pxl-industries-carousel1 .pxl-post--inner:hover .meta-bottom,.pxl-portfolio-carousel1 .pxl-post--inner:hover .meta-bottom {
    transform: scale(0);
    bottom: -30%;
    opacity: 0
}

.pxl-industries-carousel1 .pxl-post--inner:hover:before,.pxl-portfolio-carousel1 .pxl-post--inner:hover:before {
    opacity: 0
}

.pxl-industries-carousel1 .pxl-post--inner:hover:after,.pxl-portfolio-carousel1 .pxl-post--inner:hover:after {
    opacity: .5
}

.pxl-post-list .post-list-toolbar {
    margin-bottom: 30px
}

@media(max-width: 575px) {
    .pxl-post-list .post-list-toolbar {
        display:block
    }

    .pxl-post-list .post-list-toolbar .nice-select {
        max-width: 200px;
        margin-top: 20px
    }
}

.pxl-post-list .post-list-toolbar .result-count {
    font-size: 15px;
    color: #0a1119
}

.pxl-post-list .post-list-toolbar .current {
    line-height: 50px;
    font-size: 15px!important;
    color: #0a1119
}

.pxl-post-list .post-list-toolbar .nice-select {
    height: 50px;
    border-radius: 1e3px;
    background-color: #e7e7e7!important;
    padding: 0 80px 0 33px!important
}

.pxl-post-list .post-list-toolbar .nice-select:before {
    border-radius: 1e3px;
    font-size: 10px!important;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--secondary-color);
    color: #fff;
    right: 7px
}

.pxl-post-list .pxl-grid-pagination {
    display: flex;
    margin-top: 80px
}

.pxl-post-list .list-item .wrap-item-content {
    display: flex;
    align-items: center
}

.pxl-post-list .list-item .wrap-item-content .item-content {
    padding: 40px 50px 40px 40px
}

@media(max-width: 1300px) {
    .pxl-post-list .list-item .wrap-item-content .item-content {
        padding:20px
    }
}

@media(max-width: 1200px) {
    .pxl-post-list .list-item .wrap-item-content .item-content {
        padding:0
    }
}

.pxl-post-list .list-item .btn-volumn,.pxl-post-list .list-item .video-play-button {
    position: absolute;
    top: 50%;
    width: 77px;
    height: 77px;
    border-radius: 1e4px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #121c27;
    text-align: center;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-list .list-item .btn-volumn i,.pxl-post-list .list-item .video-play-button i {
    color: #fff;
    font-size: 20px;
    line-height: 77px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-post-list .list-item .btn-volumn:hover,.pxl-post-list .list-item .video-play-button:hover {
    background-color: var(--primary-color);
    transform: translate(-50%,-50%)scale(1.05)
}

.pxl-post-list .list-item .btn-volumn:hover i,.pxl-post-list .list-item .video-play-button:hover i {
    color: #fff
}

.pxl-post-list .list-item .video-play-button i {
    font-size: 15px
}

.pxl-post-list .list-item.format-link .link-wrap,.pxl-post-list .list-item.format-quote .link-wrap,.pxl-post-list .list-item.format-link .quote-wrap,.pxl-post-list .list-item.format-quote .quote-wrap {
    padding: 50px 80px 42px;
    position: relative;
    background-color: var(--primary-color)
}

@media(max-width: 767px) {
    .pxl-post-list .list-item.format-link .link-wrap,.pxl-post-list .list-item.format-quote .link-wrap,.pxl-post-list .list-item.format-link .quote-wrap,.pxl-post-list .list-item.format-quote .quote-wrap {
        padding:50px 40px 42px
    }
}

@media(max-width: 575px) {
    .pxl-post-list .list-item.format-link .link-wrap,.pxl-post-list .list-item.format-quote .link-wrap,.pxl-post-list .list-item.format-link .quote-wrap,.pxl-post-list .list-item.format-quote .quote-wrap {
        padding:30px 20px 32px
    }
}

.pxl-post-list .list-item.format-link .link-inner,.pxl-post-list .list-item.format-quote .link-inner {
    display: flex;
    column-gap: 60px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding-bottom: 27px
}

@media(max-width: 767px) {
    .pxl-post-list .list-item.format-link .link-inner,.pxl-post-list .list-item.format-quote .link-inner {
        column-gap:30px
    }
}

@media(max-width: 575px) {
    .pxl-post-list .list-item.format-link .link-inner,.pxl-post-list .list-item.format-quote .link-inner {
        display:block
    }
}

.pxl-post-list .list-item.format-link .pxl-hl-image,.pxl-post-list .list-item.format-quote .pxl-hl-image {
    position: absolute;
    bottom: 0;
    right: 0
}

.pxl-post-list .list-item.format-link .meta-inner,.pxl-post-list .list-item.format-quote .meta-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.pxl-post-list .list-item.format-link .link-title,.pxl-post-list .list-item.format-quote .link-title {
    margin-bottom: 0;
    margin-top: 16px
}

@media(max-width: 575px) {
    .pxl-post-list .list-item.format-link .link-title,.pxl-post-list .list-item.format-quote .link-title {
        font-size:23px;
        line-height: 33px
    }
}

.pxl-post-list .list-item.format-link .link-title a,.pxl-post-list .list-item.format-quote .link-title a {
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    text-decoration: underline transparent;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .pxl-post-list .list-item.format-link .link-title a,.pxl-post-list .list-item.format-quote .link-title a {
        font-size:23px;
        line-height: 33px
    }
}

.pxl-post-list .list-item.format-link .link-title a:hover,.pxl-post-list .list-item.format-quote .link-title a:hover {
    text-decoration: underline #fff
}

.pxl-post-list .list-item.format-link .link-icon,.pxl-post-list .list-item.format-quote .link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 81px;
    min-width: 81px;
    height: 81px;
    border-radius: 1e3px;
    background-color: rgba(255,255,255,.1)
}

.pxl-post-list .list-item.format-link .link-icon a,.pxl-post-list .list-item.format-quote .link-icon a {
    display: flex;
    align-items: center;
    justify-content: center
}

.pxl-post-list .list-item.format-link .link-icon svg,.pxl-post-list .list-item.format-quote .link-icon svg {
    fill: #fff;
    width: 35px
}

@media(max-width: 575px) {
    .pxl-post-list .list-item.format-link .link-icon,.pxl-post-list .list-item.format-quote .link-icon {
        margin-bottom:20px
    }
}

.pxl-post-list .list-item.format-link .quote-inner-wrap .link-icon,.pxl-post-list .list-item.format-quote .quote-inner-wrap .link-icon {
    margin-top: 9px
}

.pxl-post-list .list-item.format-link .quote-inner-wrap .link-icon span,.pxl-post-list .list-item.format-quote .quote-inner-wrap .link-icon span {
    font-size: 90px;
    line-height: 0;
    color: #fff;
    padding-top: 52px
}

.pxl-post-list .list-item.format-link .quote-inner-wrap .link-inner,.pxl-post-list .list-item.format-quote .quote-inner-wrap .link-inner {
    padding-bottom: 23px
}

.pxl-post-list .list-item.format-link span,.pxl-post-list .list-item.format-quote span {
    display: inline-block;
    font-size: 13px;
    color: #c4c4c4;
    line-height: 18px;
    font-weight: 400
}

.pxl-post-list .list-item.format-link span a,.pxl-post-list .list-item.format-quote span a {
    font-size: 13px;
    color: #c4c4c4;
    line-height: 18px;
    font-weight: 400;
    display: block
}

.pxl-post-list .list-item.format-link span a:hover,.pxl-post-list .list-item.format-quote span a:hover {
    color: #fff
}

.pxl-post-list .list-item.format-link span+span,.pxl-post-list .list-item.format-quote span+span {
    margin-left: 17px;
    padding-left: 17px;
    border-left: 1px solid rgba(255,255,255,.15)
}

.pxl-post-list .list-item.format-link .quote-text,.pxl-post-list .list-item.format-quote .quote-text {
    margin-top: 20px;
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #fff
}

.pxl-post-list .list-item.format-link .link-footer,.pxl-post-list .list-item.format-quote .link-footer,.pxl-post-list .list-item.format-link .quote-footer,.pxl-post-list .list-item.format-quote .quote-footer {
    width: 100%;
    margin-top: 28px
}

.pxl-post-list .list-item.format-link .link-footer a,.pxl-post-list .list-item.format-quote .link-footer a,.pxl-post-list .list-item.format-link .quote-footer a,.pxl-post-list .list-item.format-quote .quote-footer a,.pxl-post-list .list-item.format-link .link-footer .quote-cite,.pxl-post-list .list-item.format-quote .link-footer .quote-cite,.pxl-post-list .list-item.format-link .quote-footer .quote-cite,.pxl-post-list .list-item.format-quote .quote-footer .quote-cite {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 500
}

.pxl-post-list .list-item.format-standard,.pxl-post-list .list-item.format-video,.pxl-post-list .list-item.format-audio {
    border: 1px solid #d3d5d6;
    padding: 20px
}

.pxl-post-list .list-item.format-standard .post-image,.pxl-post-list .list-item.format-video .post-image,.pxl-post-list .list-item.format-audio .post-image {
    position: relative
}

.pxl-post-list .list-item.format-standard .post-image .post-date,.pxl-post-list .list-item.format-video .post-image .post-date,.pxl-post-list .list-item.format-audio .post-image .post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 80px;
    background-color: rgba(255,255,255,.35);
    border-radius: 5px;
    backdrop-filter: blur(10px);
    height: 100px;
    text-align: center
}

@media(max-width: 575px) {
    .pxl-post-list .list-item.format-standard .post-image .post-date,.pxl-post-list .list-item.format-video .post-image .post-date,.pxl-post-list .list-item.format-audio .post-image .post-date {
        top:0;
        right: 0;
        border-radius: 5px 0 0 5px
    }
}

.pxl-post-list .list-item.format-standard .post-image .post-date .day,.pxl-post-list .list-item.format-video .post-image .post-date .day,.pxl-post-list .list-item.format-audio .post-image .post-date .day {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 18px;
    display: block;
    width: 100%
}

.pxl-post-list .list-item.format-standard .post-image .post-date .month,.pxl-post-list .list-item.format-video .post-image .post-date .month,.pxl-post-list .list-item.format-audio .post-image .post-date .month {
    color: #fff;
    font-size: 15px
}

.pxl-post-list .list-item.format-standard .item-title,.pxl-post-list .list-item.format-video .item-title,.pxl-post-list .list-item.format-audio .item-title {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media(max-width: 575px) {
    .pxl-post-list .list-item.format-standard .item-title,.pxl-post-list .list-item.format-video .item-title,.pxl-post-list .list-item.format-audio .item-title {
        font-size:23px;
        line-height: 33px
    }
}

.pxl-post-list .list-item.format-standard .item-title a,.pxl-post-list .list-item.format-video .item-title a,.pxl-post-list .list-item.format-audio .item-title a {
    text-decoration: underline transparent
}

.pxl-post-list .list-item.format-standard .item-title a:hover,.pxl-post-list .list-item.format-video .item-title a:hover,.pxl-post-list .list-item.format-audio .item-title a:hover {
    text-decoration: underline #0a1119
}

.pxl-post-list .list-item.format-standard .item-excerpt,.pxl-post-list .list-item.format-video .item-excerpt,.pxl-post-list .list-item.format-audio .item-excerpt {
    font-size: 15px;
    line-height: 25px;
    color: var(--third-color);
    margin-bottom: 37px
}

.pxl-post-list .list-item.format-standard .item-post-metas,.pxl-post-list .list-item.format-video .item-post-metas,.pxl-post-list .list-item.format-audio .item-post-metas {
    margin-top: 16px;
    margin-bottom: 27px;
    border-bottom: 1px solid #d3d5d6;
    padding-bottom: 15px
}

.pxl-post-list .list-item.format-standard .item-post-metas .meta-inner>span,.pxl-post-list .list-item.format-video .item-post-metas .meta-inner>span,.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner>span {
    margin-top: 5px;
    margin-bottom: 5px
}

.pxl-post-list .list-item.format-standard .item-post-metas .meta-inner,.pxl-post-list .list-item.format-video .item-post-metas .meta-inner,.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.pxl-post-list .list-item.format-standard .item-post-metas .meta-inner .icon-post,.pxl-post-list .list-item.format-video .item-post-metas .meta-inner .icon-post,.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner .icon-post {
    margin-right: 13px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d4d6d7;
    border-radius: 1e3px;
    text-align: center
}

.pxl-post-list .list-item.format-standard .item-post-metas .meta-inner .icon-post i,.pxl-post-list .list-item.format-video .item-post-metas .meta-inner .icon-post i,.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner .icon-post i {
    line-height: 29px;
    color: var(--primary-color);
    font-size: 12px
}

.pxl-post-list .list-item.format-standard .item-post-metas .meta-inner>span:not(:last-child),.pxl-post-list .list-item.format-video .item-post-metas .meta-inner>span:not(:last-child),.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner>span:not(:last-child) {
    margin-right: 30px;
    position: relative
}

@media(max-width: 1200px) {
    .pxl-post-list .list-item.format-standard .item-post-metas .meta-inner>span:not(:last-child),.pxl-post-list .list-item.format-video .item-post-metas .meta-inner>span:not(:last-child),.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner>span:not(:last-child) {
        margin-right:15px
    }
}

.pxl-post-list .list-item.format-standard .item-post-metas .meta-inner span,.pxl-post-list .list-item.format-video .item-post-metas .meta-inner span,.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner span,.pxl-post-list .list-item.format-standard .item-post-metas .meta-inner a,.pxl-post-list .list-item.format-video .item-post-metas .meta-inner a,.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner a {
    align-items: center;
    text-transform: capitalize;
    font-size: 15px;
    color: var(--secondary-color);
    font-family: public sans,sans-serif
}

.pxl-post-list .list-item.format-standard .item-post-metas .meta-inner a:hover,.pxl-post-list .list-item.format-video .item-post-metas .meta-inner a:hover,.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner a:hover {
    text-decoration: underline;
    color: var(--primary-color)
}

.pxl-post-list .list-item.format-standard .item-post-metas .meta-inner .post-comments a:hover,.pxl-post-list .list-item.format-video .item-post-metas .meta-inner .post-comments a:hover,.pxl-post-list .list-item.format-audio .item-post-metas .meta-inner .post-comments a:hover {
    text-decoration: none
}

.pxl-post-list .list-item.format-standard .post-readmore a,.pxl-post-list .list-item.format-video .post-readmore a,.pxl-post-list .list-item.format-audio .post-readmore a {
    display: inline-block;
    padding: 0 25px;
    background-color: var(--primary-color);
    line-height: 50px;
    font-size: 15px;
    border-radius: 1e3px;
    color: #fff;
    position: relative;
    font-weight: 400
}

.pxl-post-list .list-item.format-standard .blog-post-footer,.pxl-post-list .list-item.format-video .blog-post-footer,.pxl-post-list .list-item.format-audio .blog-post-footer {
    display: flex
}

@media(max-width: 767px) {
    .pxl-post-list .list-item.format-standard .blog-post-footer,.pxl-post-list .list-item.format-video .blog-post-footer,.pxl-post-list .list-item.format-audio .blog-post-footer {
        display:block
    }
}

.pxl-post-list .list-item.format-standard .post-shares,.pxl-post-list .list-item.format-video .post-shares,.pxl-post-list .list-item.format-audio .post-shares {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 767px) {
    .pxl-post-list .list-item.format-standard .post-shares,.pxl-post-list .list-item.format-video .post-shares,.pxl-post-list .list-item.format-audio .post-shares {
        justify-content:flex-start;
        margin-top: 20px
    }
}

.pxl-post-list .list-item.format-standard .post-shares .label,.pxl-post-list .list-item.format-video .post-shares .label,.pxl-post-list .list-item.format-audio .post-shares .label {
    margin-right: -198px;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #0a1119;
    font-weight: 400;
    column-gap: 12px;
    letter-spacing: .16px;
    z-index: 2;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .6s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
    position: relative
}

@media(max-width: 767px) {
    .pxl-post-list .list-item.format-standard .post-shares .label,.pxl-post-list .list-item.format-video .post-shares .label,.pxl-post-list .list-item.format-audio .post-shares .label {
        margin-right:6px
    }
}

@media(max-width: 575px) {
    .pxl-post-list .list-item.format-standard .post-shares .label,.pxl-post-list .list-item.format-video .post-shares .label,.pxl-post-list .list-item.format-audio .post-shares .label {
        display:none
    }
}

.pxl-post-list .list-item.format-standard .post-shares .label i,.pxl-post-list .list-item.format-video .post-shares .label i,.pxl-post-list .list-item.format-audio .post-shares .label i {
    background-color: #e7e7e7;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border-radius: 100px;
    font-size: 14px
}

@media(max-width: 767px) {
    .pxl-post-list .list-item.format-standard .post-shares .label i,.pxl-post-list .list-item.format-video .post-shares .label i,.pxl-post-list .list-item.format-audio .post-shares .label i {
        width:35px;
        height: 35px
    }
}

.pxl-post-list .list-item.format-standard .post-shares .social-share .social,.pxl-post-list .list-item.format-video .post-shares .social-share .social,.pxl-post-list .list-item.format-audio .post-shares .social-share .social {
    transform: scale(0);
    display: flex;
    align-items: center;
    column-gap: 8px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .pxl-post-list .list-item.format-standard .post-shares .social-share .social,.pxl-post-list .list-item.format-video .post-shares .social-share .social,.pxl-post-list .list-item.format-audio .post-shares .social-share .social {
        transform:scale(1)
    }
}

.pxl-post-list .list-item.format-standard .post-shares .social-share .social a,.pxl-post-list .list-item.format-video .post-shares .social-share .social a,.pxl-post-list .list-item.format-audio .post-shares .social-share .social a {
    border: 1px solid #c7c9ca;
    border-radius: 100px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    -webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .1s cubic-bezier(.645,.045,.355,1);
    transition: all .1s cubic-bezier(.645,.045,.355,1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 15px
}

.pxl-post-list .list-item.format-standard .post-shares .social-share .social a i,.pxl-post-list .list-item.format-video .post-shares .social-share .social a i,.pxl-post-list .list-item.format-audio .post-shares .social-share .social a i {
    -webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .1s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .1s cubic-bezier(.645,.045,.355,1);
    transition: all .1s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 767px) {
    .pxl-post-list .list-item.format-standard .post-shares .social-share .social a,.pxl-post-list .list-item.format-video .post-shares .social-share .social a,.pxl-post-list .list-item.format-audio .post-shares .social-share .social a {
        width:35px;
        height: 35px
    }
}

.pxl-post-list .list-item.format-standard .post-shares .social-share .social a:hover,.pxl-post-list .list-item.format-video .post-shares .social-share .social a:hover,.pxl-post-list .list-item.format-audio .post-shares .social-share .social a:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pxl-post-list .list-item.format-standard .post-shares:hover .label,.pxl-post-list .list-item.format-video .post-shares:hover .label,.pxl-post-list .list-item.format-audio .post-shares:hover .label {
    margin-right: 25px
}

.pxl-post-list .list-item.format-standard .post-shares:hover .social,.pxl-post-list .list-item.format-video .post-shares:hover .social,.pxl-post-list .list-item.format-audio .post-shares:hover .social {
    transform: scale(1)!important;
    transition-delay: 250ms!important
}

.pxl-post-list .list-item+.list-item {
    margin-top: 50px
}

.pxl-post-list .pxl-load-more {
    display: flex
}

.pxl-image-carousel .pxl-item--image {
    background-position: 50%;
    background-size: cover
}

.pxl-image-carousel img {
    width: 100%
}

.pxl-image-carousel.style-2 .pxl-item--image {
    position: relative
}

.pxl-image-carousel.style-2 .pxl-item--image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/bf-im.png);
    background-position: 50%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-carousel.style-2 .pxl-item--image .lightbox {
    opacity: 0;
    margin-top: -30px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 65px;
    height: 65px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 65px
}

.pxl-image-carousel.style-2 .pxl-item--image .lightbox:hover {
    background-color: #fff;
    color: var(--primary-color)
}

.pxl-image-carousel.style-2 .pxl-item--image:hover:before {
    opacity: 1
}

.pxl-image-carousel.style-2 .pxl-item--image:hover .lightbox {
    margin-top: 0;
    opacity: 1
}

.pxl-image-carousel.style-3 .pxl-swiper-slide .pxl-item--image {
    background-size: 100%!important;
    -webkit-transition: all 10s linear 0ms;
    -khtml-transition: all 10s linear 0ms;
    -moz-transition: all 10s linear 0ms;
    -ms-transition: all 10s linear 0ms;
    -o-transition: all 10s linear 0ms;
    transition: all 10s linear 0ms;
    background-size: cover!important
}

.pxl-image-carousel2 .pxl-swiper-slide .pxl-item--image {
    overflow: hidden;
    position: relative
}

.pxl-image-carousel2 .pxl-swiper-slide .pxl-item--image img {
    transform: scale(1.05);
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-carousel2 .pxl-swiper-slide .pxl-item--image .pxl-btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(18,28,39,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 1e3px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-carousel2 .pxl-swiper-slide .pxl-item--image .pxl-btn-video:hover {
    background-color: var(--primary-color);
    color: #fff
}

.pxl-image-carousel2 .pxl-swiper-slide .pxl-item--image:hover img {
    transform: scale(1)
}

.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .pxl-item--star {
    margin-top: 1px;
    display: inline-flex;
    align-items: center
}

.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .pxl-item--star svg {
    margin: 0 -1px;
    width: 17px;
    fill: var(--primary-color)
}

.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .top-content {
    margin-top: 34px;
    column-gap: 20px
}

.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .top-content .pxl-item--title {
    margin-right: 25px;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0
}

.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .pxl-item--position {
    font-size: 15px;
    line-height: 28px;
    color: #848b94
}

.pxl-image-carousel3 .pxl-swiper-container {
    margin: 0
}

.pxl-image-carousel3 .pxl-swiper-slide {
    padding: 0;
    border: 1px solid #d3d5d6;
    border-left: none
}

.pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner {
    text-align: center;
    padding: 70px 50px
}

@media(max-width: 992px) {
    .pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner {
        padding:50px 20px
    }
}

@media(max-width: 767px) {
    .pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner {
        padding:50px 20px
    }
}

.pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
    width: 256px;
    height: 256px;
    border-radius: 1e3px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

@media(max-width: 1200px) {
    .pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
        width:200px;
        height: 200px
    }
}

@media(max-width: 767px) {
    .pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
        width:150px;
        height: 150px
    }
}

.pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--image img {
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 18px
}

.pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--description {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 27px
}

.pxl-image-carousel3 .pxl-swiper-slide .pxl-item--inner .btn-more {
    width: 100%;
    display: block;
    line-height: 50px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 0;
    font-weight: 400
}

.pxl-image-carousel3 .pxl-swiper-slide:hover .pxl-item--image img {
    transform: scale(1.05)
}

.pxl-image-carousel3 .pxl-swiper-slide:hover .pxl-item--image img:nth-child(2) {
    opacity: 1
}

.pxl-image-carousel5 .pxl-swiper-slide {
    padding: 25px;
    border: 1px solid #d7d7d7;
    border-right: none;
    margin-bottom: 2px
}

.pxl-image-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
    border: 1px solid #d7d7d7;
    overflow: hidden
}

.pxl-image-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-button {
    margin-top: 27px;
    margin-bottom: 30px;
    text-align: center
}

.pxl-image-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-button a {
    font-size: 17px;
    font-weight: 400;
    color: var(--secondary-color);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-button a:hover {
    color: var(--primary-color)
}

.pxl-image-carousel4 .pxl-swiper-bottom {
    justify-content: center
}

.pxl-image-carousel4 .pxl-swiper-bottom .pxl-swiper-dots {
    margin-top: 41px;
    margin-bottom: 10px
}

.pxl-image-carousel4 .pxl-swiper-slide {
    opacity: .35;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner {
    border: 1px solid #d3d5d6;
    background-color: #fff;
    padding: 47px 60px 41px
}

@media(max-width: 767px) {
    .pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner {
        padding:20px
    }
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .icon-box {
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    position: absolute;
    width: 195px;
    height: 90px;
    top: 0;
    right: 150px
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .icon-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 20px;
    width: 150px;
    clip-path: polygon(50% 100%,0 0,100% 0);
    height: 100%;
    background-color: #131d28;
    opacity: .05;
    -webkit-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 1s cubic-bezier(.645,.045,.355,1);
    transition: all 1s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .icon-box:after {
    -webkit-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 1s cubic-bezier(.645,.045,.355,1);
    transition: all 1s cubic-bezier(.645,.045,.355,1);
    clip-path: polygon(50% 100%,0 0,100% 0);
    position: absolute;
    content: '';
    top: 0;
    right: 20px;
    width: 150px;
    height: 100%;
    background-color: #131d28;
    opacity: .05
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .content-top {
    display: flex;
    align-items: center;
    column-gap: 65px;
    position: relative;
    padding-right: 100px
}

@media(max-width: 1200px) {
    .pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .content-top {
        column-gap:35px
    }
}

@media(max-width: 767px) {
    .pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .content-top {
        padding-right:0;
        display: block
    }
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--sub-title {
    font-size: 13px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin-bottom: 17px
}

@media(max-width: 767px) {
    .pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--sub-title {
        margin-top:30px
    }
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    font-size: 30px;
    line-height: 40px;
    color: #0a1119;
    max-width: 420px
}

@media(max-width: 767px) {
    .pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
        max-width:100%
    }
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--description {
    border-top: 1px solid #d3d5d6;
    margin-top: 49px;
    font-size: 15px;
    line-height: 26px;
    color: #4b535d;
    padding-top: 32px;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--description {
        margin-top:20px;
        padding-top: 20px
    }
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
    max-width: 203px;
    border-radius: 1e3px;
    overflow: hidden
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--image img {
    transform: scale(1.2);
    -webkit-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 1s cubic-bezier(.645,.045,.355,1);
    transition: all 1s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .btn_link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    width: 85px;
    height: 85px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 22px
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .btn_link i {
    line-height: 16px;
    margin-bottom: -3px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .btn_link:hover {
    background-color:
}

.pxl-image-carousel4 .pxl-swiper-slide .pxl-item--inner .btn_link:hover i {
    transform: rotate(-45deg)
}

.pxl-image-carousel4 .pxl-swiper-slide.swiper-slide-active {
    opacity: 1
}

.pxl-image-carousel4 .pxl-swiper-slide.swiper-slide-active .icon-box {
    opacity: 1
}

.pxl-image-carousel4 .pxl-swiper-slide.swiper-slide-active .icon-box:before {
    left: 0
}

.pxl-image-carousel4 .pxl-swiper-slide.swiper-slide-active .icon-box:after {
    right: 0
}

.pxl-image-carousel4 .pxl-swiper-slide.swiper-slide-active .pxl-item--image img {
    transform: scale(1)
}

.pxl-image-carousel6 .pxl-swiper-slide .pxl-item--inner {
    text-align: center
}

.pxl-image-carousel6 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
    margin-bottom: 19px;
    overflow: hidden;
    border-radius: 18px
}

.pxl-image-carousel6 .pxl-swiper-slide .pxl-item--inner .pxl-item--image img {
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1);
    filter: grayscale(100)
}

.pxl-image-carousel6 .pxl-swiper-slide .pxl-item--inner:hover img {
    transform: scale(1.05);
    filter: grayscale(0)
}

.pxl-image-carousel6 .pxl-swiper-slide .pxl-item--inner .pxl-item--title a {
    font-size: 23px;
    line-height: 40px;
    color: #111;
    text-decoration: underline transparent;
    font-size: 23px
}

.pxl-image-carousel6 .pxl-swiper-slide .pxl-item--inner .pxl-item--title a:hover {
    text-decoration: underline #111
}

.pxl-image-carousel6 .pxl-swiper-slide .pxl-item--inner .pxl-item--description {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    max-width: 85%;
    margin: 0 auto
}

.pxl-image-carousel6 .pxl-swiper-bottom {
    justify-content: center
}

.pxl-image-carousel6 .pxl-swiper-bottom .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before {
    border-color: var(--primary-color)
}

button,.button {
    color: #fff;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    border: none;
    height: auto;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden
}

button:hover,.button:hover,button:focus,.button:focus,button:active,.button:active {
    background-position: 100%;
    color: #fff
}

.fa-classic,.fa-regular,.fa-solid,.far,.fas {
    font-family: "Font Awesome 5 Free"!important!important
}

.btn-submit {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    padding: 0 85px 0 36px;
    line-height: 55px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: var(--primary-color);
    position: relative
}

.btn-submit:hover {
    background-color: var(--secondary-color)
}

@-webkit-keyframes pxl_btn_shine {
    100% {
        left: 200%
    }
}

@keyframes pxl_btn_shine {
    100% {
        left: 200%
    }
}

input[type=submit] {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0 28px;
    line-height: 54px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    border-radius: 60px;
    background-color: #000;
    color: #fff;
    height: auto;
    text-align: center;
    justify-content: center;
    text-transform: uppercase
}

input[type=submit]:hover {
    outline: none;
    text-decoration: none;
    color: #fff
}

.btn:not(.btn-stroke) {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 0 38px;
    line-height: 46px;
    border-radius: 56px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    position: relative;
    cursor: pointer;
    border: none;
    height: auto;
    display: inline-flex;
    align-items: center;
    text-align: center;
    background-color: var(--primary-color);
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 56px
}

.btn:not(.btn-stroke) i {
    text-align: center;
    -webkit-transition: all .15s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .15s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .15s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .15s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .15s cubic-bezier(.645,.045,.355,1);
    transition: all .15s cubic-bezier(.645,.045,.355,1);
    display: block
}

.btn:not(.btn-stroke) i:before {
    display: block;
    -webkit-transition: all .15s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .15s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .15s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .15s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .15s cubic-bezier(.645,.045,.355,1);
    transition: all .15s cubic-bezier(.645,.045,.355,1)
}

.btn:not(.btn-stroke):hover {
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: var(--secondary-color)
}

.btn:not(.btn-stroke).pxl-icon--right {
    flex-direction: row-reverse
}

.btn:not(.btn-stroke).btn-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.1)
}

.btn:not(.btn-stroke).full {
    width: 100%
}

.btn:not(.btn-stroke) svg {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1)
}

.btn:not(.btn-stroke) svg path {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1)
}

.btn:not(.btn-stroke).btn-svg svg {
    width: 0
}

.btn:not(.btn-stroke).btn-text-nina .pxl--btn-text {
    position: relative;
    direction: ltr
}

.btn:not(.btn-stroke).btn-text-nina .pxl--btn-text:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
    transition-timing-function: ease,ease;
    -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
    transition-timing-function: cubic-bezier(.75,0,.125,1);
    white-space: nowrap
}

.btn:not(.btn-stroke).btn-text-nina .pxl--btn-text>span {
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate3d(0,-14px,0);
    transform: translate3d(0,-14px,0);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
    transition-timing-function: ease,ease;
    -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
    transition-timing-function: cubic-bezier(.75,0,.125,1);
    line-height: normal
}

.btn:not(.btn-stroke).btn-text-nina:hover {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.btn:not(.btn-stroke).btn-text-nina:hover .pxl--btn-text:before {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

.btn:not(.btn-stroke).btn-text-nina:hover .pxl--btn-text span {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.btn:not(.btn-stroke).btn-text-nina:not(:hover) .pxl--btn-text>span {
    transition-delay: 0s!important
}

.btn:not(.btn-stroke).btn-text-nina.btn-outline-gradient:hover .pxl--btn-text:before {
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0)
}

.btn:not(.btn-stroke).btn-underline {
    position: relative;
    overflow: visible;
    justify-content: start
}

.btn:not(.btn-stroke).btn-underline:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    background-color: var(--primary-color);
    height: 1px;
    width: 0%;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1)
}

.btn:not(.btn-stroke).btn-underline:hover:before {
    width: 100%
}

.btn:not(.btn-stroke).btn-glossy {
    position: relative
}

.btn:not(.btn-stroke).btn-glossy:before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewx(-20deg);
    -khtml-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg);
    transform: skewx(-20deg);
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.35)),to(transparent));
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.35),transparent);
    z-index: -1
}

.btn:not(.btn-stroke).btn-glossy:hover:before {
    -webkit-animation: pxl_btn_shine 1.4s ease;
    animation: pxl_btn_shine 1.4s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.btn:not(.btn-stroke).btn-hide-icon {
    overflow: visible;
    line-height: 1
}

.btn:not(.btn-stroke).btn-hide-icon .pxl--btn-text {
    position: relative
}

.btn:not(.btn-stroke).btn-hide-icon .pxl--btn-text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    background-color: var(--primary-color);
    height: 1px;
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.btn:not(.btn-stroke).btn-hide-icon:hover i {
    -webkit-animation: hide_hover_icon 500ms linear;
    animation: hide_hover_icon 500ms linear
}

.btn:not(.btn-stroke).btn-hide-icon:hover .pxl--btn-text:before {
    width: 100%
}

.btn:not(.btn-stroke).btn-text-parallax .pxl--btn-text {
    -webkit-transition: all 120ms linear 0ms;
    -khtml-transition: all 120ms linear 0ms;
    -moz-transition: all 120ms linear 0ms;
    -ms-transition: all 120ms linear 0ms;
    -o-transition: all 120ms linear 0ms;
    transition: all 120ms linear 0ms
}

.btn:not(.btn-stroke).btn-text-parallax:not(.hovered) .pxl--btn-text {
    transform: translate3d(0,0,0)!important
}

.btn:not(.btn-stroke).btn-text-nanuk .pxl--btn-text span {
    display: inline-block
}

.btn:not(.btn-stroke).btn-text-nanuk:hover,.btn:not(.btn-stroke).btn-text-nanuk:active,.btn:not(.btn-stroke).btn-text-nanuk:not([disabled]):not(.disabled).active,.btn:not(.btn-stroke).btn-text-nanuk:not([disabled]):not(.disabled):active {
    background-color: var(--primary-color)
}

.btn:not(.btn-stroke).btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1),.btn:not(.btn-stroke).btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
    -webkit-animation-timing-function: cubic-bezier(.75,0,.125,1);
    transition-animation-function: cubic-bezier(.75,0,.125,1)
}

.btn:not(.btn-stroke).btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1) {
    -webkit-animation: pxl_nanuk_1 .5s forwards;
    animation: pxl_nanuk_1 .5s forwards
}

.btn:not(.btn-stroke).btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
    -webkit-animation: pxl_nanuk_2 .5s forwards;
    animation: pxl_nanuk_2 .5s forwards
}

.btn:not(.btn-stroke).btn-text-smoke {
    --move: 12px;
    --move-y: -8px;
    --blur: 4px
}

.btn:not(.btn-stroke).btn-text-smoke .pxl-text--front {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    line-height: normal
}

.btn:not(.btn-stroke).btn-text-smoke .pxl-text--front+.pxl-text--back {
    opacity: 0
}

.btn:not(.btn-stroke).btn-text-smoke .pxl-text--inner {
    display: inline-flex;
    line-height: 1
}

.btn:not(.btn-stroke).btn-text-smoke .pxl-text--inner span {
    display: block
}

.btn:not(.btn-stroke).btn-text-smoke:hover .pxl-text--inner span {
    --duration: 600ms;
    -webkit-animation: pxl_smoke var(--duration)linear var(--d);
    animation: pxl_smoke var(--duration)linear var(--d)
}

.btn:not(.btn-stroke).btn-text-reverse .pxl-text--front {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    line-height: normal
}

.btn:not(.btn-stroke).btn-text-reverse .pxl-text--front .pxl-text--inner span {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.btn:not(.btn-stroke).btn-text-reverse .pxl-text--inner {
    display: inline-flex;
    line-height: 1;
    overflow: hidden
}

.btn:not(.btn-stroke).btn-text-reverse .pxl-text--inner span {
    display: block;
    transition: transform .44s ease
}

.btn:not(.btn-stroke).btn-text-reverse:hover {
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.btn:not(.btn-stroke).btn-text-reverse:hover .pxl-text--front .pxl-text--inner span {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.btn:not(.btn-stroke).btn-text-reverse:hover .pxl-text--back .pxl-text--inner span {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

@keyframes pxl_smoke {
    45%,55% {
        filter: blur(var(--blur))
    }

    50%,50.1% {
        opacity: 0
    }

    25%,75% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(var(--move))translateY(var(--move-y))
    }

    50.1% {
        transform: translateX(calc(var(--move) * -1))
    }
}

@keyframes pxl_nanuk_1 {
    0%,100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        color: inherit
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        color: inherit
    }

    100% {
        color: inherit
    }
}

@keyframes pxl_nanuk_2 {
    0%,100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        color: inherit
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        color: inherit
    }

    100% {
        color: inherit
    }
}

.btn-stroke {
    display: inline-flex;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
    position: relative
}

.btn-stroke .pxl-svg-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 100%;
    margin-top: -2px;
    height: auto;
    fill: none;
    stroke-dashoffset: 0;
    stroke-dasharray: 3e3
}

.btn-stroke .pxl-svg-line path {
    stroke: #000;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 18px
}

.btn-stroke:hover,.btn-stroke:focus {
    color: #000
}

.btn-stroke:hover .pxl-svg-line path {
    animation: pxl_btn_stroke .6s ease-in-out;
    -webkit-animation: pxl_btn_stroke .6s ease-in-out
}

@keyframes pxl_btn_stroke {
    0% {
        stroke-dashoffset: 3e3
    }

    to {
        stroke-dashoffset: 0
    }
}

.mc4wp-alert {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.625
}

.mc4wp-alert p:last-child {
    margin-bottom: 0
}

.pxl-nav-menu .pxl-menu-primary>li {
}

.pxl-nav-menu .pxl-menu-primary>li:hover>a:before,.pxl-nav-menu .pxl-menu-primary>li.current-menu-parent>a:before {
    left: 0;
    right: auto;
    width: 100%
}

.pxl-nav-menu .pxl-menu-primary>li>a {
    position: relative;
    font-weight: 400;
    font-size: 17px
}

.pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-angle-arrow-down {
    display: inline-flex;
    font-size: 10px;
    line-height: 1;
    margin-left: 10px;
    -webkit-transition: transform .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: transform .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: transform .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: transform .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: transform .25s cubic-bezier(.645,.045,.355,1);
    transition: transform .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-nav-menu .pxl-menu-primary>li:hover a .caseicon-angle-arrow-down {
    -webkit-transform: rotateX(-180deg);
    -khtml-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.pxl-nav-menu .pxl-menu-item-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pxl-nav-menu .sub-menu li.menu-item-has-children>a:after {
    content: "\f14d";
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 10px;
   
    font-weight: 400
}

@media screen and (min-width: 1201px) {
    .pxl-nav-menu.sub-style-default .sub-menu>li .pxl-menu-item-text {
        -webkit-transition:all 300ms ease-out 0ms;
        -khtml-transition: all 300ms ease-out 0ms;
        -moz-transition: all 300ms ease-out 0ms;
        -ms-transition: all 300ms ease-out 0ms;
        -o-transition: all 300ms ease-out 0ms;
        transition: all 300ms ease-out 0ms
    }

    .pxl-nav-menu.sub-style-default .sub-menu>li .pxl-menu-item-text:before {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        height: 1px;
        width: 0;
        background-color: var(--primary-color);
        -webkit-transition: all 300ms ease-out 0ms;
        -khtml-transition: all 300ms ease-out 0ms;
        -moz-transition: all 300ms ease-out 0ms;
        -ms-transition: all 300ms ease-out 0ms;
        -o-transition: all 300ms ease-out 0ms;
        transition: all 300ms ease-out 0ms;
        left: 0
    }

    .pxl-nav-menu.sub-style-default .sub-menu>li:hover>a .pxl-menu-item-text,.pxl-nav-menu.sub-style-default .sub-menu>li.current_page_item>a .pxl-menu-item-text,.pxl-nav-menu.sub-style-default .sub-menu>li.current-menu-item>a .pxl-menu-item-text,.pxl-nav-menu.sub-style-default .sub-menu>li.current_page_ancestor>a .pxl-menu-item-text,.pxl-nav-menu.sub-style-default .sub-menu>li.current-menu-ancestor>a .pxl-menu-item-text {
        padding-left: 50px;
        color: var(--primary-color)
    }

    .pxl-nav-menu.sub-style-default .sub-menu>li:hover>a .pxl-menu-item-text:before,.pxl-nav-menu.sub-style-default .sub-menu>li.current_page_item>a .pxl-menu-item-text:before,.pxl-nav-menu.sub-style-default .sub-menu>li.current-menu-item>a .pxl-menu-item-text:before,.pxl-nav-menu.sub-style-default .sub-menu>li.current_page_ancestor>a .pxl-menu-item-text:before,.pxl-nav-menu.sub-style-default .sub-menu>li.current-menu-ancestor>a .pxl-menu-item-text:before {
        width: 30px
    }
}

.pxl-nav-menu.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0
}

.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary .sub-menu {
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    margin-top: 0
}

.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li:hover>.sub-menu,.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li.focus>.sub-menu {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px)rotateX(-20deg);
    transform-origin: 50% 0%
}

.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li:hover>.sub-menu,.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li.focus>.sub-menu {
    transform: perspective(500px)rotateX(0)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-arrow-toggle {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-arrow-toggle i {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary .menu-item-has-children>a:before {
    content: "\f14d";
    width: 8px;
    position: absolute;
    top: 50%;
    right: -20px;
    left: auto;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 10px;
   
    font-weight: 400
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary .menu-item-has-children>a:after {
    display: block!important;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
    background-color: var(--secondary-color);
    height: 1px;
    width: 0;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary a:hover .pxl-arrow-toggle i {
    transform: rotate(45deg)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li {
    position: static;
    display: block;
    margin: 0 0 18px
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li>a {
    line-height: normal
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li>a .caseicon-angle-arrow-down {
    display: none!important
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 11px 0 59px rgba(1,1,1,.1);
    height: 100vh;
    position: absolute;
    left: calc(100% + 30px);
    top: 0;
    opacity: 1;
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    text-align: inherit;
    background-color: #fff;
    margin: 0;
    padding-top: 18px;
    transition: none;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li {
    padding: 0 50px
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li>a {
    padding: 0;
    display: inline-block;
    color: #444;
    border: none
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li>a:hover {
    color: var(--primary-color)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li+li {
    margin-top: 8px
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li:hover>a,.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li.current_page_item>a,.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li.current-menu-item>a,.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li.current_page_ancestor>a,.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li.current-menu-ancestor>a {
    color: var(--primary-color)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: var(--secondary-color);
    height: 1px;
    width: 0;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary li:hover>a {
    color: var(--primary-color)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary li:hover>a:after {
    width: 100%
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary li:hover>.sub-menu {
    opacity: 1;
    left: 100%;
    pointer-events: auto
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary .sub-menu li.menu-item-has-children .pxl-arrow-toggle {
    color: inherit
}

.pxl-nav-menu.pxl-mega-boxed .pxl-megamenu>.sub-menu {
    padding: 20px 15px 15px;
    max-width: 1170px
}

.pxl-nav-menu.fr-style-box .pxl-divider-move {
    height: 39px;
    border-radius: 39px;
    background-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%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.pxl-nav-menu.fr-style-box .pxl-divider-move+.pxl-divider-move {
    display: none
}

.pxl-nav-menu.fr-style-box .pxl-divider-move.active {
    opacity: 1
}

.pxl-nav-menu.fr-style-box .pxl-menu-primary>li {
    margin: 0
}

.pxl-nav-menu.fr-style-box .pxl-menu-primary>li>a {
    z-index: 9
}

.pxl-nav-menu.fr-style-box .pxl-menu-primary>li>a .pxl-menu-item-text {
    padding: 0 17px;
    position: relative;
    z-index: 1
}

.pxl-nav-menu.fr-style-box .pxl-menu-primary>li:hover>a,.pxl-nav-menu.fr-style-box .pxl-menu-primary>li.pxl-shape-active>a {
    color: #fff
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li {
    display: inline-block;
    vertical-align: middle
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a {
    border: none
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a:before {
    position: absolute;
    content: '';
    bottom: -1px;
    top: auto;
    right: 0;
    height: 4px;
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 767px) {
    .pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a:before {
        height:2px
    }
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li:hover a:before {
    width: 100%!important
}

.pxl-nav-menu.fr-style-divider2 .pxl-menu-primary>li {
    display: inline-block;
    vertical-align: middle
}

.pxl-nav-menu.fr-style-divider2 .pxl-menu-primary>li>a {
    border: none
}

.pxl-nav-menu.fr-style-divider2 .pxl-menu-primary>li>a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-nav-menu.fr-style-divider2 .pxl-menu-primary>li>a i {
    margin-left: 10px!important
}

.pxl-nav-menu.fr-style-divider2 .pxl-menu-primary>li>a:hover:before {
    left: 0;
    right: auto;
    width: 100%
}

.pxl-nav-menu.fr-style-divider2 .pxl-menu-primary>li.current-menu-parent>a:before {
    width: 100%!important
}

.pxl-nav-menu.fr-style-divider3 .pxl-menu-primary>li {
    display: inline-block;
    vertical-align: middle
}

.pxl-nav-menu.fr-style-divider3 .pxl-menu-primary>li>a {
    border: none
}

.pxl-nav-menu.fr-style-divider3 .pxl-menu-primary>li>a:before {
    background-color: #fff;
    position: absolute;
    content: '';
    bottom: 0;
    top: auto;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    right: 0;
    height: 1px;
    width: 0
}

.pxl-nav-menu.fr-style-divider3 .pxl-menu-primary>li>a i {
    display: none!important
}

.pxl-nav-menu.fr-style-divider3 .pxl-menu-primary>li>a:hover:before,.pxl-nav-menu.fr-style-divider3 .pxl-menu-primary>li>a.pxl-onepage-active:before {
    left: 0;
    right: auto;
    width: 100%
}

.pxl-nav-menu.fr-style-divider3 .pxl-menu-primary>li.current-menu-parent>a:before {
    width: 100%!important
}

.pxl-nav-menu.fr-style-dot .pxl-menu-primary>li {
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.pxl-nav-menu.fr-style-dot .pxl-menu-primary>li>a {
    border: none;
    position: relative
}

.pxl-nav-menu.fr-style-dot .pxl-menu-primary>li>a .pxl-menu-item-text {
    position: relative
}

.pxl-nav-menu.fr-style-dot .pxl-menu-primary>li>a .pxl-menu-item-text:before {
    position: absolute;
    content: '';
    top: 50%!important;
    border-radius: 10px;
    transform: translatey(-50%)scale(0);
    left: -15px!important;
    width: 5px!important;
    height: 5px!important;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: var(--primary-color)
}

.pxl-nav-menu.fr-style-dot .pxl-menu-primary>li:hover .pxl-menu-item-text:before {
    transform: translatey(-50%)scale(1)
}

.pxl-nav-menu.fr-style-dot .pxl-menu-primary>li:last-child>a .pxl-menu-item-text:after {
    display: none
}

.pxl-menu-custom1 .pxl-menu-primary>li>a {
    font-size: 18px
}

@media screen and (max-width: 1600px) {
    .pxl-menu-custom1 .pxl-menu-primary>li {
        margin:0 14px
    }

    .pxl-menu-custom1 .pxl-menu-primary>li>a {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    #pxl-header-default .pxl-menu-primary>li {
        margin:0 1px
    }

    #pxl-header-default .pxl-menu-primary>li>a span {
        line-height: 37px;
        display: inline-flex;
        padding: 0 22px;
        align-items: center;
        position: relative;
        z-index: 1
    }

    #pxl-header-default .pxl-menu-primary>li>a span:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: var(--secondary-color);
        z-index: -1;
        -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
        transition: all .25s cubic-bezier(.645,.045,.355,1);
        transform: scaleY(0);
        transform-origin: bottom center
    }

    #pxl-header-default .pxl-menu-primary>li:hover>a,#pxl-header-default .pxl-menu-primary>li.current_page_item>a,#pxl-header-default .pxl-menu-primary>li.current-menu-item>a,#pxl-header-default .pxl-menu-primary>li.current_page_ancestor>a,#pxl-header-default .pxl-menu-primary>li.current-menu-ancestor>a {
        color: var(--primary-color)
    }

    #pxl-header-default .pxl-menu-primary>li:hover>a span:before,#pxl-header-default .pxl-menu-primary>li.current_page_item>a span:before,#pxl-header-default .pxl-menu-primary>li.current-menu-item>a span:before,#pxl-header-default .pxl-menu-primary>li.current_page_ancestor>a span:before,#pxl-header-default .pxl-menu-primary>li.current-menu-ancestor>a span:before {
        transform: scaleY(1)
    }
}

.section-mega-active .elementor-widget-wrap {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.pxl-mega-menu-elementor::-webkit-scrollbar {
    display: none
}

.pxl-mega-menu-elementor {
    overflow-y: scroll
}

.pxl-icon-box1.style-1 .pxl-item--inner {
    display: flex;
    column-gap: 15px
}

.pxl-icon-box1.style-1 .pxl-item--inner .pxl-item--icon {
    min-width: 14px
}

.pxl-icon-box1.style-1 .pxl-item--inner .pxl-item--title {
    margin: 0
}

.pxl-icon-box1.style-2 .pxl-item--inner {
    display: flex;
    /* align-items: center; */
    column-gap: 25px
}

.pxl-icon-box1.style-2 .pxl-item--inner .pxl-item--icon {
    width: 53px;
    background: linear-gradient(90deg, #936531 0%, #ae854c 25%, #cba86a 50%, #b0894f 75%, #8f612d 100%);
    /* background: white; */
    height: 53px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pxl-icon-box1.style-2 .pxl-item--inner .pxl-item--icon a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.pxl-icon-box1.style-2 .pxl-item--inner .pxl-item--title {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .pxl-icon-box1.style-2 .pxl-item--inner .pxl-item--title {
        margin-top:10px
    }
}

.pxl-icon-box1.style-2 .pxl-item--inner .pxl-item--description {
    /* font-family: dm sans,sans-serif; */
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
    color: #969696;
    font-weight: 600
}

.pxl-icon-box1.style-4 .pxl-item--inner {
    display: flex;
    column-gap: 25px
}

.pxl-icon-box1.style-4 .pxl-item--inner .pxl-item--icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pxl-icon-box1.style-4 .pxl-item--inner .pxl-item--icon a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.pxl-icon-box1.style-4 .pxl-item--inner .pxl-item--title {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    color: #999;
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .pxl-icon-box1.style-4 .pxl-item--inner .pxl-item--title {
        margin-top:10px
    }
}

.pxl-icon-box1.style-4 .pxl-item--inner .pxl-item--description {
    font-family: dm sans,sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600
}

.pxl-icon-box1.ani1:hover i,.pxl-icon-box1.ani1:hover svg,.pxl-icon-box1.ani1:hover img {
    animation-name: scale;
    animation-duration: .7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.pxl-icon-box1.ani2 i,.pxl-icon-box1.ani2 svg,.pxl-icon-box1.ani2 img {
    transform-origin: top;
    animation: ring 1.8s ease-out infinite
}

.pxl-icon-box1.style-3 .pxl-item--inner {
    display: flex;
    column-gap: 42px;
    border-left: 3px solid #d8d9da;
    padding: 32px 47px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box1.style-3 .pxl-item--inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 3px;
    height: 100%;
    width: 0%;
    background: linear-gradient(80deg,#eee9e5 0%,transparent 100%);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box1.style-3 .pxl-item--inner:hover {
    border-color: var(--secondary-color)
}

.pxl-icon-box1.style-3 .pxl-item--inner:hover:before {
    width: 50%
}

.pxl-icon-box1.style-3 .pxl-item--icon {
    position: relative;
    z-index: 2
}

.pxl-icon-box1.style-3 .pxl-item--icon i {
    font-size: 30px
}

.pxl-icon-box1.style-3 .pxl-item--icon svg {
    width: 18px;
    height: auto;
    margin-top: 40px
}

.pxl-icon-box1.style-3 .pxl-item--meta {
    position: relative;
    z-index: 2
}

.pxl-icon-box1.style-3 .pxl-item--meta .pxl-item--title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px
}

.pxl-icon-box1.style-3 .pxl-item--meta .pxl-item--description {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d
}

.pxl-icon-box2 .pxl-item--inner {
    border: 1px solid #646464;
    padding: 48px 55px 41px;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box2 .pxl-item--inner .content-top {
    z-index: 2;
    position: relative;
    display: flex;
    column-gap: 25px;
    align-items: center;
    border-bottom: 1px solid #494949;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    padding-bottom: 25px
}

.pxl-icon-box2 .pxl-item--inner .content-top .pxl-item--title {
    font-size: 16px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0
}

.pxl-icon-box2 .pxl-item--inner .content-top .pxl-item--icon {
    width: 100%;
    max-width: 48px
}

.pxl-icon-box2 .pxl-item--inner .content-top .pxl-item--icon svg {
    height: auto;
    width: 100%
}

.pxl-icon-box2 .pxl-item--inner .pxl-item--description {
    z-index: 2;
    position: relative;
    margin-top: 22px;
    font-size: 15px;
    line-height: 27px;
    color: #c5c5c5;
}

.pxl-icon-box2 .pxl-item--inner:hover {
    /* background-color: #e7e7e7; */
}

.pxl-icon-box2 .pxl-item--inner:hover .content-top {
    border-color: var(--secondary-color)
}

.pxl-icon-box3 .pxl-item--inner {
    display: flex;
    column-gap: 22px
}

.pxl-icon-box3 .pxl-item--inner .pxl-item--icon {
    width: 74px;
    min-width: 74px;
    height: 74px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    transform-origin: center;
    border: 1px solid #d3d5d6;
    border-radius: 1e3px;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    justify-content: center
}

.pxl-icon-box3 .pxl-item--inner .pxl-item--icon svg path,.pxl-icon-box3 .pxl-item--inner .pxl-item--icon i {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box3 .pxl-item--inner .pxl-item--icon i {
    font-size: 48px;
    color: #fff
}

.pxl-icon-box3 .pxl-item--inner .pxl-item--title {
    margin-top: -9px;
    font-size: 23px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 18px
}

.pxl-icon-box3 .pxl-item--inner .pxl-item--description {
    margin-top: 4px;
    font-size: 15px;
    line-height: 25px;
    color: #4b535d
}

.pxl-icon-box3 .pxl-item--inner:hover .pxl-item--icon {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pxl-icon-box3 .pxl-item--inner:hover .pxl-item--icon svg path {
    fill: #fff
}

.pxl-icon-box4 .pxl-item--inner {
    background-color: #e7e7e7;
    text-align: center;
    border-top: 3px solid #121c27;
    padding: 45px 30px 43px
}

.pxl-icon-box4 .pxl-item--inner .pxl-item--icon svg {
    max-width: 60px;
    max-height: 70px;
    fill: #121c27
}

.pxl-icon-box4 .pxl-item--inner .pxl-item--icon i {
    font-size: 55px
}

.pxl-icon-box4 .pxl-item--inner .pxl-item--title {
    font-size: 23px;
    color: #0a1119;
    line-height: 35px;
    margin-top: 31px
}

.pxl-icon-box4 .pxl-item--inner .pxl-item--description {
    font-size: 15px;
    color: #4b535d;
    line-height: 25px
}

.pxl-icon-box4 .pxl-item--inner:hover i,.pxl-icon-box4 .pxl-item--inner:hover svg,.pxl-icon-box4 .pxl-item--inner:hover img {
    animation: zoomRotate 1.3s forwards ease
}

.pxl-icon-box5 .pxl-item--inner {
    position: relative;
    text-align: center;
    border: 1px solid #d3d5d6;
    padding: 79px 45px 70px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box5 .pxl-item--inner .pxl-item--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    background-color: #e7e7e7;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box5 .pxl-item--inner .pxl-item--icon svg {
    width: auto
}

.pxl-icon-box5 .pxl-item--inner .pxl-item--icon svg path,.pxl-icon-box5 .pxl-item--inner .pxl-item--icon svg polygon {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box5 .pxl-item--inner .pxl-item--icon img {
    max-width: 50px
}

.pxl-icon-box5 .pxl-item--inner .pxl-item--icon i {
    font-size: 40px
}

.pxl-icon-box5 .pxl-item--inner .number {
    background-color: #e7e7e7;
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translatex(-50%);
    width: 57px;
    height: 57px;
    line-height: 57px;
    border-radius: 1e3px;
    text-align: center;
    font-size: 17px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box5 .pxl-item--inner .pxl-item--title {
    margin-top: 41px;
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 40px
}

.pxl-icon-box5 .pxl-item--inner .pxl-item--description {
    color: #4b535d;
    font-size: 15px;
    line-height: 25px
}

.pxl-icon-box5 .pxl-item--inner:hover .pxl-item--icon {
    background-color: #121c27
}

.pxl-icon-box5 .pxl-item--inner:hover .pxl-item--icon i {
    color: #fff
}

.pxl-icon-box5 .pxl-item--inner:hover .pxl-item--icon svg path,.pxl-icon-box5 .pxl-item--inner:hover .pxl-item--icon svg polygon {
    fill: #fff!important
}

.pxl-icon-box5 .pxl-item--inner:hover .number {
    background-color: #121c27;
    color: #fff
}

.pxl-icons-carousel1 .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    transform: translatey(-50%);
    right: -80px;
    opacity: 1
}

.pxl-icons-carousel1 .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-next svg {
    width: 25px;
    height: auto
}

.pxl-icons-carousel1 .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    transform: translatey(-50%)scaleX(-1);
    opacity: 1;
    left: -80px
}

.pxl-icons-carousel1 .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-prev svg {
    height: auto;
    width: 25px
}

@media(max-width: 1200px) {
    .pxl-icons-carousel1 .pxl-swiper-bottom {
        justify-content:center
    }

    .pxl-icons-carousel1 .pxl-swiper-arrow {
        position: relative!important
    }

    .pxl-icons-carousel1 .pxl-swiper-arrow-wrap {
        column-gap: 30px;
        margin-top: 50px!important
    }
}

.pxl-icons-carousel1 .pxl-swiper-slide .pxl-item--inner {
    display: flex;
    column-gap: 30px
}

.pxl-icons-carousel1 .pxl-swiper-slide .pxl-item--inner .title-box {
    font-size: 23px;
    line-height: 37px;
    margin-bottom: 17px
}

.pxl-icons-carousel1 .pxl-swiper-slide .pxl-item--inner .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    min-width: 74px;
    border-radius: 1e3px;
    height: 74px;
    background-color: var(--secondary-color);
    position: relative;
    overflow: hidden
}

.pxl-icons-carousel1 .pxl-swiper-slide .pxl-item--inner .icon-box i {
    font-size: 48px;
    color: #fff
}

.pxl-icons-carousel1 .pxl-swiper-slide .pxl-item--inner .icon-box svg {
    fill: #fff
}

.pxl-icons-carousel1 .pxl-swiper-slide .pxl-item--inner .description-box {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 0
}

.pxl-icons-carousel1 .pxl-swiper-slide .pxl-item--inner:hover .icon-box svg,.pxl-icons-carousel1 .pxl-swiper-slide .pxl-item--inner:hover .icon-box i {
    animation-name: updown;
    animation-duration: 300ms;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.pxl-icons-carousel2 .pxl-swiper-container {
    margin: 0
}

.pxl-icons-carousel2 .pxl-swiper-slide {
    padding: 0;
    border-right: 1px solid #dddfe0;
    border-top: 1px solid #dddfe0
}

.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner {
    text-align: center;
    padding: 50px 40px
}

.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner .icon-box {
    margin: 0 auto;
    display: flex;
    height: 91px;
    width: 91px;
    border-radius: 1e3px;
    background-color: #f1f2f2;
    border: 1px solid #dddfe0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    align-items: center;
    justify-content: center
}

.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner .icon-box svg,.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner .icon-box i {
    max-width: 30px;
    height: auto;
    font-size: 30px;
    fill: #121c27;
    color: #121c27;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner .title-box {
    font-size: 23px;
    line-height: 40px;
    margin-top: 26px
}

.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner .description-box {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin-bottom: 43px;
    display: block
}

.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner .btn {
    line-height: 50px;
    width: 100%;
    max-width: 254px;
    border-radius: 8px;
    font-weight: 400
}

.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .icon-box {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .icon-box svg,.pxl-icons-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .icon-box i {
    fill: #fff;
    color: #fff;
    animation-name: wobble_vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.pxl-icon-box6.active .pxl-item--inner ::-webkit-scrollbar {
    display: none!important
}

.pxl-icon-box6 .pxl-item--inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #d3d5d6
}

.pxl-icon-box6 .pxl-item--inner .content-2 {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 110%;
    left: 0;
    background-color: var(--body_bg-color);
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    padding: 35px;
    padding-top: 50px;
    padding-bottom: 0
}

@media(max-width: 1300px) {
    .pxl-icon-box6 .pxl-item--inner .content-2 {
        padding:25px 20px
    }
}

.pxl-icon-box6 .pxl-item--inner .content-2 .pxl-item--icon {
    background-color: var(--primary-color);
    width: 94px;
    height: 94px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 1300px) {
    .pxl-icon-box6 .pxl-item--inner .content-2 .pxl-item--icon {
        width:74px;
        height: 74px
    }
}

.pxl-icon-box6 .pxl-item--inner .content-2 .pxl-item--icon svg,.pxl-icon-box6 .pxl-item--inner .content-2 .pxl-item--icon img {
    max-width: 50px;
    height: auto;
    fill: #fff
}

.pxl-icon-box6 .pxl-item--inner .content-2.active {
    top: 0%
}

.pxl-icon-box6 .pxl-item--inner .content-2 .pxl-item--title {
    font-size: 23px;
    line-height: 33px;
    margin-top: 43px;
    margin-bottom: 16px
}

@media(max-width: 1300px) {
    .pxl-icon-box6 .pxl-item--inner .content-2 .pxl-item--title {
        margin-top:23px;
        margin-bottom: 16px
    }
}

.pxl-icon-box6 .pxl-item--inner .content-2 .pxl-item--description {
    font-size: 15px;
    color: #4b535d;
    line-height: 25px
}

.pxl-icon-box6 .pxl-item--inner .content-1 .pxl-item-image {
    border-bottom: 1px solid #d3d5d6
}

.pxl-icon-box6 .pxl-item--inner .content-1 .pxl-item-image img {
    width: 100%
}

.pxl-icon-box6 .pxl-item--inner .content-1 .entry-body {
    padding: 37px 35px 42px
}

@media(max-width: 767px) {
    .pxl-icon-box6 .pxl-item--inner .content-1 .entry-body {
        padding:37px 15px 42px
    }
}

.pxl-icon-box6 .pxl-item--inner .content-1 .pxl-item--title {
    font-size: 23px;
    line-height: 33px
}

.pxl-icon-box6 .pxl-item--inner .content-1 .pxl-item--description {
    font-size: 15px;
    color: #4b535d;
    line-height: 25px
}

.pxl-icon-box6 .pxl-item--inner .content-1 .btn-show-more {
    margin-top: 39px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    font-size: 17px;
    cursor: pointer;
    color: #0a1119
}

.pxl-icon-box6 .pxl-item--inner .content-1 .btn-show-more .ic {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 1e3px;
    background-color: #dedfe0;
    color: #0a1119;
    align-items: center;
    justify-content: center
}

.pxl-icon-box6 .pxl-item--inner .content-1 .btn-show-more .ic i {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box6 .pxl-item--inner .content-1 .btn-show-more:hover i {
    transform: rotatex(180deg)
}

.pxl-icon-box6 .pxl-item--inner .pxl-list-item {
    margin-top: 26px
}

@media(max-width: 1300px) {
    .pxl-icon-box6 .pxl-item--inner .pxl-list-item {
        margin-top:15px;
        margin-bottom: 15px
    }
}

.pxl-icon-box6 .pxl-item--inner .pxl-list-item li {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-size: 15px;
    line-height: 25px;
    color: var(--secondary-color)
}

.pxl-icon-box6 .pxl-item--inner .pxl-list-item li i {
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 100px;
    background-color: #dedfe0;
    display: flex;
    justify-content: center;
    font-size: 10px;
    color: var(--secondary-color)
}

.pxl-icon-box6 .pxl-item--inner .pxl-list-item li+li {
    margin-top: 12px
}

.pxl-icon-box6 .pxl-item--inner .pxl-item--button {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #0a1119;
    font-size: 17px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    text-decoration: underline transparent
}

.pxl-icon-box6 .pxl-item--inner .pxl-item--button svg {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box6 .pxl-item--inner .pxl-item--button svg path {
    fill: var(--secondary-color)
}

.pxl-icon-box6 .pxl-item--inner .pxl-item--button:hover {
    text-decoration: underline var(--secondary-color);
    column-gap: 25px
}

.pxl-icon-box6 .pxl-item--inner .pxl-item--button:hover svg {
    opacity: 0
}

.pxl-icon-box7 {
    text-align: center
}

.pxl-icon-box7 .cls-1 {
    fill: none;
    stroke: #121c27;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    opacity: 1
}

.pxl-icon-box7 .pxl-item--inner {
    overflow: hidden;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box7 .pxl-item--inner svg,.pxl-icon-box7 .pxl-item--inner img {
    max-width: 67px;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1);
    min-height: 75px
}

.pxl-icon-box7 .pxl-item--inner .pxl-item--title {
    font-size: 23px;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 25px;
    margin-top: 19px;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box7 .pxl-item--inner .pxl-item--title:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    width: 65px;
    height: 1px;
    background-color: #121c27
}

.pxl-icon-box7 .pxl-item--inner .pxl-item--description {
    font-size: 15px;
    -webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .45s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .45s cubic-bezier(.645,.045,.355,1);
    transition: all .45s cubic-bezier(.645,.045,.355,1);
    line-height: 25px;
    color: #4b535d
}

@media(max-width: 1024px) {
    .pxl-icon-box7 .pxl-item--inner .pxl-item--description {
        margin-bottom:0!important
    }
}

@media(min-width: 1025px) {
    .pxl-icon-box7 .pxl-item--inner:hover {
        transform:translatey(-36px)
    }

    .pxl-icon-box7 .pxl-item--inner:hover svg,.pxl-icon-box7 .pxl-item--inner:hover img,.pxl-icon-box7 .pxl-item--inner:hover i {
        max-width: 0;
        min-height: 0
    }
}

.pxl-icon-box7 .pxl-item--inner:hover .pxl-item--description {
    margin-bottom: 0!important
}

.pxl-box-grid1 .pxl-grid-item {
    margin-bottom: 30px
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner {
    border: 1px solid #d7d7d7;
    padding: 41px 50px 49px 40px;
    overflow: hidden;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 767px) {
    .pxl-box-grid1 .pxl-grid-item .pxl-item--inner {
        padding:30px 20px
    }
}

@media(max-width: 575px) {
    .pxl-box-grid1 .pxl-grid-item .pxl-item--inner {
        padding:30px 15px
    }
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--step {
    font-size: 18px;
    display: block;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--primary-color)
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--title {
    font-size: 22px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    line-height: 32px;
    font-weight: 700;
    color: var(--secondary-color)
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--desc {
    margin-top: 3px;
    margin-bottom: 43px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    font-size: 16px;
    line-height: 26px
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-button a {
    font-family: public sans,Sans-serif;
    font-size: 14px;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    line-height: 55px;
    letter-spacing: 1.28px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    border-radius: 0 0 0 0;
    padding: 0 6px 0 35px
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-button a i {
    color: #fff;
    margin-left: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #000
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-button a i:before {
    display: block;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    transform: rotate(-45deg)
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-button a:hover {
    background-color: #fff;
    color: var(--secondary-color)
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner .pxl-button a:hover i:before {
    transform: rotate(0)
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner:hover .pxl-item--title {
    color: #fff
}

.pxl-box-grid1 .pxl-grid-item .pxl-item--inner:hover .pxl-item--desc {
    color: #cdcdcd
}

.pxl-icon-box8 .pxl-item--inner {
    text-align: center
}

.pxl-icon-box8 .pxl-item--inner .pxl-item--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1e3px;
    margin: 0 auto
}

.pxl-icon-box8 .pxl-item--inner .pxl-item--title {
    margin-top: 32px;
    margin-bottom: 23px;
    position: relative;
    padding-bottom: 22px
}

.pxl-icon-box8 .pxl-item--inner .pxl-item--title:before {
    position: absolute;
    content: '';
    width: 59px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%)
}

.pxl-icon-box8 .pxl-item--inner .pxl-item--title:after {
    position: absolute;
    content: '';
    width: 167px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    opacity: .13
}

.pxl-icon-box8 .pxl-item--inner .btn-link {
    margin-top: -25px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    transform: scale(0);
    display: block
}

.pxl-icon-box8 .pxl-item--inner .btn-link i {
    color: #fff;
    font-size: 38px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box8 .pxl-item--inner:hover .btn-link {
    transform: scale(1);
    margin-top: 22px
}

.pxl-icon-box9 {
    text-align: center;
    position: relative
}

.pxl-icon-box9 .pxl-item--inner .pxl-item--title a {
    font-size: 24px;
    color: #fff;
    font-weight: 500
}

.pxl-icon-box9 .pxl-item--inner.front {
    z-index: 2;
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1);
    background-color: rgba(255,255,255,5%);
    padding: 45px 20px 35px
}

.pxl-icon-box9 .pxl-item--inner.front .subtitle {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4.8px
}

.pxl-icon-box9 .pxl-item--inner.front .pxl-item--icon {
    margin: 0 auto;
    margin-top: 47px;
    margin-bottom: 44px;
    width: 127px;
    height: 127px;
    border-radius: 1e3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.15)
}

.pxl-icon-box9 .pxl-item--inner.front .pxl-item--icon svg {
    width: auto;
    fill: #fff
}

.pxl-icon-box9 .pxl-item--inner.front .pxl-item--icon i {
    font-size: 50px;
    color: #fff
}

.pxl-icon-box9 .pxl-item--inner.behind {
    z-index: 1s;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    background-color: rgba(255,255,255,.15);
    padding: 96px 20px 97px;
    position: absolute;
    width: 100%;
    top: 80%;
    transform: translatey(-50%)
}

@media(max-width: 767px) {
    .pxl-icon-box9 .pxl-item--inner.behind {
        padding:56px 20px 57px
    }
}

.pxl-icon-box9 .pxl-item--inner.behind .pxl-item--description {
    margin-top: 30px;
    margin-bottom: 31px;
    font-size: 15px;
    line-height: 25px;
    color: #c4c4c4;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}

.pxl-icon-box9 .pxl-item--inner.behind .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    column-gap: 15px
}

.pxl-icon-box9 .pxl-item--inner.behind .btn-link i {
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    font-size: 31px
}

.pxl-icon-box9 .pxl-item--inner.behind .btn-link:hover i {
    transform: translatex(5px)
}

.pxl-icon-box9:hover .front {
    z-index: 1;
    transform: translatey(50px)scale(.7);
    opacity: 0
}

.pxl-icon-box9:hover .behind {
    z-index: 2;
    transition-delay: 100ms;
    pointer-events: auto;
    top: 50%;
    opacity: 1
}

.pxl-icon-box10 .paper {
    display: flex;
    position: relative;
    justify-content: flex-end
}

.pxl-icon-box10 .paper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 100%;
    background-color: #fff;
    justify-content: flex-end;
    border-top: 1px solid rgba(217,217,217,.6);
    border-left: 1px solid rgba(217,217,217,.6);
    border-radius: 6px 0 0 0
}

.pxl-icon-box10 .paper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    width: calc(100% - 30px);
    height: 10px;
    background-color: #fff;
    justify-content: flex-end
}

.pxl-icon-box10 .paper svg {
    position: relative;
    z-index: 2;
    margin-top: -1px
}

.pxl-icon-box10 .pxl-item--inner {
    text-align: center;
    padding: 0 44px 41px;
    background-color: #fff;
    border: 1px solid rgba(217,217,217,.6);
    border-radius: 0 0 6px 6px;
    border-top: none
}

.pxl-icon-box10 .pxl-item--inner .pxl-item--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 1e3px;
    border: 1px solid rgba(217,217,217,.6);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box10 .pxl-item--inner .pxl-item--icon svg {
    max-width: 36px
}

.pxl-icon-box10 .pxl-item--inner .pxl-item--icon svg path {
    fill: var(--secondary-color);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box10 .pxl-item--inner .pxl-item--icon i {
    font-size: 36px;
    color: var(--secondary-color);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icon-box10 .pxl-item--inner .pxl-item--title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 23px;
    margin-bottom: 19px
}

.pxl-icon-box10 .pxl-item--inner .pxl-item--description {
    color: #4b535d;
    text-align: center;
    font-size: 15px;
    line-height: 25px
}

.pxl-icon-box10:hover .pxl-item--icon {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.pxl-icon-box10:hover .pxl-item--icon svg path {
    fill: #fff
}

.pxl-icon-box10:hover .pxl-item--icon i {
    color: #fff
}

.pxl-icons-list1 {
    display: flex;
    position: relative;
    padding: 135px 0;
    justify-content: space-between
}

.pxl-icons-list1 .row {
    justify-content: space-between
}

@media(max-width: 1200px) {
    .pxl-icons-list1 .row {
        display:block
    }
}

.pxl-icons-list1 .pxl-image-scroll-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    will-change: transform
}

@media(max-width: 1200px) {
    .pxl-icons-list1 .pxl-image-scroll-bg {
        height:100%
    }
}

.pxl-icons-list1 .box-content {
    position: sticky;
    top: 135px;
    height: fit-content;
    width: 50%;
    max-width: 540px
}

@media(max-width: 1200px) {
    .pxl-icons-list1 .box-content {
        width:100%;
        max-width: 100%
    }
}

.pxl-icons-list1 .box-content .title-box {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    /* line-height:55px; */
    margin-bottom: 20px;
}

.pxl-icons-list1 .box-content .description-box {
    color: #d7d7d7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 42px
}

.pxl-icons-list1 .box-content a {
    background-color: #fff;
    border-radius: 6px;
    font-weight: 400;
    color: var(--secondary-color)
}

.pxl-icons-list1 .list-item {
    width: 50%;
    max-width: 660px
}

@media(max-width: 1200px) {
    .pxl-icons-list1 .list-item {
        margin-top:70px;
        width: 100%;
        max-width: 100%
    }
}

.pxl-icons-list1 .icon-box i,.pxl-icons-list1 .icon-box svg {
    -webkit-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 1s cubic-bezier(.645,.045,.355,1);
    transition: all 1s cubic-bezier(.645,.045,.355,1)
}

.pxl-icons-list1 .pxl-iconbox-item {
    opacity: .27;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    transform: scale(.9)
}

@media(max-width: 767px) {
    .pxl-icons-list1 .pxl-iconbox-item {
        transform:scale(1);
        opacity: 1
    }
}

.pxl-icons-list1 .pxl-iconbox-item.active {
    opacity: 1;
    transform: scale(1)
}

.pxl-icons-list1 .pxl-iconbox-item.active .icon-box i,.pxl-icons-list1 .pxl-iconbox-item.active .icon-box svg {
    transform: rotatey(360deg)
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner {
    padding: 40px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,5%);
    background: linear-gradient(116deg,rgba(255,255,255,.36) 0%,rgba(255,255,255,5%) 31.89%,rgba(255,255,255,0) 99.11%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: relative
}

@media(max-width: 767px) {
    .pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner {
        padding:30px 20px
    }
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .btn-arrow {
    position: absolute;
    top: 35px;
    right: 40px;
    width: 115px;
    /* opacity: 0.1; */
    height: 75px;
    /* background-color: #fff; */
    border-radius: 1116px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767px) {
    .pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .btn-arrow {
        top:20px;
        right: 20px;
        width: 50px;
        height: 50px
    }
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .btn-arrow svg path {
    fill: var(--secondary-color);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .btn-arrow:hover {
    background-color: var(--secondary-color)
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .btn-arrow:hover svg path {
    fill: #fff
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .title-item {
    margin-top: 24px;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 16px
}

@media(max-width: 767px) {
    .pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .title-item {
        font-size:20px;
        line-height: 30px;
        margin-top: 40px
    }
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .description-item {
    color: #bec2c8;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .description-item ul {
    margin: 26px 0 0
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .description-item ul li {
    list-style: none;
    color: #fff;
    padding-left: 12px;
    position: relative
}

.pxl-icons-list1 .pxl-iconbox-item .pxl-item--inner .description-item ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #fff
}

.pxl-icons-list1 .pxl-iconbox-item+.pxl-iconbox-item {
    margin-top: 30px
}

.pxl-counter .pxl--counter-number {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.title-full-w {
    width: 100%
}

.pxl-counterslide {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-flex;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.pxl-counterslide .pxl-counterslide-inside {
    display: inline-flex
}

.pxl-counterslide .pxl-counterslide-digit-spacer {
    visibility: hidden
}

.pxl-counterslide .pxl-counterslide-digit,.pxl-counterslide .pxl-counterslide-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-flex;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.pxl-counterslide .pxl-counterslide-digit-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pxl-counterslide .pxl-counterslide-ribbon {
    display: block
}

.pxl-counterslide .pxl-counterslide-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.pxl-counterslide .pxl-counterslide-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
    position: absolute
}

.pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pxl-counterslide.pxl-counterslide-animating-down .pxl-counterslide-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.title-full-w {
    width: 100%
}

.pxl-counter1 .pxl-counter--suffix {
    display: inline-block
}

.pxl-counter1 .pxl-counter--holder {
    display: flex;
    align-items: center;
    column-gap: 30px
}

.pxl-counter1 .pxl-counter--holder .pxl-counter--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    min-width: 65px;
    height: 65px;
    background-color: #121c27;
    border-radius: 1e3px
}

.pxl-counter1 .pxl-counter--title {
    margin-top: 17px
}

.pxl-counter3 .pxl-counter--suffix {
    display: inline-block
}

.pxl-counter3 .pxl-counter--inner {
    display: flex;
    align-items: center;
    column-gap: 30px
}

.pxl-counter3 .pxl-counter--inner .pxl-counter--icon {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    min-width: 57px;
    height: 57px;
    background-color: #121c27;
    border-radius: 1e3px
}

.pxl-counter3 .pxl-counter--inner .pxl-counter--icon i {
    color: #fff
}

.pxl-counter3 .pxl-counter--inner .pxl-counter--number .pxl-counter--value {
    color: var(--secondary-color);
    font-size: 45px;
    font-family: public sans,sans-serif
}

.pxl-counter3 .pxl-counter--title {
    margin-top: 17px
}

.pxl-counter2.style-2 .pxl-counter--number {
    display: flex
}

.pxl-counter2.style-2 .pxl-counter--title {
   
}

.pxl-counter2 .pxl-counter--suffix {
    display: inline-block
}

.pxl-counter2 .pxl-counter--holder {
    display: flex;
    align-items: center;
    column-gap: 25px
}

@media(max-width: 1500px) and (min-width:1300px) {
    .pxl-counter2 .pxl-counter--holder {
        flex-wrap:wrap
    }
}

@media(max-width: 767px) {
    .pxl-counter2 .pxl-counter--holder {
        flex-wrap:wrap
    }
}

.pxl-counter2 .pxl-counter--holder .pxl-counter--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    min-width: 57px;
    height: 57px;
    background-color: #d1d2d3;
    border-radius: 1e3px
}

.pxl-counter2 .pxl-counter--holder .pxl-counter--number {
    font-size: 55px;
    color: #0a1119
}

@media(max-width: 1500px) and (min-width:1300px) {
    .pxl-counter2 .pxl-counter--holder .pxl-counter--number {
        width:100%;
        margin: 10px 0
    }
}

@media(max-width: 767px) {
    .pxl-counter2 .pxl-counter--holder .pxl-counter--number {
        margin:10px 0
    }
}

.pxl-counter2 .pxl-counter--holder .pxl-counter--title {
    font-size: 13px;
    color: #4b535d;
    line-height: 25px;
    letter-spacing: 3.2px;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .pxl-counter2 .pxl-counter--holder .pxl-counter--title br {
        display:none
    }
}

.pxl-btn-video {
    position: relative;
    transition: 300ms all ease!important
}

.pxl-btn-video.style1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1)
}

.pxl-btn-video.style1 i {
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1)
}

.pxl-btn-video.style2 {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 22px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.pxl-btn-video.style2:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.63);
    border-radius: 50%;
    animation: pxl_pulse_border 1500ms ease-out infinite;
    -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
    z-index: -2;
    border-radius: inherit
}

.pxl-btn-video.style-blur {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.pxl-btn-video.style-outline {
    width: 155px;
    height: 155px;
    border: 1px solid #636a6d;
    border-radius: 155px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px
}

.pxl-btn-video.style-outline:before {
    position: absolute;
    transform: translatey(-50%);
    content: '';
    top: 50%;
    left: 25px;
    width: 2px;
    height: 14px;
    background-color: #fff;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-btn-video.style-outline:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translatey(-50%);
    left: 32px;
    width: 2px;
    height: 14px;
    background-color: #fff;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-btn-video.style-outline i,.pxl-btn-video.style-outline svg {
    transform: scale(0);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-btn-video.style-outline:hover:after,.pxl-btn-video.style-outline:hover:before {
    height: 0
}

.pxl-btn-video.style-outline:hover i,.pxl-btn-video.style-outline:hover svg {
    transform: scale(1);
    transition-delay: 200ms
}

.pxl-btn-video.style-outline-2 {
    width: 70px;
    height: 70px;
    border: 1px solid #d0d0d0;
    border-radius: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px
}

.pxl-btn-video.style-outline-2 i,.pxl-btn-video.style-outline-2 svg {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    line-height: 0
}

.pxl-btn-video.style-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0,0,0,.12);
    box-shadow: 0 10px 30px rgba(0,0,0,.12)
}

.pxl-btn-video.style-icon i {
    display: inline-flex
}

.pxl-btn-video.style-icon i.caseicon-play1 {
    margin-left: 2px
}

.pxl-video-player1.pxl-video-style1 {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-video-player1 .label-text {
    margin-left: 20px
}

.pxl-video-player1 .pxl-video--holder+.btn-video-wrap {
    position: absolute;
    z-index: 99;
    text-align: center
}

.pxl-video-player1 .pxl-video--holder+.btn-video-wrap.p-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.pxl-video-player1 .pxl-video--imagebg {
    position: relative;
    overflow: hidden
}

.pxl-video-player1 .pxl-video--imagebg .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -60px
}

.pxl-video-player1.pxl-video-style-icon .pxl-btn-video {
    opacity: 0;
    transform: scale(.4)
}

.pxl-video-player1.pxl-video-style-icon:hover .pxl-btn-video {
    opacity: 1;
    transform: scale(1)
}

.pxl-video-player1.box-gradient {
    padding: 8px;
    background-color: ;
    background-image: -webkit-gradient(linear,right top,left top,from(),to());
    background-image: -webkit-linear-gradient(to right,,);
    background-image: -moz-linear-gradient(to right,,);
    background-image: -ms-linear-gradient(to right,,);
    background-image: -o-linear-gradient(to right,,);
    background-image: linear-gradient(to right,,);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='',gradientType='1');
    border-radius: 20px
}

.pxl-video-player1.box-gradient .pxl-video--inner {
    border-radius: 14px;
    overflow: hidden
}

.icon-bb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    height: 137px;
    border-radius: 1e3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    background-color: rgba(255,255,255,.3)
}

.icon-bb span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #393836;
    position: relative
}

.icon-bb span:before {
    position: absolute;
    content: '';
    top: 0;
    left: -27px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #393836
}

.icon-bb span:after {
    position: absolute;
    content: '';
    top: 0;
    right: -27px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #393836
}

.pxl-item--star.pxl-item--4-star svg:nth-child(1) {
    display: none
}

.pxl-item--star.pxl-item--3-star svg:nth-child(1),.pxl-item--star.pxl-item--3-star svg:nth-child(2) {
    display: none
}

.pxl-item--star.pxl-item--2-star svg:nth-child(1),.pxl-item--star.pxl-item--2-star svg:nth-child(2),.pxl-item--star.pxl-item--2-star svg:nth-child(3) {
    display: none
}

.pxl-item--star.pxl-item--1-star svg:nth-child(1),.pxl-item--star.pxl-item--1-star svg:nth-child(2),.pxl-item--star.pxl-item--1-star svg:nth-child(3),.pxl-item--star.pxl-item--1-star svg:nth-child(4) {
    display: none
}

.pxl-testimonial-grid1 .pxl-grid-item {
    margin-bottom: 30px
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding: 40px 45px 47px;
    border-radius: 20px
}

@media(max-width: 767px) {
    .pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner {
        padding:30px 15px
    }
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--avatar {
    max-width: 76px
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--avatar img {
    width: 100%
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--description {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #4b535d;
    border-bottom: 1px solid #dcdddf;
    padding-bottom: 31px;
    margin-top: 32px
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--star {
    display: flex;
    align-items: center;
    column-gap: 1px
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--star svg {
    margin-top: -2px;
    width: 14px;
    fill: #e52421
}

.pxl-testimonial-grid1 .pxl-grid-item .top-content {
    margin-top: 32px;
    display: flex;
    align-items: center;
    column-gap: 20px
}

.pxl-testimonial-grid1 .pxl-grid-item .top-content .pxl-item--title {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--position {
    margin-top: 5px;
    font-size: 15px;
    color: #848b94
}

.pxl-testimonial-grid1 .btn--loadmore {
    text-align: center;
    margin-top: 20px
}

.pxl-testimonial-grid1 .btn--loadmore a {
    display: inline-block;
    font-size: 15px;
    background-color: var(--secondary-color);
    border-radius: 100px;
    color: #fff;
    line-height: 50px;
    padding: 0 35px
}

.pxl-testimonial-grid1 .btn--loadmore a:hover {
    background-color: #fff;
    color: var(--secondary-color)
}

.pxl-testimonial-grid2 .pxl-grid-item {
    margin-bottom: 30px
}

.pxl-testimonial-grid2 .pxl-grid-item:last-child {
    margin-bottom: 0
}

.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--inner {
    background-color: #ece6e1;
    padding: 40px 50px 50px
}

@media(max-width: 767px) {
    .pxl-testimonial-grid2 .pxl-grid-item .pxl-item--inner {
        padding:30px 15px
    }
}

.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--avatar {
    max-width: 61px;
    min-width: 61px
}

@media(max-width: 575px) {
    .pxl-testimonial-grid2 .pxl-grid-item .pxl-item--avatar {
        margin-bottom:10px
    }
}

.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--avatar img {
    width: 100%
}

.pxl-testimonial-grid2 .pxl-grid-item .top-content {
    display: flex;
    align-items: center;
    column-gap: 45px
}

@media(max-width: 575px) {
    .pxl-testimonial-grid2 .pxl-grid-item .top-content {
        display:block
    }
}

.pxl-testimonial-grid2 .pxl-grid-item .top-content .quote {
    padding-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 80px;
    background-color: var(--primary-color);
    border-radius: 100px;
    width: 65px;
    min-width: 65px;
    height: 65px;
    border-radius: 100px
}

.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--description {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #4b535d;
    margin: 0
}

@media(max-width: 575px) {
    .pxl-testimonial-grid2 .pxl-grid-item .pxl-item--description {
        margin-top:20px
    }
}

.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--star {
    margin: 5px 0;
    display: inline-flex;
    align-items: center;
    column-gap: 1px
}

.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--star svg {
    margin-top: -2px;
    margin-left: -2px;
    width: 14px;
    fill: #0a1119
}

.pxl-testimonial-grid2 .pxl-grid-item .bottom-content {
    margin-top: 39px;
    display: flex;
    align-items: center;
    column-gap: 25px;
    padding-left: 15px
}

@media(max-width: 575px) {
    .pxl-testimonial-grid2 .pxl-grid-item .bottom-content {
        column-gap:15px;
        padding-left: 0;
        display: block
    }
}

.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--title {
    padding-right: 30px;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0
}

.pxl-testimonial-grid2 .pxl-grid-item .pxl-item--position {
    margin-top: 2px;
    font-size: 15px;
    color: #848b94
}

.pxl-testimonial-grid2 .pxl-grid-item:nth-child(odd) .pxl-item--inner {
    background-color: #e7e7e7
}

.pxl-testimonial-grid2.style-2 .pxl-item--inner {
    padding: 0;
    background-color: initial
}

.pxl-testimonial-grid2.style-2 .bottom-content {
    padding-left: 0;
    margin-top: 35px
}

.pxl-testimonial-grid2.style-2 .top-content .quote {
    display: none
}

.pxl-sticky {
    position: sticky;
    height: 100vh;
    top: 0;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .pxl-sticky {
        position:static;
        height: auto
    }
}

.pxl-testimonial-slip-wrapper {
    min-height: 250vh
}

@media screen and (max-width: 767px) {
    .pxl-testimonial-slip-wrapper {
        min-height:auto
    }
}

.swiper-button-disabled {
    opacity: .3
}

.pxl-testimonial-carousel1 .pxl-item--star {
    display: inline-flex;
    align-items: center;
    column-gap: 1px
}

.pxl-testimonial-carousel1 .pxl-item--star svg {
    width: 14px;
    fill: var(--primary-color)
}

.pxl-testimonial-carousel1 .pxl-swiper-bottom {
    position: relative;
    z-index: 2;
    margin-top: -27px;
    justify-content: end
}

@media(max-width: 991px) {
    .pxl-testimonial-carousel1 .pxl-swiper-bottom {
        margin-top:30px;
        justify-content: start
    }
}

.pxl-testimonial-carousel1 .pxl-swiper-bottom span:last-child {
    margin-right: 5px
}

.pxl-testimonial-carousel1 .pxl-wrap-arrow {
    column-gap: 37px
}

.pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc {
    font-size: 20px;
    color: #4b535d;
    line-height: 35px;
    position: relative;
    padding-bottom: 29px;
    border-bottom: 1px solid #d7d7d7
}

.pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .content-bottom {
    margin-top: 34px;
    display: flex;
    align-items: end;
    justify-content: space-between
}

@media(max-width: 767px) {
    .pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .content-bottom {
        display:block
    }
}

.pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
    column-gap: 30px
}

@media(max-width: 767px) {
    .pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
        column-gap:20px;
        display: block
    }
}

.pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--avatar {
    width: 62px;
    height: 62px;
    position: relative
}

.pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    font-size: 17px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 30px;
    margin-bottom: 1px;
    display: inline-block;
    padding-right: 26px
}

.pxl-testimonial-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--position {
    margin-top: 3px;
    font-size: 15px;
    color: #848b94;
    font-family: public sans,sans-serif
}

.pxl-testimonial-carousel1.style-2 .pxl-item--desc {
    border-bottom: none!important;
    position: relative
}

@media(min-width: 1201px) {
    .pxl-testimonial-carousel1.style-2 .pxl-item--desc {
        padding-right:90px;
        padding-bottom: 33px!important
    }
}

.pxl-testimonial-carousel1.style-2 .pxl-item--desc:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    max-width: 410px;
    background-color: #d3d5d6;
    height: 1px
}

.pxl-testimonial-carousel1.style-2 .content-bottom {
    margin-top: 39px!important
}

.pxl-testimonial-carousel2 .pxl-item--star {
    display: inline-flex;
    align-items: center;
    column-gap: 1px
}

.pxl-testimonial-carousel2 .pxl-item--star svg {
    width: 14px;
    fill: var(--primary-color)
}

.pxl-testimonial-carousel2 .pxl-swiper-thumbs {
    margin-top: 34px
}

.pxl-testimonial-carousel2 .pxl-swiper-bottom {
    position: relative;
    z-index: 5;
    justify-content: end
}

@media(max-width: 991px) {
    .pxl-testimonial-carousel2 .pxl-swiper-bottom {
        margin-top:30px;
        justify-content: start
    }
}

.pxl-testimonial-carousel2 .pxl-swiper-bottom span:last-child {
    margin-right: 5px
}

.pxl-testimonial-carousel2 .pxl-swiper-arrow-prev svg {
    transform: scalex(-1)
}

.pxl-testimonial-carousel2 .pxl-wrap-arrow {
    position: absolute;
    bottom: 27px;
    right: 0;
    column-gap: 37px
}

@media(max-width: 767px) {
    .pxl-testimonial-carousel2 .pxl-wrap-arrow {
        position:relative;
        bottom: auto;
        right: auto
    }
}

.pxl-testimonial-carousel2 .link-more a {
    display: flex;
    width: 62px;
    min-width: 62px;
    height: 62px;
    border-radius: 1e3px;
    border: 1px solid #d8d9da;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .pxl-testimonial-carousel2 .link-more a {
        width:40px;
        min-width: 40px;
        height: 40px
    }
}

.pxl-testimonial-carousel2 .link-more a span {
    position: relative;
    display: block;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #121c27
}

@media(max-width: 575px) {
    .pxl-testimonial-carousel2 .link-more a span {
        width:4px;
        height: 4px
    }
}

.pxl-testimonial-carousel2 .link-more a span:before {
    position: absolute;
    content: '';
    top: 0;
    left: -12px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #121c27;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media(max-width: 575px) {
    .pxl-testimonial-carousel2 .link-more a span:before {
        width:4px;
        height: 4px;
        left: -10px
    }
}

.pxl-testimonial-carousel2 .link-more a span:after {
    position: absolute;
    content: '';
    top: 0;
    right: -12px;
    width: 6px;
    height: 6px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    border-radius: 100px;
    background-color: #121c27
}

@media(max-width: 575px) {
    .pxl-testimonial-carousel2 .link-more a span:after {
        width:4px;
        height: 4px;
        right: -10px
    }
}

.pxl-testimonial-carousel2 .link-more a:hover {
    background-color: #121c27;
    border-color: #121c27
}

.pxl-testimonial-carousel2 .link-more a:hover span,.pxl-testimonial-carousel2 .link-more a:hover span:before,.pxl-testimonial-carousel2 .link-more a:hover span:after {
    background-color: #fff
}

.pxl-testimonial-carousel2 .pxl-swiper-slide .pxl-item--inner {
    position: relative
}

.pxl-testimonial-carousel2 .pxl-swiper-slide .pxl-item--inner .quote {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 65px;
    height: 65px;
    border-radius: 100px;
    background-color: #dedfe0;
    font-size: 80px;
    text-align: center;
    padding-top: 10px;
    color: #0a1119
}

@media(max-width: 575px) {
    .pxl-testimonial-carousel2 .pxl-swiper-slide .pxl-item--inner .quote {
        position:relative;
        top: auto;
        left: auto;
        margin-bottom: 20px
    }
}

.pxl-testimonial-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc {
    padding-left: 110px;
    font-size: 20px;
    color: #4b535d;
    line-height: 35px;
    position: relative;
    padding-bottom: 29px;
    border-bottom: 1px solid #d7d7d7
}

@media(max-width: 575px) {
    .pxl-testimonial-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc {
        padding-left:0
    }
}

.pxl-testimonial-carousel2 .pxl-carousel-inner {
    position: relative;
    z-index: 3
}

.pxl-testimonial-carousel2 .meta-top {
    padding-top: 20px
}

@media(min-width: 992px) {
    .pxl-testimonial-carousel2 .meta-top {
        display:none
    }
}

.pxl-testimonial-carousel2 .pxl-item--title {
    font-size: 17px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 30px;
    margin-bottom: 1px;
    display: inline-block;
    padding-right: 26px
}

.pxl-testimonial-carousel2 .pxl-item--position {
    margin-top: 3px;
    font-size: 15px;
    color: #848b94;
    font-family: public sans,sans-serif
}

.pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide {
    z-index: 10;
    padding: 0;
    padding-right: 15px;
    width: 81px!important;
    overflow: hidden
}

@media(max-width: 575px) {
    .pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide {
        width:61px!important
    }
}

.pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide .pxl-item--meta {
    display: block;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 0s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 0s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 0s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0s cubic-bezier(.645,.045,.355,1);
    transition: all 0s cubic-bezier(.645,.045,.355,1);
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap
}

@media(max-width: 991px) {
    .pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide .pxl-item--meta {
        display:none
    }
}

.pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide .pxl-item--inner {
    display: inline-flex;
    align-items: center;
    column-gap: 25px
}

.pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide .pxl-item--image {
    width: 62px;
    min-width: 62px;
    height: 62px;
    position: relative
}

@media(max-width: 575px) {
    .pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide .pxl-item--image {
        width:40px;
        min-width: 40px;
        height: 40px
    }
}

.pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    z-index: 9;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    width: 434px!important
}

@media(max-width: 991px) {
    .pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
        width:81px!important
    }
}

@media(max-width: 575px) {
    .pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
        width:61px!important
    }
}

.pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide.swiper-slide-thumb-active .pxl-item--meta {
    clip-path: inset(0 0 0 0);
    position: relative;
    -webkit-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 1s cubic-bezier(.645,.045,.355,1);
    transition: all 1s cubic-bezier(.645,.045,.355,1)
}

.pxl-testimonial-carousel3 .pxl-item--star {
    display: inline-flex;
    align-items: center;
    column-gap: 1px
}

.pxl-testimonial-carousel3 .pxl-item--star svg {
    width: 14px;
    fill: var(--primary-color)
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner {
    padding: 48px 30px 39px;
    border: 1px solid #e7e7e8;
    background-color: #fafafa
}

@media(max-width: 1200px) {
    .pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner {
        padding:48px 15px 39px
    }
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .meta-top {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 24px
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .meta-top .pxl-item--avatar {
    width: 57px;
    height: 57px;
    position: relative;
    border-radius: 100px;
    overflow: hidden
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .meta-top .quote {
    border-radius: 1e3px;
    width: 57px;
    height: 57px;
    text-align: center;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 50px;
    display: inline-block;
    padding-top: 15px
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--meta {
    margin-top: 21px
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .meta-bottom {
    padding-top: 39px;
    margin-top: 27px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    border-top: 1px solid #d3d5d6
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .meta-bottom .number {
    font-family: public sans,sans-serif;
    color: var(--primary-color);
    font-size: 50px;
    display: flex;
    align-items: flex-start
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .meta-bottom .number span {
    font-size: 30px;
    padding-top: 3px;
    display: inline-block
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .meta-bottom .des-number {
    font-size: 15px;
    line-height: 26px;
    color: #121315;
    margin-bottom: 0
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc {
    font-size: 17px;
    color: #4b535d;
    line-height: 30px;
    position: relative;
    padding-bottom: 29px;
    border-bottom: 1px solid #d7d7d7
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    font-size: 17px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 30px;
    margin-bottom: 1px;
    display: inline-block;
    padding-right: 26px
}

.pxl-testimonial-carousel3 .pxl-swiper-slide .pxl-item--inner .pxl-item--position {
    margin-top: 3px;
    font-size: 15px;
    color: #848b94;
    font-family: public sans,sans-serif
}

.pxl-testimonial-carousel4 .pxl-item--star {
    display: inline-flex;
    align-items: center;
    column-gap: 1px
}

.pxl-testimonial-carousel4 .pxl-item--star svg {
    width: 14px;
    fill: var(--primary-color)
}

.pxl-testimonial-carousel4 .pxl-wrap-arrow {
    column-gap: 37px
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc {
    margin-top: 38px;
    font-size: 26px;
    color: #121315;
    line-height: 40px;
    position: relative
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .content-bottom {
    margin-top: 34px;
    display: flex;
    align-items: end;
    justify-content: space-between
}

@media(max-width: 767px) {
    .pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .content-bottom {
        display:block
    }
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    font-size: 17px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 30px;
    margin-bottom: 1px;
    display: inline-block;
    padding-right: 26px
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--position {
    margin-top: 3px;
    font-size: 15px;
    color: #4b535d;
    font-family: public sans,sans-serif
}

.pxl-testimonial-carousel5 .pxl-item--inner {
    display: flex;
    gap: 50px
}

@media(max-width: 1200px) {
    .pxl-testimonial-carousel5 .pxl-item--inner {
        gap:20px
    }
}

@media(max-width: 576px) {
    .pxl-testimonial-carousel5 .pxl-item--inner {
        display:block
    }
}

.pxl-testimonial-carousel5 .pxl-item--inner .pxl-item--image {
    width: 204px;
    min-width: 204px;
    background-size: cover;
    background-position: 50%;
    border-radius: 15px
}

@media(max-width: 576px) {
    .pxl-testimonial-carousel5 .pxl-item--inner .pxl-item--image {
        width:100%;
        height: 400px
    }
}

.pxl-testimonial-carousel5 .pxl-item--inner .pxl-item--title {
    margin-top: 17px;
    color: #121315;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    font-family: roboto serif,sans-serif;
    margin-bottom: 0
}

.pxl-testimonial-carousel5 .pxl-item--inner .pxl-item--position {
    color: #4b535d;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: -7px;
    line-height: 25px
}

.pxl-testimonial-carousel5 .pxl-item--inner .pxl-item--desc {
    color: #000;
    font-size: 17px;
    line-height: 27px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 59px;
    max-width: 355px
}

@media(max-width: 576px) {
    .pxl-testimonial-carousel5 .pxl-item--inner .pxl-item--desc {
        margin-bottom:20px;
        max-width: 100%;
        margin-top: 30px
    }
}

.pxl-accordion .pxl-accordion--title {
    margin-bottom: 0;
    cursor: pointer
}

.pxl-accordion .pxl-accordion--content {
    display: none
}

.pxl-accordion .pxl-icon--plus {
    font-style: normal
}

.pxl-accordion1.style1 .pxl-icon--plus {
    right: 0;
    width: 11px;
    height: 11px;
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all 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-accordion1.style1 .pxl-icon--plus:before,.pxl-accordion1.style1 .pxl-icon--plus:after {
    background-color: #000;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-accordion1.style1 .pxl-icon--plus:before {
    top: 4px;
    left: 0
}

.pxl-accordion1.style1 .pxl-icon--plus:after {
    top: -1px;
    left: 5px
}

.pxl-accordion1.style1 .pxl-accordion--title {
    font-size: 20px;
    padding-right: 15px;
    font-weight: 500;
    margin: 0;
    color: #0a1119;
    position: relative;
    -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-accordion1.style1 .pxl-accordion--title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2
}

.pxl-accordion1.style1 .pxl-accordion--content {
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
    color: #4b535d
}

.pxl-accordion1.style1 .pxl--item {
    border-bottom: 1px solid #d3d5d6;
    position: relative;
    z-index: 1;
    padding-bottom: 17px
}

.pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus:after {
    transform: rotate(90deg)
}

.pxl-accordion1.style1 .pxl--item+.pxl--item {
    margin-top: 18px
}

.pxl-accordion1.style4 .pxl-icon--plus {
    right: 40px;
    width: 16px;
    height: 16px;
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media(max-width: 767px) {
    .pxl-accordion1.style4 .pxl-icon--plus {
        right:20px
    }
}

.pxl-accordion1.style4 .pxl-icon--plus:before,.pxl-accordion1.style4 .pxl-icon--plus:after {
    background-color: #000;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-accordion1.style4 .pxl-icon--plus:before {
    width: 16px!important;
    height: 1px!important;
    top: 7px;
    left: 0
}

.pxl-accordion1.style4 .pxl-icon--plus:after {
    width: 1px!important;
    height: 16px!important;
    top: -1px;
    left: 7px
}

.pxl-accordion1.style4 .pxl-accordion--title {
    padding: 18px 35px;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #0a1119;
    position: relative;
    -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-accordion1.style4 .pxl-accordion--title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2
}

.pxl-accordion1.style4 .pxl-accordion--content {
    border-top: 1px solid var(--secondary-color);
    padding: 29px 35px 31px;
    font-size: 15px;
    line-height: 26px;
    color: #4b535d
}

.pxl-accordion1.style4 .pxl--item {
    border: 1px solid #d3d5d6;
    position: relative;
    background-color: #fff;
    z-index: 1
}

.pxl-accordion1.style4 .pxl--item.active {
    border-color: var(--secondary-color)
}

.pxl-accordion1.style4 .pxl--item.active .pxl-icon--plus:after {
    transform: rotate(90deg);
    opacity: 0
}

.pxl-accordion1.style4 .pxl--item+.pxl--item {
    margin-top: 15px
}

.pxl-accordion1.style3 .pxl-icon--plus {
    right: 0;
    width: 11px;
    height: 11px;
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all 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-accordion1.style3 .pxl-icon--plus:before,.pxl-accordion1.style3 .pxl-icon--plus:after {
    background-color: #000;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-accordion1.style3 .pxl-icon--plus:before {
    top: 4px;
    left: 0
}

.pxl-accordion1.style3 .pxl-icon--plus:after {
    top: -1px;
    left: 5px
}

.pxl-accordion1.style3 .pxl-accordion--title {
    font-size: 20px;
    line-height: 30px;
    padding-right: 15px;
    font-weight: 400;
    margin: 0;
    color: #0a1119;
    position: relative;
    -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-accordion1.style3 .pxl-accordion--title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2
}

.pxl-accordion1.style3 .pxl-accordion--content {
    margin-top: 15px;
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 25px;
    color: #4b535d
}

.pxl-accordion1.style3 .pxl--item {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    padding: 21px 35px 19px;
    background-color: #ededed;
    position: relative;
    z-index: 1
}

.pxl-accordion1.style3 .pxl--item.active {
    padding-top: 34px
}

.pxl-accordion1.style3 .pxl--item.active .pxl-accordion--title {
    font-weight: 500
}

.pxl-accordion1.style3 .pxl--item.active .pxl-icon--plus:after {
    transform: rotate(90deg)
}

.pxl-accordion1.style3 .pxl--item+.pxl--item {
    margin-top: 11px
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--title {
    padding: 16px 35px 15px;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    background-color: #121c27;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    position: relative
}

@media(max-width: 575px) {
    .pxl-accordion1.style2 .pxl--item .pxl-accordion--title {
        padding:16px 25px 15px
    }
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--title:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: .15;
    width: 120px;
    height: 100%;
    clip-path: polygon(40% 0,100% 0,100% 100%,0% 100%)
}

@media(max-width: 575px) {
    .pxl-accordion1.style2 .pxl--item .pxl-accordion--title:before {
        clip-path:polygon(0% 0,100% 0,100% 100%,0% 100%);
        width: 60px
    }
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--title i {
    font-size: 11px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--title .pxl-title--text {
    position: relative;
    z-index: 2
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--content {
    background-color: #e9eaea;
    padding: 45px 40px 50px;
    font-size: 15px;
    line-height: 25px;
    color: #4b535d
}

@media(max-width: 575px) {
    .pxl-accordion1.style2 .pxl--item .pxl-accordion--content {
        padding:25px 20px 30px
    }
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--content br {
    display: none
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--content h4 {
    color: #0a1119;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 17px
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--content ul {
    margin-top: 22px
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--content ul li {
    padding: 0;
    padding-top: 21px;
    padding-bottom: 20px;
    list-style: none;
    border-top: 1px solid #c9cbcd;
    font-size: 15px;
    line-height: 30px
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--content ul li span {
    font-size: 17px;
    color: #0a1119
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--content ul li:last-child {
    padding-bottom: 8px
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--content a {
    display: inline-block;
    padding: 0 35px;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
    background-color: #121c27;
    border-radius: 1e3px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-accordion1.style2 .pxl--item .pxl-accordion--content a:hover {
    opacity: .8
}

.pxl-accordion1.style2 .pxl--item+.pxl--item {
    margin-top: 15px
}

.pxl-accordion1.style2 .pxl--item.active .pxl-accordion--title i {
    transform: rotatex(180deg)
}

.pxl-accordion1.style5 .pxl-accordion--title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-bottom: 1px solid transparent;
    padding-right: 40px
}

.pxl-accordion1.style5 .pxl-icon--plus {
    position: absolute;
    top: 19px;
    right: 35px;
    background-color: var(--secondary-color);
    width: 30px;
    height: 30px
}

.pxl-accordion1.style5 .pxl-icon--plus:after,.pxl-accordion1.style5 .pxl-icon--plus:before {
    background-color: #fff
}

.pxl-accordion1.style5 .pxl-icon--plus:after {
    width: 1px;
    height: 9px;
    top: 11px;
    left: 15px
}

.pxl-accordion1.style5 .pxl-icon--plus:before {
    width: 9px;
    height: 1px;
    top: 15px;
    left: 11px
}

.pxl-accordion1.style5 .pxl-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0
}

.pxl-accordion1.style5 .pxl-accordion--content {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 400;
    color: #4b535d;
    line-height: 25px;
    margin-bottom: 23px
}

@media(min-width: 576px) {
    .pxl-accordion1.style5 .pxl-accordion--content {
        padding-right:40px
    }
}

.pxl-accordion1.style5 .pxl--item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    border: 1px solid #dce2e1;
    padding: 18px 29px 20px 30px;
    border-radius: 5px;
    background-color: #fff
}

.pxl-accordion1.style5 .pxl--item.active .pxl-accordion--title {
    border-bottom: 1px solid #dce2e1;
    padding-bottom: 20px
}

.pxl-accordion1.style5 .pxl--item.active .pxl-icon--plus:after {
    opacity: 0;
    transform: rotate(90deg)
}

.pxl-accordion1.style5 .pxl--item+.pxl--item {
    margin-top: 15px
}

.pxl-accordion1.style6 .pxl-accordion--title {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-bottom: 1px solid transparent;
    position: relative;
    border-bottom: 1px solid #dce2e1;
    padding: 17px 0;
    padding-right: 40px
}

.pxl-accordion1.style6 .pxl-icon--plus {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 0;
    background-color: #e8e9ea;
    width: 30px;
    height: 30px;
    border-radius: 2px
}

.pxl-accordion1.style6 .pxl-icon--plus:after,.pxl-accordion1.style6 .pxl-icon--plus:before {
    background-color: var(--secondary-color)
}

.pxl-accordion1.style6 .pxl-icon--plus:after {
    width: 1px;
    height: 9px;
    top: 11px;
    left: 15px
}

.pxl-accordion1.style6 .pxl-icon--plus:before {
    width: 9px;
    height: 1px;
    top: 15px;
    left: 11px
}

.pxl-accordion1.style6 .pxl-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0
}

.pxl-accordion1.style6 .pxl-accordion--content {
    margin-top: 22px;
    font-size: 15px;
    font-weight: 400;
    color: #4b535d;
    line-height: 25px;
    margin-bottom: 19px
}

@media(min-width: 576px) {
    .pxl-accordion1.style6 .pxl-accordion--content {
        padding-right:40px
    }
}

.pxl-accordion1.style6 .pxl--item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-accordion1.style6 .pxl--item.active .pxl-icon--plus:after {
    opacity: 0;
    transform: rotate(90deg)
}

.pxl-tabs .pxl-item--title {
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-tabs .pxl-item--content {
    display: none
}

.pxl-tabs .elementor-section.elementor-section-stretched {
    width: auto!important;
    left: 0!important
}

.pxl-tabs .pxl-tabs--elementor {
    margin: 0 -15px
}

.pxl-tabs.tab-effect-fade .pxl-item--content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%!important;
    display: block!important;
    opacity: 0!important;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-tabs.tab-effect-fade .pxl-item--content.active {
    position: static;
    opacity: 1!important;
    visibility: visible
}

.pxl-tabs.tab-effect-fade .pxl-tabs--content {
    position: relative
}

.over-hd {
    overflow: hidden
}

.tt_navigation_cell {
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: url(../img/bg-timetable.png);
    background-position: 50%;
    background-size: cover;
    padding: 77px 20px;
    margin: 0!important
}

@media(max-width: 1250px) {
    .tt_navigation_cell {
        background-image:none;
        background-color: #000;
        padding: 50px 20px
    }
}

@media(max-width: 991px) {
    .tt_navigation_cell {
        padding:30px 20px
    }
}

@media(max-width: 480px) {
    .tt_navigation_cell {
        padding:30px 15px
    }
}

.tt_navigation_cell .tt_tabs_navigation li {
    margin: 10px!important
}

.tt_navigation_cell .tt_tabs_navigation li a {
    border-radius: 5px;
    color: #fff!important;
    border: 1px solid #fff!important;
    font-size: 20px!important;
    padding: 12px 30px!important;
    transition: .3s!important
}

.tt_navigation_cell .tt_tabs_navigation li a:hover {
    background-color: var(--primary-color)
}

@media(max-width: 575px) {
    .tt_navigation_cell .tt_tabs_navigation li a {
        padding:8px 20px!important;
        font-size: 16px!important
    }
}

@media(max-width: 480px) {
    .tt_navigation_cell .tt_tabs_navigation li a {
        padding:8px 18px!important;
        font-size: 15px!important
    }
}

.tt_tabs>.ui-tabs-panel {
    margin-top: -73px;
    background-color: #fcf9f4;
    padding: 115px!important
}

@media(max-width: 1200px) {
    .tt_tabs>.ui-tabs-panel {
        padding:115px 70px!important
    }
}

@media(max-width: 991px) {
    .tt_tabs>.ui-tabs-panel {
        padding:115px 10px!important
    }
}

@media(max-width: 767px) {
    .tt_tabs>.ui-tabs-panel {
        padding:75px 10px 55px!important
    }
}

.pxl-tabs1 .pxl-tabs--inner .pxl-tabs--title {
    display: flex;
    column-gap: 85px;
    border-bottom: 1px solid #d1d2d4;
    flex-wrap: wrap
}

@media(max-width: 1300px) {
    .pxl-tabs1 .pxl-tabs--inner .pxl-tabs--title {
        column-gap:50px
    }
}

@media(max-width: 992px) {
    .pxl-tabs1 .pxl-tabs--inner .pxl-tabs--title {
        column-gap:20px
    }
}

.pxl-tabs1 .pxl-tabs--inner .pxl-tabs--title .pxl-item--title {
    padding-bottom: 28px;
    padding-top: 28px;
    margin-bottom: -1px;
    font-size: 20px;
    color: #0a1119;
    border-bottom: 2px solid transparent
}

@media(max-width: 992px) {
    .pxl-tabs1 .pxl-tabs--inner .pxl-tabs--title .pxl-item--title {
        padding-bottom:15px;
        padding-top: 15px
    }
}

.pxl-tabs1 .pxl-tabs--inner .pxl-tabs--title .pxl-item--title.active {
    border-bottom-color: var(--primary-color)
}

.pxl-tabs1 .pxl-tabs--inner .pxl-tabs--content ul {
    margin-top: 20px;
    margin-bottom: 0
}

.pxl-tabs1 .pxl-tabs--inner .pxl-tabs--content ul li {
    margin-top: 12px;
    list-style: none;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    color: #0a1119
}

.pxl-tabs1 .pxl-tabs--inner .pxl-tabs--content ul li:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    color: #0a1119
}

.pxl-tabs2 .pxl-tabs--title .pxl-item--title {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary-color);
    padding-bottom: 32px;
    display: inline-block;
    position: relative;
    margin-right: 100px
}

@media(max-width: 1500px) {
    .pxl-tabs2 .pxl-tabs--title .pxl-item--title {
        padding-bottom:15px;
        padding-top: 15px
    }
}

.pxl-tabs2 .pxl-tabs--title .pxl-item--title:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    background-color: var(--secondary-color);
    height: 2px;
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-tabs2 .pxl-tabs--title .pxl-item--title span {
    background-color: #e7e7e7;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: var(--secondary-color);
    padding: 0 25px;
    line-height: 34px;
    margin-left: 15px
}

@media(max-width: 1200px) {
    .pxl-tabs2 .pxl-tabs--title .pxl-item--title span {
        padding:0 10px;
        border-radius: 5px
    }
}

@media(max-width: 1500px) {
    .pxl-tabs2 .pxl-tabs--title .pxl-item--title {
        margin-right:50px
    }
}

@media(max-width: 1200px) {
    .pxl-tabs2 .pxl-tabs--title .pxl-item--title {
        margin-right:20px
    }
}

.pxl-tabs2 .pxl-tabs--title .pxl-item--title:last-child {
    margin-right: 0!important
}

.pxl-tabs2 .pxl-tabs--title .pxl-item--title.active:before {
    width: 100%;
    left: 0;
    right: auto
}

.pxl-tabs2 .pxl-tabs--content {
    border-top: 1px solid #d2d4d5
}

.pxl-tabs-slip1 {
    position: relative
}

.pxl-tabs-slip1 .pxl-item--content {
    position: sticky;
    top: 100px;
    margin-top: 50px
}

.pxl-tab-carousel1 .pxl-swiper-dots {
    text-align: left;
    margin-left: -8px;
    margin-top: 61px;
    margin-bottom: 0
}

.pxl-tabs3 .pxl-tabs--title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 46px;
    max-width: 1070px;
    margin: 0 auto
}

@media(max-width: 575px) {
    .pxl-tabs3 .pxl-tabs--title {
        column-gap:5px
    }
}

.pxl-tabs3 .pxl-tabs--title .pxl-item--title {
    text-align: center;
    font-size: 17px;
    color: #121315;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative
}

@media(max-width: 575px) {
    .pxl-tabs3 .pxl-tabs--title .pxl-item--title {
        font-size:15px;
        line-height: 18px;
        letter-spacing: 0;
        text-transform: capitalize
    }
}

.pxl-tabs3 .pxl-tabs--title .pxl-item--title:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translatex(-50%);
    bottom: -20px;
    width: 16px;
    height: 11px;
    background-color: var(--secondary-color);
    clip-path: polygon(50% 100%,0 0,100% 0);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-tabs3 .pxl-tabs--title .pxl-item--title.active:before {
    bottom: -26px;
    opacity: 1
}

.pxl-tabs3 .pxl-tabs--title .pxl-item--title .icon-tab {
    margin-bottom: 20px
}

.pxl-tabs3 .pxl-tabs--title .pxl-item--title .icon-tab svg {
    max-width: 24px;
    height: auto
}

.pxl-tabs3.style-2 .pxl-tabs--title {
    justify-content: space-around;
    max-width: 2e3px;
    padding-bottom: 0;
    border-bottom: 1px solid #d8d9da
}

.pxl-tabs3.style-2 .pxl-tabs--title .pxl-item--title {
    padding-top: 80px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 30px
}

.pxl-tabs3.style-2 .pxl-tabs--title .pxl-item--title:before {
    display: none
}

.pxl-tabs3.style-2 .pxl-tabs--title .pxl-item--title:after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 50%;
    transform: translatex(-50%);
    height: 3px;
    background-color: var(--primary-color);
    width: 0%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-tabs3.style-2 .pxl-tabs--title .pxl-item--title.active:after {
    width: 100%
}

.pxl-tabs3.style-2 .pxl-tabs--title .icon-tab {
    background-color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 1e3px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 0
}

.pxl-tabs3.style-2 .pxl-tabs--title .icon-tab i {
    font-size: 19px;
    color: #fff
}

.pxl-tabs3.style-2 .pxl-tabs--title .icon-tab svg {
    fill: #fff
}

.pxl-tabs4 .pxl-tabs--inner {
    display: flex
}

@media(max-width: 767px) {
    .pxl-tabs4 .pxl-tabs--inner {
        display:block
    }
}

.pxl-tabs4 .pxl-tabs--inner .pxl-tabs--title,.pxl-tabs4 .pxl-tabs--inner .pxl-tabs--content {
    width: 50%;
    padding: 0 15px
}

@media(max-width: 767px) {
    .pxl-tabs4 .pxl-tabs--inner .pxl-tabs--title,.pxl-tabs4 .pxl-tabs--inner .pxl-tabs--content {
        width:100%
    }
}

.pxl-tabs4 .pxl-tabs--inner .pxl-tabs--title {
    z-index: 2;
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 15px 100px
}

.pxl-tabs4 .pxl-tabs--inner .title-box {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    font-weight: 400;
    margin-bottom: 37px
}

.pxl-tabs4 .pxl-tabs--inner .pxl-item--title {
    display: block;
    font-size: 26px;
    color: #cfcccc;
    font-weight: 500;
    line-height: 40px
}

.pxl-tabs4 .pxl-tabs--inner .pxl-item--title .icon-tab {
    opacity: 0;
    display: inline-block;
    transform: translatey(-1px);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-tabs4 .pxl-tabs--inner .pxl-item--title .icon-tab i {
    font-size: 14px
}

.pxl-tabs4 .pxl-tabs--inner .pxl-item--title.active {
    color: #121315
}

.pxl-tabs4 .pxl-tabs--inner .pxl-item--title.active .icon-tab {
    margin-left: 8px;
    opacity: 1
}

.pxl-tabs4 .pxl-tabs--inner .pxl-item--title+.pxl-item--title {
    margin-top: 20px
}

.pxl-tabs5 .pxl-tabs--title {
    display: inline-flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap
}

@media(max-width: 767px) {
    .pxl-tabs5 .pxl-tabs--title {
        justify-content:center;
        width: 100%
    }
}

.pxl-tabs5 .pxl-tabs--title .pxl-item--title {
    font-size: 15px;
    color: var(--secondary-color);
    line-height: 40px;
    padding: 0 34px;
    border-radius: 90px;
    border: 1px solid rgba(217,217,217,.6);
    background-color: #fff;
    font-weight: 500;
    position: relative
}

@media(max-width: 1200px) {
    .pxl-tabs5 .pxl-tabs--title .pxl-item--title {
        padding:0 25px
    }
}

@media(max-width: 1024px) {
    .pxl-tabs5 .pxl-tabs--title .pxl-item--title {
        padding:0 20px
    }
}

@media(max-width: 767px) {
    .pxl-tabs5 .pxl-tabs--title .pxl-item--title {
        padding:0 15px;
        font-size: 13px
    }
}

.pxl-tabs5 .pxl-tabs--title .pxl-item--title.active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pxl-tabs6 .pxl-tabs--title {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 50px
}

@media(max-width: 576px) {
    .pxl-tabs6 .pxl-tabs--title {
        justify-content:center;
        gap: 10px
    }
}

.pxl-tabs6 .pxl-tabs--title .icon-tab {
    display: inline-flex
}

.pxl-tabs6 .pxl-tabs--title .pxl-item--title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #fff;
    line-height: 49px;
    background-color: rgba(255,255,255,.1);
    padding: 0 24px;
    border-radius: 90px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 6px
}

@media(max-width: 576px) {
    .pxl-tabs6 .pxl-tabs--title .pxl-item--title {
        line-height:40px;
        padding: 0 15px
    }
}

.pxl-tabs6 .pxl-tabs--title .pxl-item--title svg path {
    fill: #fff;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-tabs6 .pxl-tabs--title .pxl-item--title.active {
    background-color: #fff;
    border-color: #fff;
    color: var(--secondary-color)
}

.pxl-tabs6 .pxl-tabs--title .pxl-item--title.active svg path {
    fill: var(--secondary-color)
}

.pxl--progressbar {
    -webkit-transition: width 1.4s ease;
    -khtml-transition: width 1.4s ease;
    -moz-transition: width 1.4s ease;
    -ms-transition: width 1.4s ease;
    -o-transition: width 1.4s ease;
    transition: width 1.4s ease;
    width: 0
}

.pxl--progressbar.vertical {
    -webkit-transition: height 1.4s ease;
    -khtml-transition: height 1.4s ease;
    -moz-transition: height 1.4s ease;
    -ms-transition: height 1.4s ease;
    -o-transition: height 1.4s ease;
    transition: height 1.4s ease;
    height: 0
}

.pxl-progressbar-1.style-1 .pxl-progressbar--wrap {
    height: 2px;
    background-color: rgba(10,19,32,8%)
}

.pxl-progressbar-1.style-1 .pxl-progressbar--wrap .pxl--progressbar {
    height: 2px;
    background-color: #000;
    position: relative
}

.pxl-progressbar-1.style-1 .pxl--title {
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: 400
}

.pxl-progressbar-1.style-1 .pxl--percentage {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 12px
}

.pxl-progressbar-1.style-1 .pxl--item+.pxl--item {
    margin-top: 35px
}

.pxl-progressbar-1.style-2 .pxl-progressbar--wrap {
    height: 6px;
    background-color: initial
}

.pxl-progressbar-1.style-2 .pxl-progressbar--wrap .pxl--progressbar {
    height: 1px;
    background-color: var(--primary-color);
    position: relative;
    position: relative
}

.pxl-progressbar-1.style-2 .pxl-progressbar--wrap .pxl--progressbar:before {
    position: absolute;
    content: '';
    top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color)
}

.pxl-progressbar-1.style-2 .pxl--percentage {
    position: absolute;
    top: -38px;
    right: 0
}

@media(max-width: 767px) {
    .pxl-progressbar-1.style-2 .pxl--percentage {
        top:-24px
    }
}

.pxl-progressbar-1.style-2 .pxl--title {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 400
}

.pxl-progressbar-1.style-2 .pxl--percentage {
    color: var(--primary-color)
}

.pxl-progressbar-1.style-2 .pxl--item+.pxl--item {
    margin-top: 24px
}

.pxl-team-grid1,.pxl-team-carousel1 {
}

.pxl-team-grid1 .pxl-grid-item,.pxl-team-carousel1 .pxl-grid-item,.pxl-team-grid1 .pxl-swiper-slide,.pxl-team-carousel1 .pxl-swiper-slide {
    margin-bottom: 60px
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--position,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-item--position,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-item--position,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--position {
    font-size: 15px;
    color: #4b535d;
    line-height: 30px;
    text-align: center;
    margin-top: 5px
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--title,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-item--title,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-item--title,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    text-align: center;
    margin-top: 29px;
    font-size: 23px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    line-height: 30px
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--image,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-item--image,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-item--image,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
    position: relative
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--image img,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-item--image img,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-item--image img,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-item--image img {
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .35s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    width: 100%
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap {
    position: absolute;
    bottom: 22px;
    right: 22px
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap span,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap span,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap span,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap span {
    display: block;
    width: 51px;
    height: 51px;
    backdrop-filter: blur(100px);
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 51px;
    background-color: rgba(255,255,255,.2);
    font-size: 15px;
    margin-top: 7px
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap .pxl-social,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap .pxl-social,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap .pxl-social,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap .pxl-social {
    padding: 20px 18px;
    border-radius: 100px;
    display: grid;
    backdrop-filter: blur(100px);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transform: translateY(-20px);
    background-color: rgba(255,255,255,.2)
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap .pxl-social a,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap .pxl-social a,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap .pxl-social a,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap .pxl-social a {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap .pxl-social a:last-child,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap .pxl-social a:last-child,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap .pxl-social a:last-child,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap .pxl-social a:last-child {
    margin-bottom: 0
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap .pxl-social a:hover,.pxl-team-carousel1 .pxl-grid-item .pxl-item--inner .pxl-social--wrap .pxl-social a:hover,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap .pxl-social a:hover,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--inner .pxl-social--wrap .pxl-social a:hover {
    opacity: .7
}

.pxl-team-grid1 .pxl-grid-item:hover .pxl-social--wrap .pxl-social,.pxl-team-carousel1 .pxl-grid-item:hover .pxl-social--wrap .pxl-social,.pxl-team-grid1 .pxl-swiper-slide:hover .pxl-social--wrap .pxl-social,.pxl-team-carousel1 .pxl-swiper-slide:hover .pxl-social--wrap .pxl-social {
    transform: translatey(0);
    opacity: 1
}

.pxl-team-grid1 .pxl-swiper-slide,.pxl-team-carousel1 .pxl-swiper-slide {
    margin-bottom: 0
}

.pxl-pricing1 .content-inner {
    border: 1px solid #d3d5d6;
    padding: 45px 40px 49px
}

@media(max-width: 575px) {
    .pxl-pricing1 .content-inner {
        padding:45px 20px 49px
    }
}

.pxl-pricing1 .content-inner .pxl-item--title-box {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    border-bottom: 1px solid #d3d5d6;
    font-weight: 400;
    display: flex;
    column-gap: 10px;
    padding-bottom: 16px;
    margin-bottom: 31px
}

.pxl-pricing1 .content-inner .pxl-item-description {
    font-size: 15px;
    line-height: 25px;
    color: #4b535d;
    margin: 15px 0 18px;
    margin-bottom: 33px
}

.pxl-pricing1 .content-inner .pxl-item--price {
    font-size: 55px;
    line-height: 70px;
    color: #0a1119
}

.pxl-pricing1 .content-inner .pxl-item--price span {
    display: inline-block;
    color: #0a1119;
    line-height: 32px;
    font-size: 15px;
    padding: 0 24px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(var(--primary-color-rgb),.1)
}

.pxl-pricing1 .content-inner .pxl-item--button_docs {
    margin: 0 -27px
}

@media(max-width: 575px) {
    .pxl-pricing1 .content-inner .pxl-item--button_docs {
        margin:0
    }
}

.pxl-pricing1 .content-inner .pxl-item--button_docs .btn-doc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px 0 25px;
    border-radius: 1e3px;
    border: 1px solid rgba(var(--primary-color-rgb),.15);
    line-height: 48px;
    color: #0a1119;
    font-size: 15px
}

.pxl-pricing1 .content-inner .pxl-item--button_docs .btn-doc .icon-download {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 13px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-pricing1 .content-inner .pxl-item--button_docs .btn-doc .icon-download svg {
    fill: #fff;
    width: 16px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-pricing1 .content-inner .pxl-item--button {
    margin-top: 46px
}

.pxl-pricing1 .content-inner .pxl-item--button a {
    line-height: 50px;
    padding: 0 34px;
    border-radius: 1e3px;
    background-color: #0a1119;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1)
}

.pxl-pricing1 .content-inner .pxl-item--button a:hover {
    box-shadow: 0 0 15px rgba(var(--primary-color-rgb),.7);
    transform: scale(1.02)
}

.pxl-pricing1 .content-inner .pxl-item--feature {
    margin-top: 36px
}

.pxl-pricing1 .content-inner .pxl-item--feature .content {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 10px;
    font-size: 15px;
    color: #0a1119
}

.pxl-pricing1 .content-inner .pxl-item--feature .content svg {
    width: 16px
}

.pxl-pricing1 .content-inner .pxl-item--feature .content svg path {
    fill: #0a1119
}

.pxl-pricing1 .content-inner .pxl-item--feature .non-active .content,.pxl-pricing1 .content-inner .pxl-item--feature .non-active svg path {
    color: #848b94;
    fill: #848b94
}

.pxl-pricing1 .content-inner .pxl-item--feature div+div {
    margin-top: 17px
}



@media(max-width:576px){
        .pxl-text-carousel1 .pxl-swiper-bottom .pxl-wrap-arrow .pxl-swiper-arrow {
        margin: 0 56px;
    }

}
