@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 {
        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(0deg)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes pxl_spin {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes pxl_spin {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes pxl_spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes pxl_spin_child {
    0% {
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        -o-transform: rotate(-160deg);
        transform: rotate(-160deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@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)
    }
}

@-ms-keyframes pxl_spin_reverse {
    from {
        -ms-transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -ms-transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-moz-keyframes pxl_spin_reverse {
    from {
        -moz-transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -moz-transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes pxl_spin_reverse {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes pxl_spin_reverse {
    from {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes pxl_right_from_left {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes pxl_right_from_left {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes pxl_right_from_left {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes pxl_left_from_right {
    49% {
        -webkit-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes pxl_left_from_right {
    49% {
        -moz-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes pxl_left_from_right {
    49% {
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes pxl_ani1 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@keyframes pxl_ani1 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@-webkit-keyframes pxl_ani2 {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes pxl_ani2 {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes pxl_bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@keyframes pxl_zigzag {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    60% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@keyframes pxl_right_left {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-40px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes pxl_left_right {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(40px)
    }

    100% {
        transform: translateX(0)
    }
}

@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)
    }
}

@keyframes pxl_bottom_top {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

@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)
    }
}

@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)
    }
}

@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)
    }
}

@keyframes pxl_top_bottom {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(-40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(40px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes img_circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes img_circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes pxl_loader_bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes pxl_loader_bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes pxl_keyword_slideIn {
    from {
        transform: translateY(65%) rotateX(-95deg);
        opacity: 0
    }

    to {
        transform: translateY(0) rotateX(0);
        opacity: 1
    }
}

@keyframes pxl_keyword_slideOut {
    from {
        transform: translateY(0) rotateX(0);
        opacity: 1
    }

    to {
        transform: translateY(-65%) rotateX(95deg);
        opacity: 0
    }
}

@keyframes pxl_path_animation1 {
    0% {
        d: path("M216.0721,0.4833 C322.9537,-2.5322 717.2049,68.7775 615.7587,325.1304 C514.3126,581.4834 253.6633,623.1795 113.8722,568.3405 C-25.9188,513.5016 -11.254,228.6905 24.3807,136.5252 C60.0154,44.36 109.1906,3.4987 216.0721,0.4833 Z")
    }

    15% {
        d: path("M242.5805,0.8723 C352.6677,-1.5945 701.5915,48.4815 618.6036,302.8597 C535.6157,557.2379 307.7729,624.1337 152.4263,570.7438 C-2.9204,517.354 -15.5995,237.2326 20.2686,141.7992 C56.1366,46.3658 132.4932,3.3391 242.5805,0.8723 Z")
    }

    25% {
        d: path("M353.759,3.772 C477.2084,3.5922 636.1455,-37.2589 630.0964,208.8882 C624.0473,455.0353 521.2185,623.5462 298.9779,580.716 C76.7372,537.8858 -28.8734,264.4844 7.9672,155.4284 C44.8077,46.3725 230.3095,3.9518 353.759,3.772 Z")
    }

    35% {
        d: path("M236.134,2.7663 C345.3119,0.1438 705.4482,52.4497 617.2239,307.3881 C528.9995,562.3266 273.4527,616.7046 119.2977,569.9905 C-34.8572,523.2763 -6.7788,221.7094 29.0231,127.2031 C64.8249,32.6969 126.9562,5.3887 236.134,2.7663 Z")
    }

    50% {
        d: path("M348.0078,15.4973 C469.9906,15.0665 639.8879,-38.6012 625.3939,208.4494 C610.9,455.5 383.8066,580.5979 149.5525,579.1913 C-84.7016,577.7847 18.1772,182.7798 54.911,75.219 C91.6447,-32.3417 226.025,15.9282 348.0078,15.4973 Z")
    }

    75% {
        d: path("M369.8056,17.6371 C494.3056,17.6371 627.1037,-56.176 627.1037,189.324 C627.1037,434.824 408.9345,574.7961 159.5178,581.013 C-89.899,587.2299 21.7092,177.4988 58.6262,67.3718 C95.5432,-42.7552 245.3056,17.6371 369.8056,17.6371 Z")
    }

    100% {
        d: path("M346.228,3.5756 C468.7724,3.2409 640.5786,-31.4511 629.3179,215.2536 C618.0572,461.9583 506.7603,623.586 289.0509,580.0405 C71.3414,536.495 -27.9742,262.6385 8.8004,154.5052 C45.5751,46.372 223.6837,3.9103 346.228,3.5756 Z")
    }
}

@-webkit-keyframes pxl_animation_round {
    from {
        transform: rotate(0deg) translateX(10px) rotate(0deg)
    }

    to {
        transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

@-moz-keyframes pxl_animation_round {
    from {
        transform: rotate(0deg) translateX(10px) rotate(0deg)
    }

    to {
        transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

@-o-keyframes pxl_animation_round {
    from {
        transform: rotate(0deg) translateX(10px) rotate(0deg)
    }

    to {
        transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

@keyframes pxl_animation_round {
    from {
        transform: rotate(0deg) translateX(10px) rotate(0deg)
    }

    to {
        transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

@-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 nn {
    0% {
        opacity: 0
    }

    15% {
        opacity: 1
    }

    30% {
        opacity: 0
    }

    45% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@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 pxl_right_left {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-40px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes pxl_left_right {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(40px)
    }

    100% {
        transform: translateX(0)
    }
}

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: rgb(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-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.pxl-swiper-slider {
    position: relative
}

html {
    box-sizing: border-box
}

body {
    font-size: 18px;
    line-height: 1.66667;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Barlow', sans-serif;
    margin: 0;
    padding: 0
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-thumb {
    background: #2e2e2e;
    border: 2px solid #fff0;
    background-clip: padding-box
}

body::-webkit-scrollbar-thumb:hover {
    border: 0
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .2);
    -khtml-box-shadow: inset 0 0 6px rgb(0 0 0 / .2);
    -moz-box-shadow: inset 0 0 6px rgb(0 0 0 / .2);
    -ms-box-shadow: inset 0 0 6px rgb(0 0 0 / .2);
    -o-box-shadow: inset 0 0 6px rgb(0 0 0 / .2);
    box-shadow: inset 0 0 6px rgb(0 0 0 / .2)
}

a {
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.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: var(--primary-color)
}

a:active {
    color: var(--primary-color)
}

a,
a:hover,
a:focus,
a:before,
a:after {
    outline: none;
    text-decoration: none
}


.pxl-icon1.style-2 span,
.pxl-list1 label,
.pxl-menu-primary>li>a,
.btn--readmore,
.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart),
.single-product #pxl-content-area div.product form.cart label,
.single-product>div.product form.cart label,
.pxl-grid-filter,
.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date .date-day,
.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 a,
.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--content,
.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .pxl-item--position,
button,
.button,
input[type="submit"],
.btn:not(.btn-stroke) {
    font-family: "Dm Sans", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dm Sans', sans-serif;
    color: #121315;
    font-weight: 700;
    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 {
    font-family: 'Barlow', sans-serif;
    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
}

caption,
td {
    font-weight: 400
}

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
}

code {
    background-color: #fff0;
    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
}

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
}

.screen-reader-text {
    display: none
}

.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 (min-width:1201px) {
    #pxl-wapper .container {
        max-width: 1200px;
        width: 100%
    }
}

@media screen and (max-width:1200px) {
    #pxl-wapper .container {
        max-width: 100%
    }
}

#pxl-wapper .elementor-widget:not(:last-child) {
    margin-bottom: 0
}

#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
    }
}

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: inherit
    }
}

@media (max-width:767px) {
    body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
        display: none !important
    }
}

.pxl-wapper {
    overflow-x: clip
}

#pxl-main {
    padding: 130px 0 120px;
    min-height: calc(100vh - 606px)
}

@media screen and (max-width:1200px) {
    #pxl-main {
        overflow-x: hidden
    }
}

@media screen and (max-width:1024px) {
    #pxl-main>.elementor-container {
        padding: 0 15px
    }
}

@media screen and (max-width:1200px) {
    #pxl-main {
        padding: 90px 0 90px
    }
}

@media screen and (max-width:1024px) {
    #pxl-main {
        padding: 70px 0 70px
    }
}

@media (max-width:767px) {
    #pxl-main {
        padding: 50px 0 50px
    }
}

.elementor-page:not(.single-product) #pxl-main {
    padding: 130px 0
}

.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
    }
}

.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: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)
    }
}

#pxl-footer-elementor .footer-elementor-inner>.container {
    max-width: 100%
}

@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 {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto
    }
}

