<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blueclr {
    color: #053765;
}

.boldblue {
    color: #053765;
    font-weight: 700;
}

.boldorange {
    color: #ED5022;
    font-weight: 700;
}

.orgclr {
    color: #ED5022;
}

.boldtxt {
    font-weight: 700;
}

.maincustbtn .elementor-button-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.maincustbtn .elementor-button {
    background: #1e1e1e !important;
    padding: 13px 30px !important;
    border-radius: 50px;
    transition: all 0.3s;
    font-family: "Outfit", Sans-serif;
    border: 2px solid #1e1e1e;
}



.maincustbtn .elementor-button:hover {
    background-color: transparent !important;
    color: #1e1e1e !important;
    opacity: 1 !important;
}

.stickybtn .elementor-button:hover {
    background-color: #ED5022 !important;
    border-color: #ED5022;
}

.btnicons {
    position: relative;
}

.rightimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roundimg img {
    filter: brightness(0) invert(1);
    transition: all 0.3s;
    animation: roundanim infinite linear 4s;
}

@keyframes roundanim {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rightimg img {
    transition: all 0.3s;
}

.spantextbtn {
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.spantextbtn .btn-text {
    font-weight: 700;
}

.maincustbtn .elementor-button:hover .spantextbtn {
    color: #1e1e1e;
}

.maincustbtn .elementor-button:hover .roundimg img {
    filter: none;
}

.maincustbtn .elementor-button:hover .rightimg img {
    filter: brightness(0) invert(1);
}

.fixedservices {
    position: sticky !important;
    top: 100px;
}

.logo_slider .swiper-slide-inner img {
    height: auto;
    width: 130px;
    filter: grayscale(100%);
    transition: all 0.5s;
}

.logo_slider .swiper-slide-inner img:hover {
    filter: none;
}

.readmorebtn .elementor-button-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.righticonread {
    width: 17px;
    display: flex;
    overflow: hidden;
}

.righticonread img {
    width: 17px;
    min-width: 17px;
    transition: all 0.3s;
    transform: translateX(-17px);
}

.readmore span {
    display: inline;
}

.readmorebtn .elementor-button:hover .righticonread img {
    transform: translateX(0px);
}

.readmorebtn .elementor-button .boldblue {
    transition: all 0.3s;
}

.readmorebtn .elementor-button:hover .boldblue {
    color: #ED5022;
}

.marqueesection {
    overflow-x: hidden;
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.marquee h3 {
    will-change: transform;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
    transform: translateX(0);
    font-family: "Outfit", Sans-serif;
    font-weight: 100;
    font-size: 105px;
    color: #000;
    opacity: .5;
    transition: all 0.3s;
    white-space: nowrap;
}

.marquee h3 span {
    color: #053765;
    font-weight: 700;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee h3:hover {
    opacity: 1;
}

.testicontent {
    margin-bottom: 40px;
}

.testicontent p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: "Outfit", Sans-serif;
    margin: 0px !important;
    font-weight: 400;
    min-height: 150px;
}

.testidisc h4 {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-family: "Outfit", Sans-serif;
    margin: 0px !important;
    font-weight: 200;
}

.testidisc h5 {
    font-size: 15px;
    line-height: 24px;
    color: #053765;
    font-family: "Outfit", Sans-serif;
    font-weight: 700;
    margin: 0px !important;
    margin-bottom: 10px !important;
}

.testidisc {
    margin-left: 80px;
}

.testibtns .swiper-button-next,
.testibtns .swiper-button-prev {
    position: unset;
    margin: 0px !important;
}

.testibtns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: start;
    margin-top: -56px;
    z-index: 100;
    background-color: #fff;
    width: max-content;
    position: relative;
}

.testibtns .swiper-button-next::after,
.testibtns .swiper-button-prev::after {
    display: none !important;
}

.swiper-button-prev img {
    transform: rotate(180deg);
}


.swiper.testimonials {
    padding-bottom: 30px;
    padding-top: 0px !important;
}


.dblspan {
    font-size: 60px !important;
    color: #000;
    font-family: 'outfit';
    font-weight: 100;
    position: absolute;
    top: -13px;
}


.threespan {
    font-size: 60px !important;
    color: #000;
    font-family: 'outfit';
    font-weight: 100;
    position: absolute;
    top: -13px;
    right: 25px;
}

.elementor-counter-number-suffix {
    position: relative;
}


/* Humberg iCon */

/*ICON2*/

div#icon2 span {
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    background: #053765;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

div#icon2 {
    width: 35px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 50%;
}

#icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 50%;
}

