body{
	background-color: #0a0a0a;
}
.custom-menu ul li a{
transition: all .4s!important;
}
.hover-affect a{
	    transition: all 350ms ease-in-out 0s;
	        mask-image: url(../images/btn-primary.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    overflow: hidden;
}
.hover-affect a:hover, .hover-affect-2 a:hover{
	box-shadow: 0 -4px 4px 0 rgba(255, 255, 255, 0.25) inset;
    background-color: var(--e-global-color-accent);
    outline: medium none;
    text-decoration: none;
    color: #FAFAFA;
}
.hover-affect a:hover .elementor-button-text, .hover-affect a:hover .elementor-button-content-wrapper, .hover-affect-2 a:hover .elementor-button-text{
    animation: MoveScaleUpInitial 0.35s forwards, MoveScaleUpEnd 0.35s forwards 0.35s;
}
.hover-affect a .elementor-button-text, .hover-affect a .elementor-button-content-wrapper, .hover-affect-2 a .elementor-button-text{
    display: block;
    position: relative;
    z-index: 1;
}

@keyframes MoveScaleUpInitial {
 100% {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
}
}
@keyframes MoveScaleUpEnd {
  0% {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
}
100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}

.banner-heading-spl .elementor-heading-title{
background-color: transparent;
    background-image: linear-gradient(180deg, #FAFAFAB3 0%, #FAFAFA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
}
.icon-small .elementor-icon-wrapper{
display: flex;
}
.btn-spl-banner:before, .banner-affect2 a:before{
content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 24px;
    opacity: 0;
    transform: translate(0, -150%);
    transition: all 0.35s ease-in-out;
    color: #fafafa;
}
div.banner-affect2 a:before{
    color: var(--e-global-color-primary);
}
.btn-spl-banner:hover:before{
        opacity: 1;
    transform: translate(0, -25%);
}
.banner-affect2 a:hover:before{
       opacity: 1;
    transform: translate(0, -50%);
}
.btn-spl-banner:hover .elementor-heading-title, .banner-affect2 a:hover .elementor-button-text{
opacity: 0;
    transform: translate(0, 100%);
}
.btn-spl-banner:hover{
   background-color: var(--e-global-color-primary);
}
.btn-spl-banner:hover .banner-btn-small1{
    opacity: 0;
    transform: translateX(50%) rotateY(90deg);
}
.btn-spl-banner:hover .banner-btn-small2{
        opacity: 1;
    transform: translateX(0) rotateY(0);
}
.btn-spl-banner .elementor-heading-title, .btn-spl-banner .elementor-widget-icon{
    transition: all 0.35s ease-in-out;
}
.banner-btn-small1{
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease;
    position: relative;
    transform: translateX(0) rotateY(0);
    box-shadow: 2px 2px 4px 0 rgba(254, 86, 49, 0.2) inset;
}
.banner-btn-small2{
    top: 6px;
    right: 6px;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    transform: translateX(-50%) rotateY(90deg);
    box-shadow: 2px 2px 4px 0 rgba(254, 86, 49, 0.2) inset;
}

.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  mask: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 10s linear infinite;
}

.marquee--inner span {
  float: left;
  width: 100%;
  overflow: hidden;
}
.marquee--inner span div{
    font-size: 200px;
    font-weight: 700;
    color: #fafafa;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}



.subscription-form .mail-form1{
position: relative;
}
.subscription-form .mail-form1 label{
    width: 100%;
}
.subscription-form .mail-form1 input {
    border-radius: 8px;
    padding: 8px 55px 8px 16px;
    height: 56px;
    background-color: #171717;
    color: #fafafa;
    line-height: 1.5;
    border: 0;
}
.subscription-form .mail-form1 .btn-button {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
    padding: 0;
}
.subscription-form .mail-form1 .btn-button:hover{
    background-color: var(--e-global-color-primary);
}
.subscription-form .mail-form1 .btn-button > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.35s ease 0s;
    transform: translate(-50%, -50%);
}
.subscription-form .mail-form1 .btn-button svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.subscription-form .mail-form1 .btn-button > *:last-child {
    opacity: 0;
    transform: translate(-200%, -50%);
}
.subscription-form .elementor-shortcode > p{
display: none;
}
.subscription-form .mail-form1 .btn-button:hover > * {
    transform: translate(100%, -50%);
}
.subscription-form .mail-form1 .btn-button:hover > *:last-child {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.subscription-form .mail-form1 .btn-button > *:first-child {
    opacity: 1;
}
.subscription-form .mail-form1 .btn-button:hover > *:first-child {
    opacity: 0;
}

.progress {
 overflow: hidden;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #151515 0%, #0A0A0A 66.25%) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 60%) border-box;
    bottom: 44px;
     opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
        z-index: 99;
            right: 30px;
            position: fixed;
            cursor: pointer;
}
.progress.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.progress-inner {
 position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    z-index: -1;
    transform: translateY(-50%);
}
@keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
}
.pxl-icon i {
    font-size: 24px;
        position: relative;
    -webkit-animation: icon-bounce 2s linear 0s infinite;
    -khtml-animation: icon-bounce 2s linear 0s infinite;
    -moz-animation: icon-bounce 2s linear 0s infinite;
    -ms-animation: icon-bounce 2s linear 0s infinite;
    -o-animation: icon-bounce 2s linear 0s infinite;
    animation: icon-bounce 2s linear 0s infinite!important;
    color: #fff;
}

.pxl-scroll-progress-circle {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    z-index: -1;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
}
.pxl-scroll-progress-circle path {
    fill: none;
    stroke-width: 3;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    stroke: #fff;
}
.pxl-scroll-progress-circle path {
    stroke: var(--e-global-color-primary);
}
.animated-subheading .elementor-heading-title:before{
content: "";
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color:var(--e-global-color-primary);
    margin-right: 8px;
    animation: flickerAnimation 1s infinite;
}

@keyframes flickerAnimation {
    0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

.scroll-effect {
  overflow: hidden;
}
.scroll-effect .elementor-heading-title .word{
background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background: linear-gradient(to right, #fafafa 50%, #FAFAFAB3 50%) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    background-position-x: 100%;
    transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.75s;
}
.scroll-effect.color-affect .elementor-heading-title .word{
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
background: linear-gradient(to right, #0A0A0A 50%, #FAFAFAB3 50%) no-repeat;
   -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    background-position-x: 100%;
    transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.75s;
}
.item-number .elementor-heading-title{
background: linear-gradient(180deg, #fff 0%, #ffffff00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 400px;
    font-weight: 300 !important;
    line-height: 0.661965;
    letter-spacing: -12px;
    position: absolute;
    left: -85px;
    bottom: -25px;
}
.subtitle-service .elementor-heading-title{
backdrop-filter: blur(6px);
}
.h-100{
    height: 100% !important;
}
.contact-sec-icon-box .elementor-icon{
    backdrop-filter: blur(6px);
}
.contact-sec-icon-box .elementor-icon-box-content{
display: flex;
flex-direction: column-reverse;
}
.contact-sec-tabs{

}
.elementor-row{
display: flex;
}
.custom-row{
    flex-wrap: wrap;
}
.custom-col{
    padding-left: 10px;
    padding-right: 10px;
}
.input-wrap, input[type="text"], input[type="email"], 
input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"]{
    width: 100%;
}
.input-wrap:not(.submit-wrap) p{
        display: flex;
    align-items: center;
    background-color: #171717;
    border-radius: 8px;
}
.form-request label, .form-support label  {
    color: #D4D4D4;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 8px 20px;
    border-right: 1px solid #404040;
    min-width: max-content;
}
.form-request .input-type{
    border-radius: 0 8px 8px 0;
}
input[type="text"], input[type="email"], input[type="url"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="number"], input[type="range"], input[type="date"], input[type="month"], 
input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], 
input[type="color"], textarea, select, .select2-container.select2-container--default .select2-selection--single {
    background-color: #171717;
    border: 0 solid #e0e0e0;
    color: #fafafa;
    padding: 8px 16px;
    line-height: 1.5;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.contact-sec-tabs{
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(213deg, #222 0%, #393939 80.39%);
    box-shadow: -351px 460px 162px 0 rgba(0, 0, 0, 0.01), 
    -225px 295px 148px 0 rgba(0, 0, 0, 0.04), -126px 166px 125px 0 rgba(0, 0, 0, 0.15), 
    -56px 74px 93px 0 rgba(0, 0, 0, 0.25), -14px 18px 51px 0 rgba(0, 0, 0, 0.29), 
    0 1.5px 0 0 #686868, 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
}
.contact-sec-tabs .e-n-tab-title {
     color: #A3A3A3 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    width: 50% !important;
    text-align: center;
    padding: 14px;
    cursor: pointer;
    position: relative !important;
    z-index: 1;
    background-color: transparent !important;
    box-shadow: none;
}
.contact-sec-tabs .e-n-tab-title[data-tab-index="3"]{
flex: 0 !important;
padding: 0 !important;
}
.contact-sec-tabs .e-n-tab-title[aria-selected=true]{
    color: #fafafa!important;
}
.contact-sec-tabs .e-n-tab-title::after {
    --border-color: rgba(255, 255, 255, 0.40);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 3.98%, 
        rgba(255, 255, 255, 0.40) 49.67%, rgba(255, 255, 255, 0) 95.35%);
    transform: scaleX(0);
    transition: all 350ms ease;
}
.contact-sec-tabs .e-n-tab-title[aria-selected=true]::after{
    transform: scaleX(1);
}
.contact-sec-tabs .e-n-tabs-heading{
    position: relative;
}
.contact-sec-tabs .e-n-tab-title:nth-child(odd)[aria-selected=true] ~ .e-n-tab-title[data-tab-index="3"] {
    opacity: 1;
    border-radius: 12px 0 0 0;
}
.contact-sec-tabs .e-n-tab-title:nth-child(even)[aria-selected=true] ~ .e-n-tab-title[data-tab-index="3"] {
    opacity: 1;
    background-image: url(../images/form-right.svg);
    border-radius: 0 12px 0 0;
}
.contact-sec-tabs .e-n-tab-title[data-tab-index="3"]{
    width: 100% !important;
    position: absolute!important;
    inset: 0;
    background-image: url(../images/form-left.svg);
    opacity: 0;
    transition: all 350ms ease;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.contact-sec-tabs .e-active{
background-color: black;
padding: 57px 32px 50px;
border-radius: 0 0px 16px 16px;
}
.submit-type{
    width: 100%;
}
.info-card-why .hfe-infocard-text{
padding-bottom: 40px;
border-bottom: 1px solid #D4D4D4;
}
.overflow-hidden{
    overflow: hidden;
}

.pxl-testimonial-carousel.layout-1 .thumbs-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
}
.pxl-testimonial-carousel.layout-1 .thumbs-image {
    border-radius: 50%;
       background-color: var(--e-global-color-accent);
    width: 56px;
    height: 56px;
    overflow: hidden;
}
.pxl-testimonial-carousel.layout-1 .thumbs-name {
    color: #FAFAFA;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 2px;
    letter-spacing: 0;
}
.pxl-testimonial-carousel.layout-1 .thumbs-position {
    color: #D4D4D4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.pxl-testimonial-carousel.layout-1 {
    border-radius: 16px;
    background-color: #262626;
    padding: 40px;
}
.pxl-testimonial-carousel.layout-1 .thumb-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 35px;
    padding: 0;
    transition: all 350ms ease;
}
.pxl-swiper-arrows.custom {
    position: absolute;
    left: 40%;
    bottom: 88px;
    column-gap: 16px;
    row-gap: 16px;
    display: flex;
    margin: 0px 0px 0px -63px;
}
.pxl-swiper-arrow {
    color: #737373;
    width: 17px;
    height: 17px;
    font-size: 17px;
}
.pxl-swiper-arrows.custom .swiper-button-prev{
    left: auto;
    right: 0;
}
.pxl-swiper-arrows.custom .swiper-button-next{
    left: 18px;
    right: auto;
}
.pxl-swiper-arrow:after{
font-size: 17px;
}
.pxl-testimonial-carousel.layout-1 .custom-swipe {
    border-radius: 12px;
    background-color: #0A0A0A;
    padding: 56px;
}
.item-rating {
    color: var(--e-global-color-accent);
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
}
.pxl-testimonial-carousel.layout-1 .item-rating i {
    font-size: 24px;
}
.pxl-testimonial-carousel.layout-1 .item-description {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5555555556;
    margin-top: 90px;
    margin-bottom: 66px;
}
.pxl-post-grid.layout-post-1 .post-image {
    border-radius: 16px;
    margin-bottom: 24px;
}
.scale-hover-x-left {
    overflow: hidden;
}
.pxl-post-grid.layout-post-1 .post-image img {
    width: 100%;
    object-fit: cover;
}
.scale-hover-x-left img {
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pxl-post-grid.layout-post-1 .port-category {
    gap: 8px;
        display: flex;
            flex: 0 0 auto;
    width: auto;
}
.pxl-post-grid.layout-post-1 .port-category a {
    color: #E5E5E5;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    padding: 6px 12px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    position: relative;
    overflow: hidden;
}
.pxl-post-grid.layout-post-1 .item-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 12px;
}
.pxl-post-grid.layout-post-1 .item-title a {
    width: fit-content;
    color: #fff;
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
    background-repeat: no-repeat;
    animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}

@keyframes pxl-wide-menu-underline {
    0% {
    background-size: 100% 100%;
    background-position-x: 100%;
}
100% {
    background-size: 0 100%;
    background-position-x: 100%;
}
}
.scale-hover-x-left:hover img {
    -webkit-transform: scale(1.03) translateX(-5px);
    transform: scale(1.03) translateX(-5px);
}
.pxl-post-grid.layout-post-1 .port-category a::after {
    background-color: rgba(255, 255, 255, 0.76);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 30px;
    opacity: 0;
}
.pxl-post-grid.layout-post-1 .port-category a:hover::after {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}
.pxl-post-grid.layout-post-1 .item-title a:hover {
    color: inherit;
    animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.banner-dynamic-heading .elementor-heading-title{
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0.7) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    padding-bottom: 6px;
}
.burred-div .elementor-spacer-inner{
-webkit-mask: linear-gradient(transparent, black 40%);
    mask: linear-gradient(transparent, black 40%);
        background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #00000066 100%);
    backdrop-filter: blur(8px);
    border-radius: 0px 0px 16px 16px;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.custom-container {
    display: block !important;
}
.pxl-sidebar-area .widget {
    box-shadow: -351px 460px 162px 0 rgba(0, 0, 0, 0.01), 
    -225px 295px 148px 0 rgba(0, 0, 0, 0.04),
     -126px 166px 125px 0 rgba(0, 0, 0, 0.15), 
     -56px 74px 93px 0 rgba(0, 0, 0, 0.25), 
     -14px 18px 51px 0 rgba(0, 0, 0, 0.29), 0 1.5px 0 0 #686868, 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
     position: relative;
    background-color: transparent;
}
.pxl-project-info {
    border-radius: 16px;
    background: linear-gradient(213deg, #222 0%, #393939 80.39%);
    padding: 12px;
}
.pxl-project-info .content-inner {
    background-color: #0A0A0A;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 -2px 0 0 rgba(160, 160, 160, 0.2) inset, 0 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 -3px 0 0 #080808 inset;
}
.pxl-project-info .client-name {
    margin-top: 0;
}

.pxl-project-info .client-name, .pxl-project-info .categories, .pxl-project-info .date-time {
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pxl-project-info .content-inner > * + * {
    margin-top: 16px;
}
.post-shares {
    position: relative;
    z-index: 1;
    margin-top: 80px;
        display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-shares .social-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.post-shares .social-share .text {
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.post-shares .social-share .social-item:first-child {
    padding-left: 15px;
    margin-left: 0;
}
.post-shares .social-share .social-item {
    padding-left: 5px;
    margin-left: -12px;
}
.post-shares .social-share .pxl-icon {
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background-color: #000;
    backdrop-filter: blur(6px);
    border: none;
    position: relative;
}
.post-shares .social-share .pxl-icon svg {
    fill: #fff;
    width: 16px;
    height: 32px;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    z-index: 1;
    position: relative;
}
.post-shares .social-share .pxl-icon::after {
    content: "";
    position: absolute;
    inset: -1px;
       background-color: var(--e-global-color-primary);
    transform: scale(0);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    border-radius: 4px;
    z-index: 0;
}
.color-white{
    color: white!important;
}
#pxl-sidebar-area{
    width: 100%;
}
.mb-0{
    margin-bottom: 0!important;
}
.single-image-wrap img{
    border-radius: 24px;
    margin-bottom: 80px;
}
.content-single-wrap{
        color: white;
}
.h-100 .e-hosted-video{
    height: 100%;
}
    .pxl-post-grid.layout-post-1 .elementor-column.elementor-col-25 {
        margin-bottom: 20px;
    }
    .partner-carousel .swiper-slide-inner img{
width: 200px;
    }
    .partner-carousel .elementor-image-carousel{
        align-items: center;
    }
.tabs-work-flow .e-n-tab-title-text, .tabs-work-flow .e-n-tabs-content > div.e-active{
position: relative;
}
.tabs-work-flow .e-n-tab-title-text:before{
position: absolute;
content: '';
top: 50%;
    transform: translateY(-50%) rotate(0deg);
    left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 20px;
  border-color: transparent transparent transparent #a3a3a3;
}
.tabs-work-flow .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text:before, .tabs-work-flow .e-n-tab-title:hover .e-n-tab-title-text:before{
border-color: transparent transparent transparent var( --e-global-color-accent );
}
.tabs-work-flow .e-n-tabs-content > div.e-active:before{
position: absolute;
content: '';
left: 0;
top: 50%;
transform: translateY(-50%);
    width: 40px;
    height: 334px;
    mask: url(../images/overlay-clippath.webp) no-repeat center / cover;
    -webkit-mask: url(../images/overlay-clippath.webp) no-repeat center / cover;
    left: 0;
    background-color: #0A0A0A;
    z-index: 1;
}
.partner-carousel .elementor-image-carousel-wrapper{
       position: relative;
    -webkit-mask: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
    mask: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
}
.blog-cat-heading{
position: relative;
}
.blog-cat-heading:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 3.98%, rgba(255, 255, 255, 0.4) 49.67%, rgba(255, 255, 255, 0) 95.35%);
}
.blog-cat-wrap h5{
display: none!important;
}
.blog-cat-wrap nav ul{
padding: 0 !important;
list-style: none!important;
}
.blog-cat-wrap nav ul li{
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-cat-wrap nav ul li:hover a, .blog-cat-wrap nav ul li:hover{
color: white;
}
.blog-cat-wrap nav ul li:hover:before{
   border-color: transparent transparent transparent var( --e-global-color-accent ); 
}
.blog-cat-wrap nav ul li:before{
position: absolute;
content: '';
top: 50%;
    transform: translateY(-50%) rotate(0deg);
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 18px;
  border-color: transparent transparent transparent #404040;
}
.blog-cat-wrap nav ul li a{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px 0 10px 0;
    transition: all 350ms ease 0s;
    color: #404040;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    justify-content: space-between;
}
.gmax-pagination{
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    align-items: center;
        padding: 50px 0 0 10px;
        width: 100%;
}
.gmax-pagination .page-numbers.current{
    background-color: #fff;
    color: #0A0A0A;
}
.gmax-pagination .page-numbers:hover{
    background-color: #fff;
    color: #0A0A0A;
}
.gmax-pagination .page-numbers{
        flex: 0 0 auto;
    margin: 4px 4px;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fafafa;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.25);
}
.pxl-post-grid.layout-post-1 .elementor-col-50{
margin-bottom: 20px;
}
.d-block{
    display: block!important;
}
.col-new .elementor-2046{
width: 100%;
}
.thumbs-background-wrap{
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 16px;
    padding: 40px;
    /* margin-top: auto; */
    display: flex;
    align-items: flex-end;
    position: relative;
}
.thumbs-background-wrap:before{
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 16px;
}
.hfe-copyright-wrapper a{
    color: var(--e-global-color-primary)!important;
}
.thumbs-content{
    width: 275px;
}


@media (max-width:1200px) {
.pxl-project-info .client-name .text, .pxl-project-info .categories .text, .pxl-project-info .date-time .text{
        margin-left: 10px;
    text-align: right;
}
}


@media (max-width:1024px) {
.footer-menu-links ul li:not(:last-child) {
margin-bottom: 25px !important;
}
.marquee{
        height: 150px;
}
.marquee--inner span div{
        font-size: 150px;
}
.item-number .elementor-heading-title{
        font-size: 325px;
            left: -55px;
}
.contact-sec-tabs .e-n-tab-title{
    padding-top: 0 !important;
}
.contact-sec-tabs .e-n-tab-title[aria-selected=true]{
    padding-top: 15px !important;
}
.pt-120 {
    padding-top: 80px !important;
}

.pb-120 {
    padding-bottom: 80px !important;
}
}

@media (max-width:880px) {
.pxl-testimonial-carousel.layout-1 .custom-swipe{
        padding: 28px;
}
.pxl-testimonial-carousel.layout-1 .item-description{
        margin-top: 50px;
    margin-bottom: 45px;
        font-size: 16px;
}
.pxl-testimonial-carousel.layout-1{
    padding: 20px;
}
.pxl-post-grid.layout-post-1 .elementor-column.elementor-col-25{
width: 33.33%;
}
.contact-sec-tabs .e-active{
        padding: 40px 10px 30px;
    border-radius: 0 0px 16px 16px;
}
.form-request .elementor-column.elementor-col-50, .form-support .elementor-column.elementor-col-50{
width: 100%;
}
}

@media (max-width:768px) {
.contact-sec-tabs .e-n-tab-title{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.contact-sec-tabs .e-n-tab-title[data-tab-index="3"]{
    top: 8px;
}
.tabs-work-flow .e-n-tab-title-text:before{
        left: -30px;
}
.blog-details .elementor-column{
width: 100%;
margin-bottom: 20px;
}
.thumbs-background-wrap{
    padding: 20px !important;
}
}

@media (max-width:767px) {
.hover-affect a{
        mask-size: cover;
        width: 100% !important;
}
.center-menu ul li a{
justify-content: center!important;
}
.center-menu1 ul{
margin-left: auto;
}
.post-shares{
    margin-top: 40px;
}
.single-image-wrap img{
    margin-bottom: 40px;
}
.marquee{
        height: 100px;
}
.marquee--inner span div{
        font-size: 100px;
}
    .item-number .elementor-heading-title {
        font-size: 250px;
        left: -35px;
    }
        .pxl-testimonial-carousel.layout-1 {
        padding: 10px;
    }
        .pxl-testimonial-carousel.layout-1 .item-description {
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 14px;
    }
    .pxl-testimonial-carousel.layout-1 .thumbs-name{
        font-size: 20px;
    }
    .pxl-swiper-arrows.custom{
        left: auto;
            top: 152px;
    right: 44px;
    bottom: auto;
    }
    .pxl-post-grid.layout-post-1 .elementor-column.elementor-col-25{
width: 100%;
margin-bottom: 20px;
}
.contact-sec-tabs{
    padding: 5px;
}
.contact-sec-tabs .e-active{
    padding: 40px 5px 30px;
}
.contact-sec-tabs .e-n-tabs-heading{
display: flex!important;
flex-wrap: nowrap!important;
}
.contact-sec-tabs .e-n-tab-title[data-tab-index="3"]{
    top: 0px;
}
.color-change .elementor-heading-title{
    color: black!important;
}
.tabs-work-flow .e-n-tabs-content > div.e-active:before{
    width: 10px;
    height: 110px;
}
.tabs-work-flow .e-n-tabs-content > div{
    margin-top: 20px;
}
.tabs-work-flow .e-n-tab-title-text:before{
    border-width: 8px 0px 8px 16px;
}
.pt-120 {
    padding-top: 40px !important;
}

.pb-120 {
    padding-bottom: 40px !important;
}
.thumbs-background-wrap{
    background-image: none!important;
    padding: 20px !important;
}
.thumbs-background-wrap:before{
    display: none!important;
}
}