@keyframes pxl_loader_digital1 {
    0% {
        left: 20%
    }

    50% {
        left: 50%
    }

    100% {
        left: 20%
    }
}

@keyframes pxl_loader_digital2 {
    0% {
        left: 80%
    }

    50% {
        left: 50%
    }

    100% {
        left: 80%
    }
}

@keyframes pxl_folding {

    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes pxl_loader_prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

@keyframes pxl_loader_anim {
    0% {
        box-shadow: 20px -10px, 40px 10px, 60px 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: rgb(244 91 30 / .28);
        box-shadow: 32px 0 rgb(244 91 30 / .28), -32px 0 var(--primary-color)
    }

    50% {
        background-color: var(--primary-color);
        box-shadow: 32px 0 rgb(244 91 30 / .28), -32px 0 rgb(244 91 30 / .28)
    }

    100% {
        background-color: rgb(244 91 30 / .28);
        box-shadow: 32px 0 var(--primary-color), -32px 0 rgb(244 91 30 / .28)
    }
}

@keyframes pxl_animloader {
    50% {
        transform: scale(1) translate(-50%, -50%)
    }
}

@keyframes pxl_loader_photography {
    0% {
        left: 0;
        transform: translateX(-100%)
    }

    100% {
        left: 100%;
        transform: translateX(0%)
    }
}

@-webkit-keyframes pxl_site_loading {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0)
    }

    30% {
        -webkit-transform: translate(0) scaleX(1);
        transform: translate(0) scaleX(1)
    }

    100%,
    80% {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0)
    }
}

@keyframes pxl_site_loading {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0)
    }

    30% {
        -webkit-transform: translate(0) scaleX(1);
        transform: translate(0) scaleX(1)
    }

    100%,
    80% {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0)
    }
}

@-webkit-keyframes pxl_reveal {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes pxl_reveal {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes pxl_loader_rotate1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes pxl_loader_rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes pxl_loader_rotate3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

.pxl-cursor {
    visibility: hidden;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform 0.2s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform 0.2s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform 0.2s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform 0.2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 0.2s cubic-bezier(.165, .84, .44, 1);
    transition: transform 0.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 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1)
}

.pxl-cursor .pxl-cursor--follower {
    position: absolute;
    background-color: #fff0;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    -webkit-transition: transform 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1), background-color 0.1s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1), background-color 0.1s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1), background-color 0.1s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1), background-color 0.1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1), background-color 0.1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1), background-color 0.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 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.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 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), opacity 0.5s cubic-bezier(.165, .84, .44, 1);
    transform: scale(0);
    will-change: transform, opacity;
    color: #121315
}

.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)
}

@keyframes pxl-move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@media (min-width:768px) and (max-width:1024px) {
    body:not(.elementor-editor-active) .elementor .elementor-hidden-tablet {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        display: block !important;
        text-indent: -99999px
    }
}

@media screen and (max-width:767px) {
    body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        display: block !important;
        text-indent: -99999px
    }
}

.pxl-section-bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}


.pxl-section-overflow-hidden {
    overflow: hidden !important
}

.elementor-column.pxl-column-overflow-hidden-yes {
    overflow: hidden !important
}

.hover-imge-effect2 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect2 img {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1)
}

.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-flex-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.el-empty:empty,
.pxl-empty:empty {
    display: none !important
}


.pxl-icon1.style-2 span,
.pxl-list1 label,
.pxl-menu-primary>li>a,
.btn--readmore,
.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart),
.single-product #pxl-content-area div.product form.cart label,
.single-product>div.product form.cart label,
.pxl-grid-filter,
.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date .date-day,
.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 a,
.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--content,
.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .pxl-item--position,
button,
.button,
input[type="submit"],
.btn:not(.btn-stroke) {
    font-family: "Dm Sans", sans-serif
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.pxl-close {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgb(255 255 255 / .7);
    border: 9px solid #fff0;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.pxl-close:before,
.pxl-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.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(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.pxl-hide {
    display: none
}

@media screen and (min-width:1201px) {
    .pxl-hide-xl {
        display: none !important
    }
}

.pxl-section-bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.pxl-logo a {
    display: inline-block;
    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
}

@-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-icon1 a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px
}

.pxl-icon1.style-2 {
    display: inline-flex;
    align-items: center;
    column-gap: 20px
}

.pxl-icon1.style-2 span {
    font-size: 18px;
    color: #121315
}

.pxl-icon1.style-2 a {
    position: relative;
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 39px;
    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
}

@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-item--title {
    line-height: 1.146
}

@media (max-width:1500px) {
    .pxl-heading .pxl-item--title br {
        display: none !important
    }
}

.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-item--subtitle.px-sub-title-dot,
.pxl-heading .pxl-item--subtitle.px-sub-title-dot-2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 28px
}

.pxl-heading .pxl-item--subtitle.px-sub-title-dot .pxl-item--subtext,
.pxl-heading .pxl-item--subtitle.px-sub-title-dot-2 .pxl-item--subtext {
    padding-left: 23px;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
    position: relative
}

.pxl-heading .pxl-item--subtitle.px-sub-title-dot .pxl-item--subtext:before,
.pxl-heading .pxl-item--subtitle.px-sub-title-dot-2 .pxl-item--subtext:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--primary-color)
}