#icon2 span:nth-child(1),
#icon2 span:nth-child(2),
#icon2 span:nth-child(3) {
    top: -7px;
}

#icon2 span:nth-child(4),
#icon2 span:nth-child(5),
#icon2 span:nth-child(6) {
    top: 10px;
}

#icon2 span:nth-child(7),
#icon2 span:nth-child(8),
#icon2 span:nth-child(9) {
    top: 27px;
}

#icon2 span:nth-child(3) {
    left: 100%;
}

#icon2 span:nth-child(6) {
    left: 100%;
}

#icon2 span:nth-child(9) {
    left: 100%;
}

#icon2.open span:nth-child(1) {
    width: 26px;
    transform: rotate(45deg);
    left: -4px;
    border-radius: 50px;
    top: 0px;
}

#icon2.open span:nth-child(3) {
    width: 26px;
    transform: rotate(-45deg);
    border-radius: 50px;
    left: 45%;
    top: 0px;
}

#icon2.open span:nth-child(7) {
    width: 32px;
    transform: rotate(-45deg);
    left: -5px;
    border-radius: 50px;
    top: 18px;
}

#icon2.open span:nth-child(4),
#icon2.open span:nth-child(6),
#icon2.open span:nth-child(2),
#icon2.open span:nth-child(8),
#icon2.open span:nth-child(5) {
    opacity: 0;
}

#icon2.open span:nth-child(9) {
    width: 26px;
    transform: rotate(45deg);
    border-radius: 50px;
    left: 45%;
    top: 20px;
}

#icon2.open span:nth-child(2) {
    top: 20px;
}

#icon2.open span:nth-child(5) {
    left: 50%;
}

#icon2.open span:nth-child(6) {
    left: 50%;
}

#icon2.open span:nth-child(8) {
    top: 20px;
}

/*ICON2*/
/* Humberg iCon */

.custsvg svg {
    visibility: hidden;
}

/*  */




.horizontal-scoll-wrapper {
    overflow: hidden;
}

.horizontal {
    display: flex;
    height: 100%;
    gap: 20px;
}



.probox {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box-image {
    height: 550px;
    position: relative;
}

.box-image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
}

.probox:hover .box-image::after {
    background-color: rgba(0, 0, 0, 0.75);
}

.card .box-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.box-content {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    z-index: 100;
    gap: 10px;
    transform: translateY(200%);
    transition: all 0.5s !important;
}

.probox:hover .box-content {
    transform: translateY(0px);
}

.box-content h2 {
    color: #fff;
    font-size: 30px;
    font-family: "Outfit", Sans-serif;
    font-weight: 100;
    margin: 0px !important;
}

.box-content h2 span {
    font-weight: 700;
}

.box-content p {
    color: #fff;
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0px !important;
}

.box-content a {
    color: #fff;
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 100;
    text-decoration: none !important;
}

.box-content a:hover {
    color: #ED5022;
}

.box-content a span {
    font-weight: 700;
}


/*  */
.horizontalcont {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #f2f5f7;
}


.cardsmain {
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.cards-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}

.card {
    width: 25%;
    height: auto;
    flex: 1 0 25%;
    background: #fff;
    color: white;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardsheading {
    color: #000000 !important;
    font-family: "Outfit", Sans-serif !important;
    font-size: 69px !important;
    font-weight: 100 !important;
    line-height: 86px !important;
    text-align: center;
}

.cardsheading span {
    color: #053765;
    font-weight: 700;
}

#ast-scroll-top {
    background-color: #ED5022;
}


/*  */

.stickybtn {
    position: fixed !important;
    z-index: 100;
    right: -65px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    opacity: 1;
    transition: all 0.3s;
}

/* .btnactive .stickybtn {
    opacity: 1;
    pointer-events: initial;
} */


.navigationdiv {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.bodyopen .navigationdiv {
    opacity: 1;
    pointer-events: initial;
}

#icon2 {
    z-index: 1000;
}



.menu-overlay {
    margin: 0px !important;
    pointer-events: none;
}

.bodyopen .menu-overlay {
    pointer-events: initial !important;
}



.menu-overlay {
    --bg-color1: #ddd;
    --bg-color2: #d2d2d2;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    margin: 0px !important;
}

.left-side,
.right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    position: relative;
}

.left-side {
    width: 60%;
}

.right-side {
    width: 40%;
}

.left-side .bg-one,
.left-side .bg-two {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.right-side .bg-one,
.right-side .bg-two {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.left-side .bg-one {
    background-color: var(--bg-color1);
    z-index: 0;
    opacity: 0;
}


.left-side .content {
    position: relative;
    opacity: 0;
}

.left-side .bg-two {
    background-color: var(--bg-color1);
    z-index: 3;
    height: 0;
    transition: height 0.6s, opacity 0.3s 0.6s;
}


.right-side .bg-one {
    background-color: var(--bg-color2);
}

.right-side .bg-two {
    background-color: var(--bg-color2);
    z-index: 3;
    height: 0;
    transition: height 0.6s, opacity 0.3s 0.6s;
}

.right-side .bg-one {
    z-index: 0;
    opacity: 0;
}

.right-side .content {
    position: relative;
    z-index: 1000;
    opacity: 0;
}


.bodyopen .left-side .bg-one {
    opacity: 1;
    transition: 0.3s 0.4s;
}


.removebody .left-side .bg-one {
    opacity: 0;
    transition: 0.1s .2s;
}

.bodyopen .left-side .content {
    opacity: 1;
    transition: 0.3s 0.8s;
    z-index: 100;
}

.removebody .left-side .content {
    opacity: 0;
    transition: 0.1s .2s;
}

.bodyopen .right-side .bg-one {
    opacity: 1;
    transition: 0.3s 0.4s;
}

.removebody .right-side .bg-one {
    opacity: 0;
    transition: 0.1s .2s;
}

.bodyopen .right-side .content {
    opacity: 1;
    transition: 0.3s 0.8s;
}

.removebody .right-side .content {
    opacity: 0;
    transition: 0.1s .2s;
}


.bodyopen .left-side .bg-two {
    height: 100%;
    opacity: 0;
}

.removebody .left-side .bg-two {
    height: 0;
    opacity: 1;
    transition: opacity 0.1s, height 1s 0.3s;
}

.bodyopen .right-side .bg-two {
    height: 100%;
    opacity: 0;
}

.removebody .right-side .bg-two {
    height: 0;
    opacity: 1;
    transition: opacity 0.1s, height 1s 0.3s;
}


.menu-item {
    border-bottom: 1px solid #0003;
    padding-bottom: 10px;
}

.menu-item a {
    padding-bottom: 20px !important;
    width: max-content;
}

.bodyopen .stickybtn {
    display: none;
}

.forbescounc img {
    filter: brightness(0) invert(1);
}

/* 
.btnactive header {
    position: sticky !important;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
} */

.btnactive header .mainheader {
    padding-top: 12px !important;
    padding-bottom: 15px !important;
}

.textchanging h2 {
    color: #000000;
    font-family: "Outfit", Sans-serif;
    font-size: 90px;
    font-weight: 100;
    line-height: 90px;
    white-space: nowrap;
    transition: all 0.3s;
    margin: 0px !important;
}

.textchanging {
    position: relative;
    min-height: 100px;
}

.textchanging .text {
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-30px);
}

.monitorGroup .textchanging .text.textA {
    opacity: 1;
    transform: translateY(0px);
}

.laptopGroup .textchanging .text.textB {
    opacity: 1;
    transform: translateY(0px);
}

.ipad1Group .textchanging .text.textC {
    opacity: 1;
    transform: translateY(0px);
}

.ipadGroup .textchanging .text.textD {
    opacity: 1;
    transform: translateY(0px);
}

.mobileGroup .textchanging .text.textE {
    opacity: 1;
    transform: translateY(0px);
}

.button-text {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.button-text .readmore {
    font-family: "Outfit", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

.button-text .righticonread img:last-child {
    filter: brightness(0) invert(1);
}

.button-text:hover .righticonread img {
    transform: translateX(0px);
}

.button-text:hover .boldtxt {
    color: #ED5022;
}

.btnactive .headerlogo img {
    width: 190px !important;
    height: auto;
}

.btnactive div#icon2 {
    transform: scale(0.9);
}

.humbergcust {
    width: 35px;
    height: 30px;
}

.bodyopen div#icon2 {
    position: fixed;
    top: 40px;
    right: 33px;
}

.btnactive.bodyopen div#icon2 {
    transform: scale(1);
}