.pxl-heading .pxl-item--subtitle.px-sub-title-dot-2 .pxl-item--subtext {
    padding-right: 23px
}

.pxl-heading .pxl-item--subtitle.px-sub-title-dot-2 .pxl-item--subtext:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--primary-color)
}

.pxl-image-single {
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit
}

.pxl-image-single *,
.pxl-image-single img {
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit
}

@media screen and (max-width:767px) {
    .pxl-image-single.pxl-disable-parallax-sm {
        transform: none !important
    }
}

.pxl-image-single .pxl-item--inner {
    position: relative
}

.pxl-contact-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.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-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
}

.blog .pxl-el-divider {
    background-color: #d7d7d7
}

.pxl-el-divider {
    height: 1px;
    background-color: #636363;
    width: 30%;
    margin: auto;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    text-align: center
}

.pxl-el-divider:before {
    position: absolute;
    content: '';
    top: calc(50%);
    left: 0;
    width: 9px;
    height: 9px;
    background-color: var(--primary-color);
    transform: translatey(-50%) scale(0);
    transition-delay: 500ms !important;
    -webkit-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    border-radius: 100px
}

.pxl-el-divider:after {
    position: absolute;
    content: '';
    top: calc(50%);
    right: 0;
    width: 9px;
    height: 9px;
    transform: translatey(-50%) scale(0);
    background-color: var(--primary-color);
    transition-delay: 500ms !important;
    -webkit-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    border-radius: 100px
}

.pxl-el-divider.visible {
    width: 100%
}

.pxl-el-divider.visible:before,
.pxl-el-divider.visible:after {
    border-radius: 0;
    transform: translatey(-50%) scale(1)
}

.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: 10px;
    left: 0;
    background-color: var(--primary-color);
    width: 5px;
    height: 5px;
    z-index: 1
}

.pxl-list1 .pxl-item--icon {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1;
    min-width: 28px;
    padding-top: 4px
}

.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
}

.pxl-navigation-carousel {
    width: 100%;
    margin: 0;
    justify-content: space-between
}

.pxl-navigation-carousel .pxl-navigation-arrow {
    background-color: #121315;
    width: 71px;
    height: 71px;
    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:hover {
    background-color: var(--primary-color)
}

.pxl-navigation-carousel .pxl-navigation-arrow:hover:after {
    opacity: 1
}

.pxl-navigation-carousel.style-2 {
    display: grid
}

.pxl-navigation-carousel.style-2 .pxl-navigation-arrow {
    margin: 7px 0
}

.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 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.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-text-carousel2 .pxl-swiper-dots {
    margin-top: 28px
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .content-top {
    display: flex;
    align-items: end;
    column-gap: 25px;
    border-bottom: 1px solid #4b4d4f;
    padding-bottom: 16px;
    margin-bottom: 23px
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .content-top .pxl-item--number {
    font-size: 100px;
    color: var(--primary-color);
    font-weight: 900;
    line-height: 1
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .content-top .pxl-item--number span {
    font-size: 45px
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .content-top .pxl-item--title {
    font-size: 18px;
    color: #fff;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px
}

.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 30px
}

.pxl-text-carousel2.style-2 .content-top {
    align-items: center !important;
    column-gap: 17px !important
}

.pxl-text-carousel2.style-2 .content-top .pxl-item--title {
    margin-bottom: 0
}

.pxl-text-carousel2.style-2 .pxl-swiper-bottom {
    justify-content: end
}

.pxl-text-carousel2.style-2 .content-top {
    border-color: #d7d7d7 !important
}

#pxl-header-default {
    position: relative;
    z-index: 999;
    background-color: #666
}

#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: 0px !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: 0.6s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: 0.6s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: 0.6s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: 0.6s cubic-bezier(.24, .74, .58, 1);
    -o-transition: 0.6s cubic-bezier(.24, .74, .58, 1);
    transition: 0.6s cubic-bezier(.24, .74, .58, 1);
    visibility: hidden
}

#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 {
    position: static
}

.px-header--left_sidebar {
    overflow-x: hidden;
    overflow-y: scroll
}

@media screen and (min-width:1201px) {
    #pxl-header-default .pxl-menu-primary>li.menu-item-has-children>a span:after {
        content: "\f150";
        font-family: Caseicon;
        font-size: 10px;
        margin-left: 6px;
        font-weight: 400;
        -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        transition: all 0.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 ul {
        list-style: none;
        margin: 0
    }

    .pxl-menu-primary li {
        position: relative;
        color: #5e6e6e
    }

    .pxl-menu-primary li a {
        font-size: 15px;
        color: rgb(255 255 255 / .8);
        position: relative;
        font-weight: 500
    }

    .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: 225px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / .09);
        -khtml-box-shadow: 0 15px 30px -10px rgb(0 0 0 / .09);
        -moz-box-shadow: 0 15px 30px -10px rgb(0 0 0 / .09);
        -ms-box-shadow: 0 15px 30px -10px rgb(0 0 0 / .09);
        -o-box-shadow: 0 15px 30px -10px rgb(0 0 0 / .09);
        box-shadow: 0 15px 30px -10px rgb(0 0 0 / .09);
        -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 {
        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 .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 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
    }
}

@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-menu-backdrop {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / .6);
        -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        transition: all 0.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 0.25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        transition: all 0.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 rgb(0 0 0 / .08);
        -khtml-box-shadow: 0 0 15px rgb(0 0 0 / .08);
        -moz-box-shadow: 0 0 15px rgb(0 0 0 / .08);
        -ms-box-shadow: 0 0 15px rgb(0 0 0 / .08);
        -o-box-shadow: 0 0 15px rgb(0 0 0 / .08);
        box-shadow: 0 0 15px rgb(0 0 0 / .08);
        background-color: #fff;
        overflow-y: scroll
    }

    .pxl-header-menu.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }

    .pxl-header-menu.active+.pxl-header-menu-backdrop {
        opacity: 1;
        visibility: visible
    }

    .pxl-header-menu-scroll {
        padding: 40px 35px
    }

    .pxl-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: #121315;
        font-size: 15px;
        font-weight: 600;
        border-bottom: 1px solid rgb(0 0 0 / .06)
    }

    .pxl-menu-primary li.menu-item>a:hover,
    .pxl-menu-primary li.menu-item>a.current,
    .pxl-menu-primary li.menu-item.current_page_item>a,
    .pxl-menu-primary li.menu-item.current-menu-item>a {
        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-logo-mobile {
        margin-bottom: 35px
    }

    .pxl-logo-mobile img {
        height: 55px
    }

    .pxl-menu-close {
        background-color: rgb(0 0 0 / .03);
        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
    }
}