.testidisc {
    position: relative;
}

.testidisc::After {
    position: absolute;
    content: "";
    width: calc(100% - 250px);
    right: 0;
    top: 50%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9999;
    height: 2px;
}


.projectbox {
    position: relative;
}



.project_text h2 {
    color: #fff;
    font-size: 26px;
    font-family: "Outfit", Sans-serif;
    font-weight: 100;
    margin: 0px !important;
    margin-bottom: 5px !important;
}

.project_text {
    position: relative;
    z-index: 100;
    padding: 20px;
    padding-top: 200px !important;
}

.project_text h2 span {
    font-weight: 700;
}

.project_text p {
    min-height: 150px;
    color: #fff;
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0px !important;
}

.projectimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.projectimg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.projectimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.project_text a {
    text-decoration: none !important;
}

.left-side .content {
    height: 100%;
    overflow-y: auto;
}


.bodyopen #ast-scroll-top {
    display: none !important;
}


.project-nav {
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.project-nav .swiper-button-next,
.project-nav .swiper-button-prev {
    position: unset;
    margin: 0px !important;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.project-nav .swiper-button-next:hover,
.project-nav .swiper-button-prev:hover {
    border-color: #ED5022;
}

.project-nav .swiper-button-next:hover svg path,
.project-nav .swiper-button-prev:hover svg path {
    fill: #ED5022;
}

.project-nav .swiper-button-prev svg {
    transform: rotate(180deg);
}

.project-nav svg {
    width: 30px !important;
}

.project-nav .swiper-button-next::after,
.project-nav .swiper-button-prev::after {
    display: none;
}

.project-nav {
    margin-top: 25px;
    margin-bottom: 40px;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 15px;
}

footer .elementor-icon-list-item {
    width: fit-content;
    display: inline-block;
}


@media (min-width: 1025px) and (max-width: 1440px) {
    .box-image {
        height: 400px;
    }

    .box-content h2 {
        font-size: 20px;
    }

    .box-content p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0px !important;
    }

    .box-content a {
        font-size: 14px;
        line-height: 20px;
    }

    .button-text .readmore {
        font-size: 14px;
    }

    .cardsheading {
        font-size: 69px !important;
        line-height: 60px !important;
    }

    .maincustbtn .elementor-button {
        padding: 10px 20px !important;
    }

    .marquee h3 {
        font-size: 80px;
    }

    .navigatiommenu .hfe-menu-item {
        font-size: 50px !important;
    }

    .textchanging {
        min-height: 80px;
    }

    .stickybtn.maincustbtn .elementor-button {
        padding: 5px 15px !important;
    }

    .stickybtn.maincustbtn .elementor-button .spantextbtn {
        font-size: 13px;
    }

    .page-id-16 footer#colophon .footerhead h2 {
        font-size: 25px !important;
        line-height: 1 !important;
    }

    .cards-wrapper {
        gap: 10px !important;
    }


    .bannerheading h1 {
        font-size: 80px !important;
    }

    .textchanging h2 {
        font-size: 80px !important;
        line-height: 80px !important;
    }


}


@media (max-width:767px) {

    .respohead .textchanging h2 {
        font-size: 32px !important;
        line-height: 46px !important;
    }

    .textchanging {
        min-height: 40px;
    }

    .fixedservices {
        position: unset !important;
    }

    .marquee h3 {
        font-size: 50px;
    }


}

@media (min-width:768px) and (max-width:1024px) {

    .respohead .textchanging h2 {
        font-size: 70px !important;
    }

    .textchanging {
        min-height: 100px;
    }

    .fixedservices {
        position: unset !important;
    }

    .marquee h3 {
        font-size: 60px;
    }

    .threespan {
        top: -13px;
        right: 15px;
    }

    .stickybtn {
        right: -80px;
    }

    .maincustbtn .elementor-button {
        padding: 9px 24px !important;
    }


    .project_text p {
        min-height: 90px;
    }


}


.navigatiommenu .menu-item a {
    font-weight: 500 !important;
}


div#icon2 svg {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    pointer-events: none;
}

div#icon2 svg:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.5);
    opacity: 0;
}

.bodyopen div#icon2 svg:nth-child(2) {
    transform: scale(1.0);
    opacity: 1;
}

.bodyopen div#icon2 svg:nth-child(1) {
    transform: scale(0);
}

.bodyopen div#icon2 {
    position: fixed;
    top: 39px;
    right: 30px;
}

.admin-bar.bodyopen div#icon2 {
    top: calc(39px + 32px);
}


.laptopGroup svg {
    transform: scale(1.5);
    transition: all 0.5s;
}

.ipad1Group svg {
    transform: scale(1.8);
    transition: all 0.5s;
}

.ipadGroup svg {
    transform: scale(1.8);
    transition: all 0.5s;
}

.mobileGroup svg {
    transform: scale(2.2);
    transition: all 0.8s;
}

.mobilemenu .menu-item {
    border: 0px !important;
}

.descriptionms2 {
    overflow: hidden;
}


/* Sub menuu */


.mobilemenu .sub-menu .hfe-sub-menu-item {
    padding: 10px !important;
    font-size: 16px !important;
}

.mobilemenu .sub-menu {
    width: max-content !important;
    min-width: max-content !important;
}



/* Sub menuu */



.page-id-9375 #tpbr_topbar,
.page-id-9853 #tpbr_topbar {
    display: none !important;
}

.page-id-9375 .pushr,
.page-id-9853 .pushr {
    display: none !important;
}

.elementor-element-03443bd {
    display: none !important;
}

.cards-wrapper .card {
    margin: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}


.elementor-editor-active article.pagebuilder-section&gt;svg {
    display: none;
}


.bldorg {
    color: #ed5022;
}


.imglogoslider .swiper-slide-image {
    filter: grayscale(1);
    transition: all 0.3s;
}

.imglogoslider .swiper-slide-image:hover {
    filter: none;
}


.elemmainform .elementor-form-fields-wrapper .elementor-field-group input,
.elemmainform .elementor-form-fields-wrapper .elementor-field-group textarea {
    border: 0px !important;
    border-bottom: 1px solid #053765 !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
}

.elemmainform .elementor-form-fields-wrapper .elementor-field-group textarea {
    resize: none;
    height: 40px;
}

.elemmainform .elementor-form-fields-wrapper .elementor-field-group {
    position: relative;
    padding-left: 0px !important;
}

.elemmainform .elementor-form-fields-wrapper .elementor-field-group label.elementor-field-label {
    position: absolute;
    top: 8px;
    left: 0px;
    transition: 0.3s ease-in-out;
    pointer-events: none;
}


.elemmainform .elementor-field-group.inputactive label.elementor-field-label {
    top: -15px !important;
}