@media screen and (max-width:767px) {
    .pxl-header-menu {
        width: 100%
    }
}

.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: #121315;
    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 {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 460ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 460ms;
    -khtml-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 460ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 460ms;
    -moz-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 460ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 460ms;
    -ms-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 460ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 460ms;
    -o-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 460ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 460ms;
    transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 460ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 460ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:after {
    -webkit-transform: translate3d(-36px, 0, 0);
    -khtml-transform: translate3d(-36px, 0, 0);
    -moz-transform: translate3d(-36px, 0, 0);
    -ms-transform: translate3d(-36px, 0, 0);
    -o-transform: translate3d(-36px, 0, 0);
    transform: translate3d(-36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 0s;
    -khtml-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 0s;
    -moz-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 0s;
    -ms-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 0s;
    -o-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 0s
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:before {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 620ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 620ms;
    -khtml-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 620ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 620ms;
    -moz-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 620ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 620ms;
    -ms-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 620ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 620ms;
    -o-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 620ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 620ms;
    transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 620ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 620ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:after {
    -webkit-transform: translate3d(-36px, 0, 0);
    -khtml-transform: translate3d(-36px, 0, 0);
    -moz-transform: translate3d(-36px, 0, 0);
    -ms-transform: translate3d(-36px, 0, 0);
    -o-transform: translate3d(-36px, 0, 0);
    transform: translate3d(-36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 160ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 160ms;
    -khtml-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 160ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 160ms;
    -moz-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 160ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 160ms;
    -ms-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 160ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 160ms;
    -o-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 160ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 160ms;
    transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 160ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 160ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:before {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 780ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 780ms;
    -khtml-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 780ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 780ms;
    -moz-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 780ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 780ms;
    -ms-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 780ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 780ms;
    -o-transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 780ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 780ms;
    transition: transform 0.8s cubic-bezier(.215, .61, .355, 1) 780ms, opacity 0.8s cubic-bezier(.215, .61, .355, 1) 780ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:after {
    -webkit-transform: translate3d(-36px, 0, 0);
    -khtml-transform: translate3d(-36px, 0, 0);
    -moz-transform: translate3d(-36px, 0, 0);
    -ms-transform: translate3d(-36px, 0, 0);
    -o-transform: translate3d(-36px, 0, 0);
    transform: translate3d(-36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 320ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 320ms;
    -khtml-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 320ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 320ms;
    -moz-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 320ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 320ms;
    -ms-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 320ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 320ms;
    -o-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 320ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 320ms;
    transition: transform 0.6s cubic-bezier(.165, .84, .44, 1) 320ms, opacity 0.6s cubic-bezier(.165, .84, .44, 1) 320ms
}

.admin-bar .pxl-header-menu {
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar .pxl-header-menu {
        top: 46px
    }
}

@-moz-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.pxl-el-divider {
    background-color: #d7d7d7
}

.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:hover {
    color: #646464
}

.gallery {
    margin: -10px -5px 0 -5px !important;
    display: flex;
    flex-wrap: wrap
}

#pxl-content-main .gallery {
    margin: -5px -12px 38px -12px !important
}


.pxl-heading .pxl-item--title,
.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .content-top .pxl-item--title,
.pxl-text-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc,
.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .title-box,
.pxl-icons-carousel2.default .pxl-button a,
.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner .title-box,
.pxl-icons-carousel2.style-2 .pxl-button a,
.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    font-family: 'DM Sans', sans-serif
}

@media (max-width:1650px) {
    .hide-ct-1650 .pxl-icon-box .pxl-item--meta {
        display: none
    }
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap
}

.hv-icb-2:hover .pxl-icon1 i,
.hv-icb-2:hover .pxl-icon1 svg,
.hv-icb-2:hover .pxl-icon1 img {
    animation-name: wobble_vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.m-rl-0 .elementor-container {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.btn-slider-roofing {
    display: flex !important;
    font-weight: 600 !important;
    align-items: center
}

.btn-slider-roofing:before {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #121315;
    content: '';
    top: 5px;
    right: 6px
}

.btn-slider-roofing svg {
    margin-left: 43px;
    transition: 300ms;
    position: relative;
    z-index: 3
}

.btn-slider-roofing:hover svg {
    transform: rotate(45deg)
}

.ct-form-architecture .wrap-ctf-popup button i {
    background-color: #fff !important;
    color: var(--secondary-color) !important
}

.clip-icon {
    clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%)
}

.bf-border-2 {
    position: relative
}

.bf-border-2:before {
    position: absolute;
    content: '';
    top: -34px;
    z-index: 22;
    left: 0;
    width: 100%;
    height: 35px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #1e2023
}

@media (min-width:768px) and (max-width:1200px) {
    .order-0-lg {
        order: -1
    }
}

.ani-bg .pxl-image-single {
    -webkit-transition: all 0.75s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.75s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.75s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.75s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.75s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.75s cubic-bezier(.645, .045, .355, 1)
}

.ani-bg:hover .pxl-image-single {
    transform: scale(1.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="time"],
input[type="color"],
textarea,
select,
.nice-select {
    background-color: #f5f6f6;
    border: none;
    color: #646464;
    padding: 6px 25px;
    line-height: 1.73;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.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: 30px;
    width: 100%;
    outline: none;
    font-family: inherit
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
textarea:focus,
select: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: #fff0;
    height: auto;
    border: none
}

select {
    height: 60px
}

textarea {
    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
}

.nice-select {
    position: relative;
    padding-right: 44px;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.nice-select:before {
    content: "\f150";
    font-family: Caseicon;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #2d2d2d;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.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: #fff;
    z-index: 101;
    font-size: 16px;
    color: #666;
    font-family: inherit;
    box-shadow: 0 3px 65px rgb(0 0 0 / .08);
    -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 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.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 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    line-height: normal !important
}

.nice-select ul.list li:hover {
    color: #101010;
    background-color: rgb(0 0 0 / .04)
}

.nice-select.open:before {
    transform: translate(0, -50%) scaleY(-1)
}

.nice-select.open ul.list {
    opacity: 1;
    margin-top: 0;
    visibility: visible
}

.wrap-ctf-popup {
    background-color: #fff;
    padding: 22px 50px 50px 50px
}

.wrap-ctf-popup .wpcf7-form-control-wrap {
    margin: 0
}

.wrap-ctf-popup p {
    margin: 0
}

.wrap-ctf-popup br {
    display: none
}

.wrap-ctf-popup input {
    border-radius: 0;
    padding: 0 17px;
    color: #666;
    height: 55px;
    font-size: 16px;
    background-color: #fff;
    padding-left: 22px;
    border: 1px solid #d7d7d7
}

.wrap-ctf-popup input:focus,
.wrap-ctf-popup input:active {
    background-color: #f7f7f7;
    border-color: #d7d7d7
}

.wrap-ctf-popup textarea {
    height: 182px;
    padding-left: 22px;
    padding-top: 20px;
    border-radius: 0;
    background-color: #fff;
    color: #666;
    font-size: 16px;
    border: 1px solid #d7d7d7
}

.wrap-ctf-popup textarea:focus,
.wrap-ctf-popup textarea:active {
    background-color: #f7f7f7;
    border-color: #d7d7d7
}

.wrap-ctf-popup .d-flex p {
    margin-top: 21px;
    column-gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

@media (max-width:1199px) and (min-width:1024px) {
    .wrap-ctf-popup .d-flex p {
        display: block;
        margin-top: 0
    }
}

@media (max-width:575px) {
    .wrap-ctf-popup .d-flex p {
        display: block;
        margin-top: 0
    }
}

.wrap-ctf-popup .d-flex {
    align-items: center
}

@media (max-width:575px) {
    .wrap-ctf-popup .d-flex {
        display: block !important
    }
}

.wrap-ctf-popup button {
    min-width: 237px;
    background-color: var(--primary-color);
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 55px;
    letter-spacing: 1.28px;
    border-radius: 0 0 0 0;
    padding: 0 6px 0 35px;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width:1199px) and (min-width:1024px) {
    .wrap-ctf-popup button {
        margin-top: 30px
    }
}

@media (max-width:575px) {
    .wrap-ctf-popup button {
        margin-top: 30px
    }
}

.wrap-ctf-popup button i {
    -webkit-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    color: #fff;
    width: 45px;
    margin-left: 28px;
    height: 45px;
    line-height: 45px;
    background-color: #000
}

.wrap-ctf-popup button i:before {
    display: block;
    -webkit-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    transform: rotate(-45deg)
}

.wrap-ctf-popup button:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.wrap-ctf-popup button:hover i {
    background-color: #fff;
    color: var(--secondary-color)
}

.wrap-ctf-popup button:hover i:before {
    transform: rotate(0deg)
}

.wrap-ctf-electrical .wpcf7-form-control-wrap {
    margin: 0
}

.wrap-ctf-electrical p {
    margin: 0
}

.wrap-ctf-electrical br {
    display: none
}

.wrap-ctf-electrical button {
    min-width: 237px;
    background-color: var(--primary-color);
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 1.28px;
    border-radius: 0 0 0 0;
    padding: 0 6px 0 35px;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width:1199px) and (min-width:1024px) {
    .wrap-ctf-electrical button {
        margin-top: 30px
    }
}

@media (max-width:575px) {
    .wrap-ctf-electrical button {
        margin-top: 30px
    }
}

.wrap-ctf-electrical button i {
    -webkit-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    color: #fff;
    width: 45px;
    margin-left: 28px;
    height: 45px;
    line-height: 45px;
    background-color: #000
}

.wrap-ctf-electrical button i:before {
    display: block;
    -webkit-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    transform: rotate(-45deg)
}

.wrap-ctf-electrical button:hover i:before {
    transform: rotate(0deg)
}

.wpcf7-checkbox {
    border: none !important;
    background-color: transparent !important
}

.woocommerce {
    color: rgb(45 45 45 / .8)
}

@media (min-width:992px) {
    .woocommerce #pxl-content-area {
        padding-right: 15px
    }
}

.woocommerce textarea {
    padding-top: 18px;
    padding-bottom: 24px;
    min-height: 140px
}

.woocommerce .nice-select {
    border: 1px solid #d7d7d7;
    text-align: left;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 56px
}

.woocommerce .nice-select span.current {
    line-height: 37px
}

.woocommerce .nice-select:before {
    color: #646464;
    font-size: 12px
}

.woocommerce .nice-select:after {
    color: inherit
}

.woocommerce .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:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart) {
    font-size: 18px;
    font-weight: 500;
    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 {
    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 {
    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(rgb(255 255 255 / .35)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgb(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 {
    outline: medium 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 {
    -webkit-animation: pxl_btn_shine 1.2s ease;
    animation: pxl_btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.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 ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.woocommerce ul.products li.product {
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px
}

.woocommerce ul.products li.product.last {
    margin-right: 0
}

@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
    }
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--primary-color)
}

.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
}

.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: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 32px;
    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
}

.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
    box-shadow: none;
    max-width: 400px;
    margin: auto
}


.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 {
    position: absolute;
    bottom: 24px;
    left: 20px;
    z-index: 2
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow {
    height: 61px;
    width: 61px;
    min-width: 61px;
    background-color: #1e2023;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow i {
    display: inline-flex
}

.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow:hover {
    background-color: var(--primary-color);
    color: #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%);
    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-2 .pxl-swiper-arrow i {
    display: inline-flex
}

.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -170px
}

@media (max-width:1500px) {

    .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        left: 0px !important;
        opacity: 0
    }
}

.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: -170px;
    left: auto
}

@media (max-width:1500px) {

    .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
        right: 0px !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 {
    background-color: var(--primary-color);
    color: #fff
}

@media (max-width:1500px) {

    .pxl-swiper-slider:hover .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-prev {
        left: 20px !important;
        opacity: 1
    }
}

.pxl-swiper-slider:hover .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-next {
    right: -170px;
    left: auto
}

@media (max-width:1500px) {

    .pxl-swiper-slider:hover .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-next {
        right: 20px !important;
        opacity: 1
    }
}


.pxl-post-carousel .pxl-post--featured {
    position: relative
}


.pxl-post-carousel .pxl-post--featured img {
    width: 100%
}


.pxl-post-carousel .pxl-post--title a {
    color: inherit
}


.pxl-post-carousel .pxl-post--title a:hover {
    color: inherit
}


.pxl-post-carousel .pxl-post--category a {
    color: inherit
}

.pxl-grid-filter {
    font-size: 18px;
    color: #252932;
    font-weight: 500;
    text-transform: capitalize
}

.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
}

@media (max-width:575px) {
    .pxl-grid-filter {
        font-size: 14px
    }
}

.pxl-grid-filter .pxl--filter-inner {
    column-gap: 45px;
    z-index: 2
}

.pxl-grid-filter .filter-item {
    padding-bottom: 17px;
    padding-top: 15px;
    z-index: 2;
    justify-content: center;
    position: relative
}

@media (max-width:575px) {
    .pxl-grid-filter .filter-item {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.pxl-grid-filter .filter-item:before {
    position: absolute;
    background-color: var(--primary-color);
    content: '';
    left: 50%;
    transform: translatex(-50%);
    bottom: -1px;
    height: 3px;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.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-post-carousel2 {
    position: relative
}

.pxl-post-carousel2 .pxl-swiper-slide {
    padding-top: 30px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner {
    position: relative
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--featured {
    position: relative
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date {
    position: absolute;
    left: 15px;
    top: -15px;
    width: 83px;
    height: 116px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date .date-day {
    line-height: 83px;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    text-align: center
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date .year-month {
    text-align: center;
    background-color: #1e2023
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date .year-month span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'barlow', sans-serif;
    line-height: 33px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--meta {
    column-gap: 30px;
    margin-top: 20px;
    margin-bottom: 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 {
    color: #999
}

.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: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #999
}

.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: var(--primary-color)
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 22px;
    margin-bottom: 22px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title a {
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    position: relative
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .pxl-post--title:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translatex(-50%);
    -webkit-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    bottom: -1px;
    height: 1px;
    width: 0%;
    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: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #666
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .btn--readmore {
    margin-top: 23px;
    column-gap: 10px;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.28px;
    color: #121315
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .btn--readmore i {
    transform: rotate(-45deg);
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    margin-top: -2px
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .btn--readmore:hover i {
    color: var(--primary-color);
    transform: rotate(0deg)
}

.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--title:before {
    width: 100%
}

.pxl-post-carousel2 .pxl-swiper-arrow {
    opacity: 0
}

.pxl-post-carousel2:hover .pxl-swiper-arrow-prev {
    left: -140px !important;
    opacity: 1
}

.pxl-post-carousel2:hover .pxl-swiper-arrow-next {
    right: -140px !important;
    opacity: 1
}

.pxl-portfolio-carousel5 .pxl-swiper-container {
    margin: 0
}

.pxl-portfolio-carousel5 .pxl--filter-inner {
    justify-content: center
}

.pxl-portfolio-carousel5 .swiper-filter {
    margin-bottom: 70px
}

.pxl-portfolio-carousel5 .swiper-filter .pxl-el-divider {
    background-color: #d7d7d7 !important
}

.pxl-portfolio-carousel5 .swiper-filter .pxl-grid-filter {
    display: flex;
    justify-content: center
}

.pxl-portfolio-carousel5 .swiper-filter .filter-item {
    color: #121315 !important
}

.pxl-portfolio-carousel5 .wrap-arrow {
    margin-top: 77px
}

@media (max-width:767px) {
    .pxl-portfolio-carousel5 .wrap-arrow .pxl-swiper-dots {
        justify-content: center;
        display: flex
    }
}

.pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner {
    min-height: 567px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

@media (max-width:1200px) {
    .pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner {
        min-height: 450px
    }
}

.pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #1e2023 0%, rgb(30 32 35 / .00001) 60%);
    z-index: 2;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner:after {
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #1e2023 0%, #1e2023 100%);
    z-index: 2;
    -webkit-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.4s cubic-bezier(.645, .045, .355, 1)
}

.pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--category {
    opacity: 1;
    transform: translatey(0);
    transition-delay: 300ms
}

.pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner:hover .pxl-item--icon i,
.pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner:hover .pxl-item--icon svg {
    opacity: 1;
    transform: scale(1);
    transition-delay: 750ms
}

.pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--title {
    opacity: 1;
    transform: translatey(0);
    transition-delay: 500ms
}

.pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--content {
    opacity: 1;
    transform: translatey(0);
    transition-delay: 600ms
}

.pxl-portfolio-carousel5 .pxl-swiper-slide .pxl-post--inner:hover:after {
    opacity: 1
}

.pxl-image-carousel .pxl-item--image {
    background-position: center;
    background-size: cover
}

.pxl-image-carousel img {
    width: 100%
}

.pxl-image-carousel .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-prev {
    left: 47px !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 15px;
    transform: translatey(-50%) scalex(-1)
}

.pxl-image-carousel .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-next {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    right: 47px !important;
    font-size: 15px
}

.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: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-image-carousel.style-2 .pxl-item--image:hover:before {
    opacity: 1
}

.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 0.45s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.45s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.45s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.45s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.45s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.45s cubic-bezier(.645, .045, .355, 1)
}

.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 {
    display: flex;
    align-items: center;
    column-gap: 1px
}

.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .pxl-item--star svg {
    width: 17px;
    fill: var(--primary-color)
}

.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .top-content {
    margin-top: 34px;
    display: flex;
    align-items: center;
    column-gap: 20px
}

.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .top-content .pxl-item--title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0
}

.pxl-image-carousel2 .pxl-swiper-slide .wrap-content .pxl-item--position {
    margin-top: 5px;
    font-size: 14px
}

.pxl-image-properties {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px
}

.pxl-image-properties .pxl--item {
    max-width: 350px;
    position: static
}

.pxl-image-properties .pxl--item .dot-content {
    position: absolute
}

.pxl-image-properties .pxl--item .dot-content .dot {
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100px;
    line-height: 19px;
    color: var(--secondary-color);
    font-size: 23px;
    text-align: center;
    display: block;
    transform: scale(0);
    box-shadow: 0 0 0 9px rgb(255 255 255 / .3);
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-image-properties .pxl--item .dot-content .dot:before {
    z-index: 0;
    position: absolute;
    content: '';
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    border-radius: 100px;
    -webkit-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.4s cubic-bezier(.645, .045, .355, 1);
    box-shadow: 0 0 0 0 rgb(255 255 255 / .0001)
}

.pxl-image-properties .pxl--item .dot-content .dot.active {
    transform: scale(1)
}

.pxl-image-properties .pxl--item .dot-content .pxl-item-content-popup {
    visibility: hidden;
    padding: 20px 15px;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / .05);
    opacity: 0;
    position: absolute;
    width: 230px;
    background-color: #fff;
    text-align: center;
    bottom: 250%;
    left: 50%;
    transform: translatex(-50%)
}

@media (min-width:1025px) {
    .pxl-image-properties .pxl--item .dot-content .pxl-item-content-popup {
        display: none
    }
}

.pxl-image-properties .pxl--item .dot-content .pxl-item-content-popup:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 25px;
    height: 16px;
    background-color: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.pxl-image-properties .pxl--item .dot-content .pxl-item-content-popup .title {
    text-align: left;
    font-size: 18px;
    padding: 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.pxl-image-properties .pxl--item .dot-content .pxl-item-content-popup .description {
    text-align: left;
    font-size: 15px;
    line-height: 24px
}

.pxl-image-properties .pxl--item .pxl-item-content {
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    opacity: .3
}

@media (max-width:1024px) {
    .pxl-image-properties .pxl--item .pxl-item-content {
        display: none
    }
}

.pxl-image-properties .pxl--item .pxl-item-content .title {
    pointer-events: none;
    font-size: 25px;
    color: #121315;
    line-height: 35px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 21px;
    margin-bottom: 21px;
    padding-right: 30px;
    position: relative;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600
}

.pxl-image-properties .pxl--item .pxl-item-content .title:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -1px;
    transform: translatex(-50%);
    background-color: var(--secondary-color);
    width: 0%;
    height: 1px;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-image-properties .pxl--item .pxl-item-content .title:before {
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    position: absolute;
    content: '';
    top: 12px;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color)
}

.pxl-image-properties .pxl--item .pxl-item-content .description {
    pointer-events: none;
    font-size: 16px;
    line-height: 26px;
    color: #666
}

.pxl-image-properties .pxl--item+.pxl--item {
    margin-top: 50px
}


.pxl-image-properties .pxl--item.show-content .dot {
    box-shadow: 0 0 0 9px rgb(255 255 255 / .6)
}


.pxl-image-properties .pxl--item.show-content .dot:before {
    box-shadow: 0 0 0 6px rgb(255 255 255 / .2)
}


.pxl-image-properties .pxl--item.show-content .title:after {
    width: 100%
}


.pxl-image-properties .pxl--item.show-content .pxl-item-content {
    opacity: 1
}


.pxl-image-properties .pxl--item.show-content .pxl-item-content-popup {
    visibility: visible;
    bottom: 200%;
    opacity: 1
}

.pxl-image-properties .pxl--item.show-content .pxl-item-content-popup {
    opacity: 0 !important;
    visibility: hidden !important
}

.pxl-image-properties .pxl--item.show-content .dot {
    box-shadow: 0 0 0 6px rgb(255 255 255 / .3) !important
}

.pxl-image-properties .pxl--item.show-content .dot:before {
    opacity: 0 !important
}

.pxl-image-properties .content-column-left .pxl--item {
    text-align: right
}

.pxl-image-properties .content-column-right .title {
    padding-left: 30px
}

.pxl-image-properties .content-column-right .title:before {
    left: 0;
    right: auto
}

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: right center;
    color: #fff
}


.far,
.fas {
    font-family: "Font Awesome 5 Pro" !important
}

@-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: medium none;
    text-decoration: none;
    color: #fff
}

.btn:not(.btn-stroke) {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 0 38px;
    line-height: 56px;
    border-radius: 56px;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.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 0.15s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    display: block
}

.btn:not(.btn-stroke) i:before {
    display: block;
    -webkit-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.15s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.15s cubic-bezier(.645, .045, .355, 1)
}

.btn:not(.btn-stroke):hover {
    outline: medium 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).full {
    width: 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:hover,
.btn-stroke:focus {
    color: #000
}

@keyframes pxl_btn_stroke {
    0% {
        stroke-dashoffset: 3000
    }

    to {
        stroke-dashoffset: 0
    }
}

.pxl-nav-menu .pxl-menu-primary>li:hover>a:before,
.pxl-nav-menu .pxl-menu-primary>li.current_page_item>a:before {
    left: 0;
    right: auto;
    width: 100%
}

.pxl-nav-menu .pxl-menu-primary>li>a {
    border-top: 1px solid #404144;
    position: relative
}

.pxl-nav-menu .pxl-menu-primary>li>a:before {
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    height: 1px;
    width: 0%;
    -webkit-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.35s cubic-bezier(.645, .045, .355, 1);
    background-color: var(--primary-color)
}

.pxl-nav-menu .pxl-menu-primary>li>a:hover:before {
    left: 0;
    right: auto;
    width: 100%
}

.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: 60px;
    -webkit-transition: transform 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0.25s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width:1600px) {
    .pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-angle-arrow-down {
        margin-left: 35px
    }
}

@media (max-width:1300px) {
    .pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-angle-arrow-down {
        margin-left: 30px
    }
}

.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-family: "caseicon";
    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 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-nav-menu.sub-style-default .sub-menu>li .pxl-menu-item-text:before {
        margin-top: -1px;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translatey(-50%) scale(0);
        -khtml-transform: translatey(-50%) scale(0);
        -moz-transform: translatey(-50%) scale(0);
        -ms-transform: translatey(-50%) scale(0);
        -o-transform: translatey(-50%) scale(0);
        transform: translatey(-50%) scale(0);
        height: 5px;
        width: 5px;
        background-color: var(--primary-color);
        -webkit-transition: all 200ms linear 0ms;
        -khtml-transition: all 200ms linear 0ms;
        -moz-transition: all 200ms linear 0ms;
        -ms-transition: all 200ms linear 0ms;
        -o-transition: all 200ms linear 0ms;
        transition: all 200ms linear 0ms;
        opacity: 0;
        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 {
        padding-left: 15px;
        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 {
        left: 0;
        -webkit-transform: translatey(-50%) scale(1);
        -khtml-transform: translatey(-50%) scale(1);
        -moz-transform: translatey(-50%) scale(1);
        -ms-transform: translatey(-50%) scale(1);
        -o-transform: translatey(-50%) scale(1);
        transform: translatey(-50%) scale(1);
        opacity: 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 {
    transform: perspective(500px) rotatex(0deg)
}

.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: 4px
}

.pxl-nav-menu.fr-style-divider2 .pxl-menu-primary>li>a i {
    margin-left: 10px !important
}

.pxl-nav-menu svg {
    display: none
}

@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 0.25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
        transition: all 0.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 {
        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 {
        transform: scaley(1)
    }
}

.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
}

@media (max-width:575px) {
    .pxl-icon-box1.style-2 .pxl-item--inner {
        display: block
    }
}

.pxl-icon-box1.style-2 .pxl-item--inner .pxl-item--icon {
    width: 53px;
    height: 53px;
    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-family: 'barlow', sans-serif;
    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-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: 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: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.pxl-icons-carousel2.default .pxl-swiper-container {
    margin: 0
}

.pxl-icons-carousel2.default .pxl-swiper-slide {
    padding: 0;
    overflow: hidden
}

.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner {
    position: relative;
    background-color: #1e2023;
    border-left: 1px solid #404144
}

.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner:before {
    position: absolute;
    content: '';
    top: 0;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    left: 0;
    width: 140px;
    height: 125px;
    background-color: #fff;
    opacity: .1;
    z-index: 0
}

.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .icon-box {
    display: inline-flex;
    width: 103px;
    align-items: center;
    justify-content: center;
    height: 103px;
    background-color: var(--primary-color)
}

.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .icon-box i,
.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .icon-box svg,
.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .icon-box img {
    transition: all 400ms ease-in-out 0s;
    font-size: 45px;
    color: #fff
}

.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .wrap-content {
    padding: 50px 55px;
    z-index: 2;
    position: relative
}

@media (max-width:767px) {
    .pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .wrap-content {
        padding: 50px 35px
    }
}

@media (max-width:575px) {
    .pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .wrap-content {
        padding: 30px 15px
    }
}

.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .title-box {
    margin-top: 47px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner .description-box {
    font-size: 16px;
    line-height: 26px;
    color: #d7d7d7;
    font-family: 'Barlow', sans-serif
}

.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner:hover:before {
    opacity: 1
}

.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner:hover .icon-box i,
.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner:hover .icon-box svg,
.pxl-icons-carousel2.default .pxl-swiper-slide .pxl-item--inner:hover .icon-box img {
    transform: rotatey(360deg)
}

.pxl-icons-carousel2.default .pxl-button {
    margin: 0 -1px
}

.pxl-icons-carousel2.default .pxl-button a {
    padding: 0 55px;
    width: 100%;
    font-weight: 600;
    background-color: #fff0;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 70px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border: 1px solid #404144
}

@media (max-width:767px) {
    .pxl-icons-carousel2.default .pxl-button a {
        padding: 0 35px
    }
}

@media (max-width:575px) {
    .pxl-icons-carousel2.default .pxl-button a {
        padding: 0 15px
    }
}

.pxl-icons-carousel2.default .pxl-button a span {
    margin-right: 10px;
    flex-grow: 0;
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1)
}

.pxl-icons-carousel2.default .pxl-button a i {
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1)
}

.pxl-icons-carousel2.default .pxl-button a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pxl-icons-carousel2.default .pxl-button a:hover span {
    flex-grow: 1
}

.pxl-icons-carousel2.default .pxl-button a:hover i {
    transform: rotate(0deg)
}

.pxl-icons-carousel2.style-2 .pxl-swiper-container {
    padding-top: 20px
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner {
    position: relative;
    background-color: #2b2d30;
    border: 1px solid #4b4c4f;
    text-align: center;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner .icon-box {
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    padding-top: 13px;
    clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%);
    margin-top: -20px;
    display: inline-flex;
    width: 106px;
    align-items: center;
    justify-content: center;
    height: 127px;
    background-color: var(--primary-color)
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner .icon-box i,
.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner .icon-box svg,
.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner .icon-box img {
    transition: all 400ms ease-in-out 0s;
    font-size: 55px;
    color: #fff
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner .wrap-content {
    padding: 0 40px 28px 40px;
    z-index: 2;
    position: relative
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner .title-box {
    margin-top: 47px;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner .description-box {
    font-size: 16px;
    line-height: 26px;
    color: #d7d7d7;
    font-family: 'Barlow', sans-serif
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner:hover:before {
    opacity: 1
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner:hover .icon-box i,
.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner:hover .icon-box svg,
.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner:hover .icon-box img {
    transform: rotatey(360deg)
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner:hover .icon-box {
    background-color: #fff
}

.pxl-icons-carousel2.style-2 .pxl-swiper-slide .pxl-item--inner:hover .icon-box i {
    color: #1e2023
}

.pxl-icons-carousel2.style-2 .pxl-button a {
    padding: 0 55px;
    width: 100%;
    font-weight: 600;
    background-color: #fff0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 70px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border-top: 1px solid #404144;
    border-bottom: 1px solid #404144
}

.pxl-icons-carousel2.style-2 .pxl-button a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pxl-testimonial-carousel4 .pxl-swiper-slide {
    padding: 0 40px
}

@media (max-width:1500px) {
    .pxl-testimonial-carousel4 .pxl-swiper-slide {
        padding: 0 15px !important
    }
}

.pxl-testimonial-carousel4 .pxl-swiper-container {
    margin: 0 -40px
}

@media (max-width:1500px) {
    .pxl-testimonial-carousel4 .pxl-swiper-container {
        margin: 0 -15px
    }
}

.pxl-testimonial-carousel4 .pxl-item--star {
    display: inline-flex;
    align-items: center;
    column-gap: 1px
}

.pxl-testimonial-carousel4 .pxl-item--star svg {
    width: 17px;
    fill: var(--primary-color)
}

.pxl-testimonial-carousel4 .pxl-swiper-bottom {
    position: relative;
    z-index: 2;
    margin-top: 30px
}

@media (max-width:991px) {
    .pxl-testimonial-carousel4 .pxl-swiper-bottom {
        justify-content: center
    }
}

.pxl-testimonial-carousel4 .pxl-swiper-bottom span:last-child {
    margin-right: 5px
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 30px;
    font-family: 'Barlow', sans-serif
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    max-width: 230px;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7
}

@media (max-width:991px) {
    .pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc:before {
        max-width: 100%
    }
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--desc:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 70px;
    height: 3px;
    background-color: var(--primary-color)
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--title {
    margin-top: 36px;
    font-size: 20px;
    line-height: 30px;
    color: #0a1a33;
    font-weight: 600
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
    column-gap: 30px
}

@media (max-width:767px) {
    .pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
        column-gap: 20px;
        display: block
    }
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--name {
    font-size: 20px;
    color: #0a1a33;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 3px;
    display: flex;
    column-gap: 20px
}

@media (max-width:767px) {
    .pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--name {
        margin-top: 20px
    }
}

.pxl-testimonial-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--position {
    margin-top: 3px;
    font-size: 16px;
    color: #666
}

.pxl-testimonial-carousel4.style-2 .pxl-swiper-bottom {
    justify-content: right;
    margin-top: -45px
}

.pxl-testimonial-carousel4.style-2 .pxl-swiper-container {
    margin: 0 -15px
}

.pxl-testimonial-carousel4.style-2 .pxl-swiper-slide {
    padding: 0 15px
}

.pxl-testimonial-carousel4.style-2 .pxl-swiper-slide .pxl-item--desc {
    margin-bottom: 40px;
    padding-bottom: 38px
}

.pxl-testimonial-carousel4.style-2 .pxl-item--desc:before {
    max-width: 100% !important
}

.pxl-testimonial-carousel4.style-2 .pxl-item--desc:after {
    display: none
}