.page-id-10394 .pushr,
.page-id-7058 .pushr,
.page-id-7065 .pushr,
.page-id-10644 .pushr,
.page-id-10577 .pushr,
.page-id-247 .pushr,
.page-id-10730 .pushr,
.page-id-10241 .pushr,
.page-id-10162 .pushr,
.page-id-10228 .pushr,
.page-id-10211 .pushr,
.page-id-10784 .pushr,
.page-id-812 .pushr,
.page-id-131 .pushr,
.page-id-974 .pushr,
.page-id-6052 .pushr,
.page-id-6049 .pushr,
.page-id-149 .pushr,
.page-id-190 .pushr,
.page-id-211 .pushr,
.page-id-1783 .pushr,
.page-id-9228 .pushr,
.page-id-9350 .pushr,
.page-id-4547 .pushr,
.page-id-7037 .pushr,
.page-id-7050 .pushr,
.page-id-7071 .pushr,
.page-id-7094 .pushr,
.page-id-7082 .pushr,
.page-id-7100 .pushr,
.page-id-7088 .pushr,
.page-id-11777 .pushr,
.page-id-7900 .pushr,
.page-id-11972 .pushr,
.page-id-12011 .pushr,
.page-id-12083 .pushr,
.page-id-12317 .pushr,
.page-id-12366 .pushr,
.page-id-12592 .pushr,
.page-id-12592 #tpbr_topbar,
.page-id-12366 #tpbr_topbar,
.page-id-12317 #tpbr_topbar,
.page-id-12083 #tpbr_topbar,
.page-id-12011 #tpbr_topbar,
.page-id-10241 #tpbr_topbar,
.page-id-10162 #tpbr_topbar,
.page-id-10228 #tpbr_topbar,
.page-id-10211 #tpbr_topbar,
.page-id-10394 #tpbr_topbar,
.page-id-10577 #tpbr_topbar,
.page-id-10730 #tpbr_topbar,
.page-id-10644 #tpbr_topbar,
.page-id-10784 #tpbr_topbar,
.single #tpbr_topbar,
.page-id-812 #tpbr_topbar,
.page-id-131 #tpbr_topbar,
.page-id-974 #tpbr_topbar,
.page-id-6052 #tpbr_topbar,
.page-id-6049 #tpbr_topbar,
.page-id-149 #tpbr_topbar,
.page-id-190 #tpbr_topbar,
.page-id-211 #tpbr_topbar,
.page-id-1783 #tpbr_topbar,
.page-id-9228 #tpbr_topbar,
.page-id-9350 #tpbr_topbar,
.page-id-4547 #tpbr_topbar,
.page-id-7050 #tpbr_topbar,
.page-id-7037 #tpbr_topbar,
.page-id-7071 #tpbr_topbar,
.page-id-7094 #tpbr_topbar,
.page-id-7058 #tpbr_topbar,
.page-id-7065 #tpbr_topbar,
.page-id-7082 #tpbr_topbar,
.page-id-7100 #tpbr_topbar,
.page-id-7088 #tpbr_topbar,
.page-id-11777 #tpbr_topbar,
.page-id-7900 #tpbr_topbar,
.single #tpbr_topbar,
.page-id-11972 #tpbr_topbar,
.page-id-247 #tpbr_topbar {
    display: none !important;
}

.ourlayerdimag::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 40px;
    top: -50px;
    left: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: -12px 10px 0 0 #fff;
    height: calc(100% - 200px - 10px);
    top: 0;
    border-radius: 0;
}

.ourlayerdimag .elementor-widget-container::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 40px;
    top: -50px;
    left: 21px;
    background: #f2f5f7;
    border-radius: 50px 50px 50px 50px;
    box-shadow: -12px 10px 0 0 #fff;
    height: calc(100% - 200px - 10px);
    top: 0;
}

.ourlayerdimag {
    position: static;
    box-shadow: 0 0 0 10px #fff;
    border-radius: 20px;
    min-width: 200px !important;
}

.ourlayerdimag::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 46px;
    bottom: 0px;
    left: calc(200px + 10px);
    background: #f2f5f7;
    border-radius: 0px 50px 30px 50px;
    box-shadow: -9px 14px 0 0 #fff;
}

.maincustbtn.light .elementor-button {
    background: #fff !important;
    border-color: #fff !important;
}

.maincustbtn.light .rightimg img {
    filter: brightness(0) invert();
}

.maincustbtn.light .roundimg img {
    filter: brightness(0);
}

.maincustbtn.light .spantextbtn {
    color: #000;
}

.twonocount .elementor-counter-number-suffix::after {
    content: "+";
    color: #000;
    font-size: 50px;
    font-weight: 200;
    top: -6px;
    position: absolute;
    font-family: "Outfit", Sans-serif;
}


.widgets_wrapper.gw_wrapper {
    margin: 0px auto;
}


.boldbluetxt {
    position: relative;
}

.boldbluetxt::After {
    position: absolute;
    content: "App &amp; Software Development Company";
    font-size: 14px;
    color: #ed5022;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    width: 100% !important;
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-family: "Outfit", Sans-serif;
    white-space: nowrap;
}

.elementor-element-907105e {
    padding: 0px !important;
}

.pillarsuccessMB {
    display: none;
}


.getestimatehm .elementor-button {
    position: relative;
    overflow: hidden;
}

.page-id-9228 {
    background-color: #fff !important;
}

.sub-menu li:last-child {
    display: block !important;
}

.getestimatehm .elementor-button::After {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
    animation: shine 1.5s ease-out infinite;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

@media (max-width: 1024px) {

    .bodyopen div#icon2 {
        top: 28px;
        right: 20px;
    }

    .admin-bar.bodyopen div#icon2 {
        top: calc(28px + 32px);
    }

    .navigatiommenu .sub-menu {
        background-color: transparent !important;
    }

    .navigatiommenu .sub-menu .hfe-sub-menu-item {
        padding: 10px 15px !important;
        font-size: 20px !important;
        width: auto !important;
        line-height: 1.3 !important;
    }

    .textchanging h2 {
        font-size: 70px !important;
        line-height: 70px !important;
    }

    .pillarsuccessDK {
        display: none;
    }

    .pillarsuccessMB {
        display: block;
    }


}

@media (max-width: 782px) {
    .admin-bar.bodyopen div#icon2 {
        top: calc(28px + 46px);
    }
}

@media (max-width: 767px) {
    .admin-bar.bodyopen div#icon2 {
        top: calc(20px + 46px);
    }

    .bodyopen div#icon2 {
        top: 20px;
        right: 10px;
    }

    .threespan {
        right: 9px;
    }

    .maincustbtn .elementor-button {
        padding: 8px 20px !important;
    }

    .spantextbtn {
        color: #fff;
        font-size: 12px;
        transition: all 0.3s;
    }

    .maincustbtn.stickybtn .elementor-button {
        padding: 8px 15px !important;
    }

    .stickybtn {
        right: -48px;
    }

    .testicontent p {
        font-size: 16px;
        line-height: 26px;
    }

    .right-side {
        display: none;
    }


    .right-side {
        display: none;
    }

    .left-side .content {
        padding: 60px 20px !important;
    }

    .left-side {
        width: 100%;
    }

    .projectimg {
        position: unset;
        width: 100%;
        height: 450px;
    }

    .project_text {
        position: absolute;
        left: 0;
        bottom: 0;
        padding-top: 0px !important;
    }

    .testidisc {
        margin-left: 0;
    }

    .testibtns {
        margin-top: 0px !important;
    }

    .testicontent p {
        min-height: auto;
    }

    .navigatiommenu .sub-menu .hfe-sub-menu-item {
        font-size: 18px !important;
    }

    .textchanging .text h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }



    .ourlayerdimag {
        position: relative;
        box-shadow: none;
        border-radius: 20px;
        border: 10px solid #fff;

    }

    .ourlayerdimag::before,
    .ourlayerdimag::after {
        display: none;
    }

    .roundimg img {
        width: 20px;
    }

    .maincustbtn.stickybtn .elementor-button {
        padding: 5px 10px !important;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {
    .ourlayerdimag::after {
        left: calc(145px + 10px);
    }

    .ourlayerdimag {
        min-width: 145px !important;
    }
}

@media (max-width:1215px) {

    .boldbluetxt::after {
        display: none;
    }

    .app-text-sub {
        display: block !important;
    }


}

@media (min-width:1024px) {
    #menu-1-311c5452 li:last-child {
        display: none;
    }

    .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 90%;
    }
}</pre></body></html>