.clb-popup {
    background-color: rgba(23, 22, 26, 0.992);
    width: 45%;
    height: 100%;
    position: fixed;
    top: 0;
    left: unset;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
}
/* .elementor-widget:not(:last-child) {
    margin-bottom: 3em !important;
} */

header#masthead {
    background: transparent;
    border: none !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 999999;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}
.new-home-last-subtitle {
     margin-bottom: 3em !important; 
}
span.elementor-button-text {
    line-height: 20px;
}

.header-wrap-inner .menu-optional {
    display: none !important;
}

.header {
    /*     background: #051B2B; */
    border-style: none !important;
    z-index: 200;
}

header .page-container {
    padding: 0 34px;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
.select2-container--default .select2-selection--single,
textarea {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #9dafc7;
    width: 100%;
    padding: 14px 15px;
    line-height: 1.3;
    border-radius: 5px;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    font-family: inherit;
    font-weight: 500;
    font-size: inherit;
    margin: 0.8em 0;
}

select,
.select2-container--default .select2-selection--single {
    color: #9dafc7 !important;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder {
    color: #9dafc7 !important;
}

.elements-bar.left {
    left: 1.4vh !important;
}

body:not(.home) .header {
    background: #f6b59700;
    border-style: none !important;
    top: unset;
}

body:not(.home) .header-cap {
    display: none;
}

a:hover,
a.current,
a.highlighted {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    color: #fff;
}

.clb-popup {
    background-color: rgba(23, 22, 26, 0.992);
    width: 45%;
    height: 100%;
    position: fixed;
    top: 0;
    left: unset;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
}

a:hover,
a.current,
a.highlighted {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    color: #fff;
}

#menu-footer-menu,
#menu-footer-menu-germany {
    display: flex;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

#menu-footer-menu li,
#menu-footer-menu-germany li {
    padding: 10px 0 !important;
}

#menu-footer-menu li a,
#menu-footer-menu-germany li a {
    font-family: "Ubuntu", Ubuntu;
}

#menu-footer-menu li a span,
#menu-footer-menu-germany li a span {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0px 30px;
    color: #697a8a !important;
    font-family: Ubuntu, sans-serif;
}

.at-l-last-logo a {
    display: unset;
}

#page .at-book-last-logo img {
    width: 160px !important;
}


/* closing menu from overlay */

.close-menu-overlay {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lang-item {
    width: 50px;
    float: right;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pum-container .pum-content+.pum-close>span,
.pum-content,
.pum-title {
    position: relative;
    z-index: 1;
}

.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
}

.pum-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
    display: none;
    transition: 0.15s ease-in-out;
}

.pum-overlay.pum-form-submission-detected,
.pum-overlay.pum-preview {
    display: block;
}

.pum-overlay,
.pum-overlay *,
.pum-overlay :after,
.pum-overlay :before,
.pum-overlay:after,
.pum-overlay:before {
    box-sizing: border-box;
}

.pum-container {
    top: 100px;
    position: absolute;
    margin-bottom: 3em;
    z-index: 1999999999;
}

.pum-container.pum-responsive {
    left: 50%;
    margin-left: -47.5%;
    width: 95%;
    height: auto;
    overflow: visible;
}

.pum-container.pum-responsive img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-nano {
        margin-left: -5%;
        width: 10%;
    }
    .pum-container.pum-responsive.pum-responsive-micro {
        margin-left: -10%;
        width: 20%;
    }
    .pum-container.pum-responsive.pum-responsive-tiny {
        margin-left: -15%;
        width: 30%;
    }
    .pum-container.pum-responsive.pum-responsive-small {
        margin-left: -20%;
        width: 40%;
    }
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -26% !important;
        width: 630px !important;
    }
    .pum-container.pum-responsive.pum-responsive-normal {
        margin-left: -30%;
        width: 70%;
    }
    .pum-container.pum-responsive.pum-responsive-large {
        margin-left: -35%;
        width: 80%;
    }
    .pum-container.pum-responsive.pum-responsive-xlarge {
        margin-left: -47.5%;
        width: 95%;
    }
    .pum-container.pum-responsive.pum-position-fixed {
        position: fixed;
    }
}

@media only screen and (max-width: 1024px) {
    .pum-container.pum-responsive.pum-position-fixed {
        position: absolute;
    }
}

.pum-container.custom-position {
    left: auto;
    top: auto;
    margin-left: inherit;
}

.pum-container .pum-title {
    margin-bottom: 0.5em;
}

.pum-container .pum-content> :last-child,
.pum-form__message:last-child {
    margin-bottom: 0;
}

.pum-container .pum-content> :first-child {
    margin-top: 0;
}

.popmake-close,
.pum-overlay.pum-click-to-close {
    cursor: pointer;
}


/* Popup Theme 26518: Cutting Edge */

.pum-theme-26518,
.pum-theme-cutting-edge {
    background-color: rgba(4, 25, 39, 0.7);
}


/* Popup Theme 26516: Enterprise Blue */

.pum-theme-26516,
.pum-theme-enterprise-blue {
    background-color: rgba(4, 25, 39, 0.7);
}


/* Popup Theme 26515: Light Box */

.pum-theme-26515,
.pum-theme-lightbox {
    background-color: rgba(4, 25, 39, 0.7);
}


/* Popup Theme 26517: Hello Box */

.pum-theme-26517,
.pum-theme-hello-box {
    background-color: rgba(4, 25, 39, 0.7);
}


/* Popup Theme 26514: Default Theme */

.pum-theme-26514,
.pum-theme-default-theme {
    background-color: rgba(255, 255, 255, 1);
}

.pum-theme-26514 .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 18px;
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
    background-color: rgba(249, 249, 249, 1);
}

.pum-theme-26514 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    font-style: normal;
    line-height: 36px;
}

.pum-theme-26514 .pum-content,
.pum-theme-default-theme .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: 400;
    font-style: inherit;
}

.pum-theme-26514 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 183, 205, 1);
}

#pum-36632 {
    z-index: 1999999999;
}

#pum-57321 {
    z-index: 1999999999;
}

#pum-40563 {
    z-index: 2000000000;
}

#pum-33670 {
    z-index: 2000000000;
}

#pum-26523 {
    z-index: 2000000005;
}

#pum-26522 {
    z-index: 1999999999;
}

@media (min-width: 1300px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -23% !important;
    }
}

@media (min-width: 1600px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -20% !important;
    }
}

@media (min-width: 1800px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -16% !important;
    }
}

@media (min-width: 2500px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -12% !important;
    }
}

@media (min-width: 3000px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -8% !important;
    }
}

@media (min-height: 600px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        top: 5% !important;
    }
}

@media (min-height: 650px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        top: 10% !important;
    }
}

@media (min-height: 700px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        top: 15% !important;
    }
}

@media (min-height: 2160px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        top: 30% !important;
    }
}

#results-nps,
#youbil-computy {
    color: #061b2c !important;
}

#popmake-40563,
div#om-unevoqzzctmuojz4cydh {
    border-left: none !important;
    border-right: none !important;
}

.nps {
    font-family: "Ubuntu" !important;
}


/* desktop optimization */


/* create innovation */

html {
    overflow-x: hidden !important;
}

.hidden {
    display: none !important;
}

.page-template-elementor_header_footer #masthead.header-1 {
    top: 0;
}


/*   .page-id-49 .header {
    position: relative !important;
} */

.header {
    height: 90px !important;
    min-height: 100px !important;
}

.header .header-wrap,
.header.header-2 .header-wrap,
.header-cap {
    min-height: 100px !important;
}

.header .page-container {
    padding: 0 32px;
}

.logo,
.fixed-logo {
    display: none !important;
}

.for-onepage {
    display: block !important;
}

.svg-logo {
    max-width: 165px;
    min-height: 47px;
}

.close-bar {
    z-index: 0;
}

#menu-footer-menu,
#menu-footer-menu-germany {
    display: flex;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 990px) {
    .header .branding .logo img,
    .header .branding .mobile-logo img,
    .header .branding .for-onepage img {
        width: 165px;
    }
}

@media screen and (min-width: 768px) {
    body .page-container:not(.full),
    body .page-container:not(.full) .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100% !important;
    }
}

.svg-logo {
    max-width: 165px;
    width: 165px;
    min-height: 47px;
}

nav:not(.type2):not(.type3) {
    height: 105%;
    /*     width: 50%; */
    /*     position: fixed; */
    top: 0px;
    bottom: 0;
    right: 0;
    left: unset;
    /*     padding: 0 86px !important; */
    background-position: 60% 25%;
}

.page-template-elementor_header_footer .header-cap {
    display: none !important;
}

div.elementor-element:nth-child(4)>div:nth-child(1)>div:nth-child(1)>a:nth-child(1)>span:nth-child(1)>span:nth-child(1) {
    font-size: 14px !important;
}

@media screen and (min-width: 1025px) {
    .as-link {
        color: #fff;
        font-family: Ubuntu !important;
        font-weight: bold !important;
        font-size: 30px !important;
        line-height: 24px;
    }
}

a.cont-hidden-mail,
.ik-encrypt-mail {
    display: inline-flex;
    flex-wrap: wrap;
}

.as-link {
    color: #fff;
    font-family: Ubuntu !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 24px;
}


/* new design footer */

.as-new-footer-get a {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.as-new-footer-items p {
    font-size: 12px;
}

.as-new-footer-get-btn a {
    background: linear-gradient( 114.53deg, #4c79f1 12.57%, #6fa8f5 33.87%, #a495f5 65.67%);
    border-radius: 108.974px;
    width: 190px;
    padding: 5px 10px;
}

.as-new-footer-get-btn,
.as-new-footer-download-btn {
    margin-top: -53px;
    margin-left: 70px;
}

.as-bewertungen {
    background: rgba(6, 27, 44, 0.8);
    height: 69.6px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* margin-top: 81px; */
    /* position: absolute !important; */
    bottom: 0;
    /* border-top: 1px solid #fff; */
}

.as-new-footer-download-btn a {
    background: linear-gradient(123.39deg, #92c8c8 -8.28%, #55afa5 94.79%);
    border-radius: 108.974px;
    padding: 5px 10px;
    width: 190px;
}

.as-new-footer-line2 {
    position: relative;
}

.parent-asmaa-footer {
    position: absolute;
    top: 4px;
    left: 205px;
}

.asmaa-footer {
    background: url(../png/vector-2-2.png) no-repeat right;
    text-indent: -9999px;
    line-height: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.as-new-footer-items a:hover {
    color: #fccd07;
}

.new-footer-social {
    padding-left: 3em;
    margin-top: 6em;
}

.new-footer-models-img img {
    max-width: 150px;
}

.as-archive-footer ul li {
    margin-left: 8%;
}

.as-new-footer-get-btn a:hover {
    background: linear-gradient( 114.53deg, #8fabf6 12.57%, #b2cef5 33.87%, #c7bff2 65.67%);
}

.as-new-footer-download-btn a:hover {
    background: linear-gradient(123.39deg, #b4eeee -8.28%, #64d2c6 94.79%);
}

#page .new-footer-social i:hover {
    color: #fccd07;
}

#page .new-footer-social i.fa-twitter:hover {
    color: rgb(29, 155, 240);
}

#page .new-footer-social i.fa-linkedin-in:hover {
    color: #0a66c2;
}

#page .new-footer-social i.fa-facebook:hover {
    color: #1877f2;
}

.at-new-footer-services-items a {
    pointer-events: none;
}

.as-email-footer a:hover {
    color: #fccd07;
}

.new-footer-signup-btn a:hover {
    background-color: #1d3342 !important;
}

@media (width: 767px) {
    .white-footer-sec {
        padding: 10px !important;
    }
}

@media screen and (max-width: 1024px) {
    .as-copyright h2 {
        line-height: 1.3 !important;
    }
    .new-footer-social {
        padding-left: 0em;
        margin-top: 1em;
    }
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
    .as-footer-title-margin div,
    .as-dis-footer div {
        margin-top: 30px !important;
        margin-bottom: 10px !important;
    }
    .new-footer-links {
        margin-top: 40px !important;
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1350px) {
    .as-new-footer-get-btn,
    .as-new-footer-download-btn {
        margin-top: -53px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1025px) {
    .as-new-footer-get-btn a,
    .as-new-footer-download-btn a {
        width: 170px;
    }
}

@media screen and (max-width: 900px) and (min-width: 767px) {
    .as-archive-footer ul li {
        margin-left: 3%;
    }
}

@media screen and (max-width: 767px) {
    .as-archive-footer ul li {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .page-id-50478 #page .land-page-vgp {
        background-position: -540px 290px;
    }
}

@media (max-width: 1260px) and (min-width: 1025px) {
    .page-id-50478 #page .land-page-vgp {
        background-position: -630px 380px !important;
    }
}

@media (min-width: 2001px) {
    .page-id-50478 #page .land-page-vgp {
        background-position: 30em 250px;
    }
}

@media (max-width: 1024px) {
    .page-id-50478 #page .land-page-vgp {
        background-position: 0% 74% !important;
        background-size: contain !important;
    }
}

.single #main #ez-toc-container ul li {
    font-size: 14px !important;
}


/**/

.footer-width-fixer .elementor-element-e13ce8b {
    max-width: 1300px !important;
    margin: auto !important;
}

.new-home-logo-sec .elementor-image-carousel-wrapper {
    width: 100%;
    /*  overflow:visible; */
}

.new-home-logo-sec .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
    left: 10px;
}

.new-home-logo-sec .elementor-image-carousel-wrapper .elementor-swiper-button-next {
    right: 10px;
}

.new-home-calender-part .elementor-widget-html .elementor-widget-container {
    display: flex;
    justify-content: center;
}

.new-home-last-title h2 {
    margin-bottom: 20px;
}

.new-home-last-subtitle {
    max-width: 818px;
}

.new-book-page-testmonial-element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.new-book-page-testmonial-element .new-book-page-testmonial-element-img {
    position: relative;
    max-width: 68px;
    max-height: 68px;
    border-radius: 50%;
}

.owl-carousel .new-book-page-testmonial-element .new-book-page-testmonial-element-img img {
    max-width: 100% !important;
    border-radius: 50%;
}

.new-book-page-testmonial-element .new-book-page-testmonial-element-img:after {
    content: url("../svg/testmonial-icon.svg");
    background-image: url("../svg/red-ellipse.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 3px;
    position: absolute;
    width: 25px;
    height: 25px;
    right: -5px;
    bottom: 2px;
}

.new-book-page-testmonial-element h2 {
    font-family: "Ubuntu" !important;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 67px;
    color: #0b1b2a;
    margin: 0;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.new-book-page-testmonial-element h6 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #0b1b2a;
    opacity: 0.4;
    margin: -10px 0 20px;
}

.new-book-page-testmonial-element p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0b1b2a;
    max-width: 266.45px;
}

.logos-sec .eicon-chevron-right,
.logos-sec .eicon-chevron-left {
    color: #0b1b2a !important;
}

.logos-sec .elementor-background-overlay {
    background-image: none !important;
}

.logos-sec-heading h4 {
    font-family: "Ubuntu" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
    text-align: center !important;
    letter-spacing: 0.01em !important;
    color: #0b1b2a !important;
}

.logos-sec .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
    left: 15px;
}

.logos-sec .elementor-image-carousel-wrapper .elementor-swiper-button-next {
    right: 15px;
}

.innovation-profit-block:not(.innovation-profit-block4) {
    margin-right: 15px;
}

.innovation-profit-block .elementor-background-overlay {
    box-shadow: 0px 4px 5px #061b2b;
}

#page .innovation-quote-sec .elementor-background-overlay {
    background: linear-gradient( 92.81deg, #79a3eb 2.58%, #86c6f8 51.59%, #a397f5 88.13%);
    mix-blend-mode: multiply;
}

.innovation-quote {
    display: flex;
    justify-content: center;
}

.innovation-quote .elementor-widget-container {
    max-width: 536px;
    position: relative;
}

.innovation-quote .elementor-widget-container:before {
    content: "«";
    position: absolute;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 140px;
    line-height: 153px;
    color: #fff;
    width: 111px;
    height: 112px;
    left: -120px;
    top: -80px;
}

.innovation-quote-details {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
}

#page .innovation-authors-row .team-member .linkedin .fa-linkedin::before {
    content: "\f0e1";
}

.innovation-author-txt1 .elementor-widget-container {
    max-width: 511px;
}

.innovation-author-txt2 .elementor-widget-container {
    max-width: 449px;
}

#slider_55531 .owl-nav button {
    background-color: transparent !important;
    top: 50%;
}

#slider_55531 .owl-nav .owl-prev {
    background: url(../svg/left-arrow.svg) no-repeat center center !important;
    left: -30px;
}

#slider_55531 .owl-nav .owl-next {
    background: url(../svg/right-arrow.svg) no-repeat center center !important;
    right: -30px;
}

.transformation-pyramid-txt {
    max-width: 532px;
}

.transformation-pyramid-steps {
    display: flex;
    justify-content: flex-end;
}

.transformation-pyramid-steps .elementor-widget-container {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    border: 0.856175px solid rgba(194, 209, 217, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 8.56175px 29.9661px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    max-width: 400px;
    padding: 10px 70px 10px 20px;
    margin-bottom: 30px;
}

.transformation-pyramid-steps .elementor-widget-container:after {
    content: url("../svg/transformation-pyramid-ball.svg");
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
}

.transformation-pyramid-step1 {
    padding-right: 14em;
}

.transformation-pyramid-step2 {
    padding-right: 16em;
}

.transformation-pyramid-step3 {
    padding-right: 18em;
}

.transformation-pyramid-step4 {
    padding-right: 20em;
}

.transformation-pyramid-step5 {
    padding-right: 22em;
}

.transformation-promise-head h2 {
    max-width: 674px;
}

#page .transformation-promise-sec .elementor-background-overlay {
    background: linear-gradient( 114.53deg, #4c79f1 12.57%, #6fa8f5 33.87%, #a495f5 65.67%);
    opacity: 0.05;
    box-shadow: 0px 3.85988px 4.82485px #061b2b;
    border-radius: 9.64971px;
}

#page .transformation-promise-sec .elementor-background-overlay {
    background: linear-gradient( 114.53deg, #4c79f1 12.57%, #6fa8f5 33.87%, #a495f5 65.67%);
    opacity: 0.05;
    box-shadow: 0px 3.85988px 4.82485px #061b2b;
    border-radius: 9.64971px;
}

#page .transformation-help-sec .elementor-background-overlay {
    background: linear-gradient( 114.53deg, #4c79f1 12.57%, #6fa8f5 33.87%, #a495f5 65.67%);
    opacity: 0.05;
    box-shadow: 0px 3.85988px 4.82485px #061b2b;
    border-radius: 9.64971px;
}

.transformation-help-sec .innovation-profit-block {
    margin-right: 30px;
}

.transformation-help-sec .innovation-profit-block3 {
    margin-right: 0;
}

.transformation-help-sec .innovation-profit-blocks-row {
    max-width: 1000px;
    margin: 0 auto;
}

#page .transformation-quote-sec .elementor-background-overlay {
    background: linear-gradient( 114.53deg, #4c79f1 12.57%, #6fa8f5 33.87%, #a495f5 65.67%);
    mix-blend-mode: multiply;
    opacity: 0.9;
}

.transformation-quote-sec .innovation-quote .elementor-widget-container {
    max-width: 725px;
	margin:auto !important;
}

.transformation-quote-sec .innovation-quote .elementor-widget-container::before {
    opacity: 0.6;
}

.transformation-authors-sec .innovation-author-pos {
    background: linear-gradient( 114.53deg, #4c79f1 12.57%, #6fa8f5 33.87%, #a495f5 65.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.testi-about {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: rgb(255 255 255 / 50%);
    text-align: center;
    padding: 20px;
    box-shadow: 0px 4px 4px rgba(6, 27, 43, 0.1);
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 320px;
}

.testi-padding {
    padding-bottom: 40px !important;
}


/* testimonials About-us & digital transformation pages edits start*/

.slide-container {
    display: flex;
/*     justify-content: space-between; */
}

.testi-digital-block {
    width: 95%;
    background: rgb(255 255 255 / 50%);
    text-align: left;
    padding: 50px 130px;
    box-shadow: 0px 4px 4px rgb(6 27 43 / 10%);
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
}

.testi-about-block p,
.testi-digital-block p {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #0b1b2a;
    max-width: 849px;
    margin-left: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}

.testi-about-block h6,
.testi-digital-block h6 {
    margin-left: 20px;
}

@media screen and (min-width: 768px) {
    .testi-none-desktop {
        display: none;
    }
    .about-slider .owl-stage .owl-item:nth-child(7),
    .about-slider .owl-stage .owl-item:nth-child(8),
    .about-slider .owl-stage .owl-item:nth-child(3) {
        display: none;
    }
    .digital-slider .owl-stage .owl-item:nth-child(9),
    .digital-slider .owl-stage .owl-item:nth-child(10),
    .digital-slider .owl-stage .owl-item:nth-child(11),
    .digital-slider .owl-stage .owl-item:nth-child(12),
    .digital-slider .owl-stage .owl-item:nth-child(4) {
        display: none;
    }
}


/* fixes on partner page strat */

.new-home-calender-sec {
    background-color: #0b1b2a;
    padding-top: 4em;
    padding-bottom: 6em;
}

.new-home-calender-inner {
    padding-top: 6em;
}

.new-home-last-title h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    font-family: "Ubuntu", ubuntu;
    text-align: center;
    color: #fff;
}

.new-home-last-subtitle div {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Ubuntu", ubuntu;
    text-align: center;
    color: #fff;
}
.elementor-element-1ca8f508 {
	margin-bottom:2em !important;
}
.new-home-last-subtitle {
    margin: auto;
}

.new-home-calender-sec {
    padding: 4em 6em 6em 6em;
}


/* .new-home-calender-sec .new-home-calender-txt-part .elementor-widget-wrap{
    margin-left:150px;
} */

.calendly-title {
    text-align: center;
    color: #aeb3b9;
    font-family: "Ubuntu", ubuntu;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.calendly-title .elementor-widget-container {
    padding: 30px 0px 0px 0px;
    background-color: #364252;
}

.new-home-last-subtitle {
    margin-bottom: 3em !important;
}

.icon-box-content .icon-box-heading {
    margin-bottom: 15px;
}

.wpb_wrapper::after,
.elementor-widget-container::after {
    content: unset !important;
}


/* fixes on digital trasformation start */

.transformation-pyramid-head h2 {
    max-width: 400px;
}

.transformation-pyramid-steps .elementor-widget-container:after {
    content: url("../svg/transformation-pyramid-ball-1.svg") !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
}

.icon-box-heading {
    margin-bottom: 10px !important;
}


/* fixes on digital transformation end */

.team-member .card-details {
    padding-top: unset !important;
}

.social-networks.-small:not(.-text) .network {
    background: transparent;
    width: 45px;
    height: 45px;
    font-size: 1.2em;
    border: 1px solid #fff !important;
}


/* fixes on how we work issue */

h1:not(.title)+*,
h2:not(.title)+*,
h3:not(.title)+*,
h4:not(.title)+*,
h5:not(.title)+*,
h6:not(.title)+*,
.titles-typo:not(.title)+*,
.font-titles:not(.title)+* {
    margin-block-start: 0 !important;
}


/*menu icon header */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    font-family: inherit;
    content: "▾";
}

.culture-blocks:not(.culture-block-three) {
    margin-right: 2em;
}

.culture-blocks svg {
    margin-bottom: 30px;
}

.culture-blocks .elementor-background-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.83) 0%, rgba(236, 236, 236, 0.83) 100%);
    box-shadow: 8px 28px 57px #CECECE;
    backdrop-filter: blur(8px);
}

.culture-blocks-btn a {
    padding: 22px 100px !important;
}

#page .culture-page-help-sec a .elementor-button-text {
    font-size: 25px !important;
    max-width: 300px;
    line-height: 29px;
}

#pum-62120 {
    background: #44509c54!important;
}

.new-book-page-testmonial-element .new-book-page-testmonial-element-img:after {
    background-position: center;
    background-image: url(../svg/ellipse-900.svg) !important;
}

.culture-slider-logos figure {
    position: relative;
}

.culture-slider-logos figure:after {
    content: " ";
    height: 79px;
    width: 2px;
    position: absolute;
    right: -35px;
    top: 0;
    background: rgba(217, 217, 217, 0.5);
}

.culture-slider-logos .eicon-chevron-left:before {
    color: #fff;
    background: #D1D1D1;
    border-radius: 50%;
    padding: 4px;
}

.culture-slider-logos .eicon-chevron-right:before {
    color: #fff;
    background: #D1D1D1;
    border-radius: 50%;
    padding: 4px;
}
.culture-slider-logos .eicon-chevron-right:hover:before,
.culture-slider-logos .eicon-chevron-left:hover:before {
    background: #3f98d7;
}
.new-culture-blocks .elementor-background-overlay {
    background: linear-gradient(180deg, #50589e 0%, #3A4283 100%) !important;
    box-shadow: 0px 30px 30px -2px rgb(16 24 40 / 5%) !important;
    border-radius: 10px !important;
}

#page .culture-new-page a .elementor-button-text {
    font-size: 17px !important;
    letter-spacing: 1px;
}

.staven-barth-day-md-contenert {
    display: none;
}

.md-barthday-staven .staven-barth-day-md-contenert {
    width: 100%;
    min-height: 40px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    background-image: url(../svg/frame-stave-barthday.svg);
    background-position: center;
    background-size: cover;
    position: fixed;
    text-align: center;
    z-index: 99999999999999999999999999;
    top: 0;
}

.logged-in.md-barthday-staven .staven-barth-day-md-contenert {
    top: 0px;
}

/* .md-barthday-staven #page {
    margin-top: 40px!important;
} */

.md-barthday-staven .staven-barth-day-md-contenert p {
    font-family: 'Ubuntu' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 10px 0;
    width: fit-content;
}

.md-barthday-staven .staven-barth-day-md-contenert a {
    text-align: center;
    padding: 6px 30px;
    background: #ADF1C9;
    border-radius: 5px;
    font-family: 'Ubuntu'!important;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    /* DL deep blue */
    margin-left: 20px;
    color: #061B2B;
}

.md-barthday-staven .staven-barth-day-md-contenert a:hover {
    background: #ADF1C9 !important;
}

.md-barthday-staven header {
    margin-top: 40px !important;
}

.md-barthday-staven .staven-barth-day-md-contenert #close-barthdat-staven {
    position: absolute;
    right: 30px;
    top: 2px;
    color: #fff;
    font-size: 23px;
    background: none;
    border: none;
    cursor: pointer;
}

.transformation-intro-subtitle-DE-New div {
    max-width: 596px;
}

.transformation-intro-txt-DE-New div {
    max-width: 663px;
    color: #757575;
}

.transformation-intro-txt-DE-New strong {
    color: #061B2B;
}

.transformation-intro-btn2-DE-new a {
    background: none !important;
}

.transformation-intro-btn-DE-new-col>div {
    padding-left: 0 !important;
}

.transformation-DE-New-Stefan-des div {
    max-width: 388px;
    position: relative;
    padding-left: 3em;
}

.transformation-DE-New-Stefan-des div:before {
    content: " ";
    position: absolute;
    left: -1em;
    top: 0;
	background: url(../webp/stefan_dieffenbacher-circle-1.webp);
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
}

.transformation-pyramid-txt-DE-New strong {
    color: 061B2B;
}

.transformation-promise-head-DE span {
    background: linear-gradient( 114.53deg, #4c79f1 12.57%, #6fa8f5 33.87%, #a495f5 65.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.transformation-promise-sec-DE-New .innovation-profit-block>div,
.transformation-help-sec-DE-New .innovation-profit-block>div {
    background: #FFFFFF !important;
    border: 1px solid rgba(194, 209, 217, 0.4) !important;
    box-shadow: 0px 30px 30px rgb(0 0 0 / 3%) !important;
    border-radius: 10px !important;
}

#page .transformation-promise-sec-DE-New .elementor-background-overlay,
#page .transformation-help-sec-DE-New .elementor-background-overlay {
    background: none;
}

.transformation-quote-sec-DE-New .elementor-background-overlay {
    background: linear-gradient(114.53deg, #4C79F1 12.57%, #6FA8F5 65.67%) !important;
}

.innovation-quote-DE-New .elementor-widget-container:before {
    top: -60px !important;
}

.innovation-author-btn-DE-New a {
    background-color: #333 !important;
    border-radius: 5px;
    color: #fff;
    padding: 12px 45px !important;
}

.transformation-DE-New-su div {
    max-width: 518px;
}

.transformation-New-EN-pyramid div {
    color: #061B2B;
}

.transformation-New-EN-pyramid div span {
    background: linear-gradient(114.53deg, #4C79F1 12.57%, #6FA8F5 65.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.transformation-intro-title-New h1 {
    color: #183175;
    max-width: 460px;
}

.transformation-DE-New-Stefan-des div:before {
    top: -4px !important;
}

.transformation-btn-arrow-New a {
    position: relative;
}

.transformation-btn-arrow-New a:after {
    content: url("../svg/arrow-blue.svg");
    position: absolute;
    right: -60px;
    bottom: 14px;
}

.transformation-intro-btn2-EN-new a span {
    position: relative;
}

.transformation-intro-btn2-EN-new a span span:after {
    content: url("../svg/right-discover-more.svg");
    position: absolute;
    right: -33px;
}

.clb-title,
h2 {
    font-family: "Ubuntu", ubuntu !important
}


/*---------------------------------- Digital Transformation md  css start here :) -------------------------------*/

.greduant-color-blue h2,
.digital-slider h2 span {
    background: linear-gradient(114.53deg, #4C79F1 12.57%, #6FA8F5 65.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.digital-slider h2 {
    max-width: 623px;
    margin: auto;
}

.section-max-width-title {
    max-width: 520px;
}

.md-business-section p {
    margin-top: 20px!important;
    min-height: 140px;
}
.md-business-section-de  p {
	min-height:154px;
}
.md-business-section a {
    background: none;
    text-transform: uppercase;
    padding: 0px!important;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    white-space: normal !important;
	font-family: 'Ubuntu';
}

.md-business-section a:hover {
    background: none !important;
    color: #061B2B !important;
}

.md-business-section a:before {
    position: absolute;
    content: ">";
    right: -10px !important;
    top: 50%;
    transform: translate(10px, -50%);
}

.md-max-width-bissniss p {
    max-width: 961px !important;
    margin: auto !important;
}

.transformation-promise-sec-DE-New .innovation-profit-block>div {
    background: linear-gradient(180deg, #3E73BA 0%, #3668AC 100%) !important;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03) !important;
    border-radius: 10px !important;
}

.transformation-btn-arrow-New a:after {
    content: url(../svg/arrow-blue.svg);
}

.transformation-intro-txt-DE-New .elementor-widget-container * {
    color: #fff;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
section.elementor-section.elementor-top-section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.md-servsis-sectopn-digital {
    margin: auto !important;
}

.new-culture-blocks-four {
    margin-right: 0 !important;
}

.new-digital-blocks .elementor-background-overlay {
    background: linear-gradient(180deg, #EEF2FF 60.42%, #BBC2FF 100%) !important;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03) !important;
}

.new-digital-blocks svg {
    margin-bottom: unset !important;
}

.new-Stefan-des-digital div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.new-Stefan-des-digital-btn a {
    position: relative;
}

.new-Stefan-des-digital-btn a:after {
    content: url(../png/group-1000003125.png);
    position: absolute;
    right: -60px;
    bottom: 15px;
}

#page .new-digital-promin-box>div {
    background: linear-gradient(180deg, #FDFDFD 0%, #F6F9FC 100%) !important;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03) !important;
    border-radius: 10px !important;
}

#page .new-digital-slider .owl-nav .owl-prev {
    background: url(../svg/chevron-left-1.svg) !important;
    background-color: #D1D1D1 !important;
    border-radius: 50%;
    width: 48px !important;
    height: 48px !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

#page .new-digital-slider .owl-nav .owl-next {
    background: url(../svg/chevron-right-1.svg) !important;
    background-color: #D1D1D1 !important;
    border-radius: 50%;
    width: 48px !important;
    height: 48px !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}
#page .new-digital-slider .owl-nav .owl-next:hover {

    background: #3f98d7;
}
.new-digital-slider .owl-nav .owl-next :hover:before ,
.new-digital-slider .eicon-chevron-left:hover:before {
	background:#333 !important;
}
#page .new-digital-slider .owl-nav .owl-next:hover,
#page .new-digital-slider .owl-nav .owl-prev:hover {
    background-color: #3f98d7 !important;
}


@media screen and (max-width: 1024px) {
    .md-custom-matter-css>.elementor-container {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 50px !important;
    }
    .md-custom-matter-css>.elementor-container>.elementor-column {
        width: 100% !important;
        margin: 40px 0px !important;
    }
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    }
    .md-servsis-sectopn-digital {
        padding: 0!important;
    }
    .md-servsis-sectopn-digital>div {
        display: flex;
        flex-wrap: wrap;
    }
    .new-culture-blocks.md {
        width: calc(50% - 20px) !important;
        margin: 10px !important;
    }
/*     section.elementor-section.elementor-top-section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default {
        padding: 20% 20px;
    } */
    /*  section.elementor-section.elementor-top-section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default > div{
    margin-left: 30px;
} */
}

@media screen and (max-width: 768px) {
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .new-culture-blocks.md {
        width: calc(100% - 20px) !important;
        margin: 10px !important;
    }
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    .as-new-digital-boxes-sec {
        background-color: #31396d !important;
        background-image: none !important;
    }
    section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default,
    .as-DE-sec {
        background: #3769ae !important;
        background-image: none !important;
    }
}


/*---------------------------------- Digital Transformation md  css end here :) ----------------------------------*/

#page .sig h2 {
    font-family: "Gochi Hand", ubuntu !important;
}

@media (min-width: 1365.5px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-blog-item>ul.mega-sub-menu {
        right: 0px!important;
    }
}


/*-------------profile md*/

.header-wrap-inner .right-part {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-part>ul {
    position: relative;
    margin-right: 15px;
/*     padding-top: 15px; */
    /*  display: none; */
}

ul.md-login-log-out {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    padding-left: 0px;
    list-style: none !important;
}

ul.md-login-log-out a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 200% */
    letter-spacing: 0.03em;
    text-transform: capitalize;
    /* DL deep blue */
    color: #061B2B;
}

@media screen and (min-width: 1600px) {
    ul.md-login-log-out {
        padding-left: 2rem;
    }
}


/*md new previw popup*/

#pum-74747 {
    background: rgba(31, 38, 57, 0.7) !important;
    backdrop-filter: blur(4px);
}

#pum-74747 .pum-container {
    background: #F1F5FF !important;
    border-radius: 10px;
    padding: 60px 40px !important;
}

.transformation-promise-head-DE h2 {
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page h1,
    .half-sec-paragraph h1.cs_text_up_one.cs-tup {
        line-height: 1.3 !important;
    }
}

@media (max-width: 767px) {
    #pum-40563 {
        overflow-y: auto !important;
    }
}

@media (max-width: 990.5px) {
    body {
        min-height: unset !important;
    }
}

@media (max-width: 1023px) {
    #pum-40563 {
        overflow-y: auto !important;
    }
}

@media (max-width: 768px) {
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    select,
    .select2-container--default .select2-selection--single,
    textarea {
        margin: 5px 0 !important;
    }
}

@media (max-width: 1325px) {
    .page-container,
    .elementor .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .as-copyright h2 {
        line-height: 1.3 !important;
    }
    .new-footer-social {
        padding-left: 0em;
        margin-top: 1em;
    }
}

@media screen and (max-width: 767px) {
    .as-archive-footer ul li {
        margin-left: 0;
    }
}

@media (max-width: 1024.5px) {
    .new-home-logo-sec .swiper-slide {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .as-archive-footer ul li {
        margin-left: 0;
    }
    .logos-sec {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767.5px) {
    #page #menu-footer-menu,
    #page #menu-footer-menu-germany {
        justify-content: space-between;
    }
    #page #menu-footer-menu li a span,
    #page #menu-footer-menu-germany li a span {
        padding: 0px 0px;
        font-size: 10px;
    }
}

@media (max-width: 767.5px) {
    .innovation-quote .elementor-widget-container::before {
        left: -45px;
        font-size: 60px;
    }
}

@media (max-width: 600.5px) {
    #page .innovation-help-sec,
    #page .innovation-profit-sec {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

@media (max-width: 1024px) {
    .transformation-help-sec .innovation-profit-blocks-row {
        max-width: 500px;
    }
    .transformation-help-sec .innovation-profit-block {
        margin-right: 0px;
    }
}

@media (max-width: 768.5px) {
    .transformation-pyramid-step1 {
        padding-right: 6em;
    }
    .transformation-pyramid-step2 {
        padding-right: 8em;
    }
    .transformation-pyramid-step3 {
        padding-right: 10em;
    }
    .transformation-pyramid-step4 {
        padding-right: 12em;
    }
    .transformation-pyramid-step5 {
        padding-right: 14em;
    }
}

@media (max-width: 767px) {
    .transformation-promise-sec .innovation-profit-block:not(.innovation-profit-block4) {
        margin-right: 0px;
    }
}

@media (max-width: 600px) {
    .transformation-pyramid-step1 {
        padding-right: 0em;
    }
    .transformation-pyramid-step2 {
        padding-right: 2em;
    }
    .transformation-pyramid-step3 {
        padding-right: 4em;
    }
    .transformation-pyramid-step4 {
        padding-right: 6em;
    }
    .transformation-pyramid-step5 {
        padding-right: 8em;
    }
}

@media (max-width: 500px) {
    .transformation-pyramid-step1,
    .transformation-pyramid-step2,
    .transformation-pyramid-step3,
    .transformation-pyramid-step4,
    .transformation-pyramid-step5 {
        padding-right: 0em;
    }
    .transformation-pyramid-col .elementor-widget-wrap {
        background-image: unset !important;
    }
}

@media screen and (max-width: 1325px) {
    .page-id-54695 .page-container,
    .elementor .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100%;
    }
}

@media screen and (max-width: 1350px) {
    .testi-about {
        min-height: 370px;
    }
}

@media screen and (max-width: 767px) {
    .slide-container,
    .testi-about-block,
    .testi-digital-block {
        display: block;
    }
    .testi-none-mobile {
        display: none !important;
    }
    .testi-digital-block,
    .testi-about-block {
        padding: 20px;
        width: unset;
    }
    .testi-about-block p,
    .testi-digital-block p {
        font-size: 22px;
        line-height: 30px;
        padding-right: 11px;
    }
    .innovation-quote-details {
        line-height: 0;
    }
}

@media screen and (max-width: 767px) {
    #slider_55531 .owl-nav button {
        top: 50%;
    }
    #slider_55531 .owl-nav button {
        background-color: transparent !important;
        top: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .market-img>div,
    .partner-sales-heading h2 {
        margin-right: 0 !important;
    }
    #marketingSec {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .our-partner-sales-heading {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
    .sales-content {
        margin-left: 0 !important;
    }
    .partner-sales-heading h2 {
        margin-top: 20px;
    }
    .new-home-calender-inner .elementor-container {
        flex-wrap: wrap !important;
    }
    .new-home-calender-part,
    .new-home-calender-txt-part {
        width: 100% !important;
    }
    .new-home-calender-txt-part .elementor-widget-wrap {
        padding: 4em 0em 0em 8em !important;
    }
    .new-home-calender-sec {
        padding: 4em 2em 6em 2em;
    }
}

@media screen and (max-width: 767px) {
    .new-home-calender-sec {
        padding: 4em 0em 6em 0em;
    }
}

@media(max-width:1024px) {
    .culture-page-testmonials2-sec .owl-carousel .owl-item {
        padding: 0 0px;
    }
    .culture-blocks:not(.culture-block-three) {
        margin-right: 0em;
    }
}

@media screen and (max-width:1024px) {
    .md-slider-logs.logos-sec .elementor-image-carousel-wrapper .elementor-swiper-button-next {
        right: 15px !important;
    }
    .md-slider-logs.logos-sec .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
        left: 15px !important;
    }
}

@media screen and (max-width:1024px) {
    .md-barthday-staven .staven-barth-day-md-contenert p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:767px) {
    .md-barthday-staven .staven-barth-day-md-contenert {
        flex-direction: column;
        min-height: 70px;
    }
    .md-barthday-staven header {
        margin-top: 72px !important;
    }
    .md-barthday-staven .staven-barth-day-md-contenert #close-barthdat-staven {
        top: 14px;
    }
}


/* edit on birthday banner */

@media screen and (max-width:1024px) {
    .md-barthday-staven header {
        margin-top: 40px !important;
    }
    .md-barthday-staven header {
        margin-top: 85px !important;
    }
    .logged-in.md-barthday-staven header {
        margin-top: 100px !important;
    }
    .md-barthday-staven .staven-barth-day-md-contenert {
        display: block !important;
        padding: 0 0 20px;
    }
}

@media screen and (max-width:767px) {
    .md-barthday-staven header {
        margin-top: 100px !important;
    }
    .logged-in.md-barthday-staven header {
        margin-top: 94px !important;
    }
    .md-barthday-staven .staven-barth-day-md-contenert #close-barthdat-staven {
        top: -11px !important;
        right: 5px !important;
        font-size: 21px !important;
    }
    .logged-in.md-barthday-staven .staven-barth-day-md-contenert #close-barthdat-staven {
        top: -8px !important;
    }
    .md-barthday-staven .staven-barth-day-md-contenert {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:1024px) {
    .md-custom-matter-css>.elementor-container {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 50px !important;
    }
    .md-custom-matter-css>.elementor-container>.elementor-column {
        width: 100% !important;
        margin: 40px 0px !important;
    }
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    }
    .md-servsis-sectopn-digital {
        padding: 0!important;
    }
    .md-servsis-sectopn-digital>div {
        display: flex;
        flex-wrap: wrap;
    }
    .new-culture-blocks.md {
        width: calc(50% - 20px) !important;
        margin: 10px !important;
    }
/*     section.elementor-section.elementor-top-section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default {
        padding: 20% 20px;
    } */
    /* 	section.elementor-section.elementor-top-section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default > div{
	margin-left: 30px;
} */
}

@media screen and (max-width:768px) {
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .new-culture-blocks.md {
        width: calc(100% - 20px) !important;
        margin: 10px !important;
    }
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default,
    .as-new-digital-boxes-sec {
        background-color: #31396d !important;
        background-image: none !important;
    }
    section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default,
    .as-DE-sec {
        background: #3769ae !important;
        background-image: none !important;
    }
}

.new-home-last-subtitle {
    margin: auto;
}
.innovation-author-btn-DE-New a:hover{
	background: #50585e !important;
	color:#fff;
}
.elementor-element-1ca8f508 .elementor-widget-container {
	margin-bottom:3em !important;
}
.transformation-pyramid-steps .elementor-widget-container {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    border: 0.856175px solid rgba(194, 209, 217, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 8.56175px 29.9661px rgb(0 0 0 / 12%);
    border-radius: 10px;
    max-width: 400px;
    padding: 10px 70px 10px 20px;
    margin-bottom: 30px;
}
@media (max-width: 1200.5px) and (min-width: 1024.5px){
.transformation-pyramid-step1 {
    padding-right: 6em;
}
    .transformation-pyramid-step2 {
    padding-right: 6em;
}
    
}
@media (min-width: 1921px) {
  .transformation-sec .elementor-container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 1366.5px) and (min-width: 1024.5px) {
  .transformation-pyramid-step1 {
    padding-right: 10em;
  }
  .transformation-pyramid-step2 {
    padding-right: 12em;
  }
  .transformation-pyramid-step3 {
    padding-right: 14em;
  }
  .transformation-pyramid-step4 {
    padding-right: 16em;
  }
  .transformation-pyramid-step5 {
    padding-right: 18em;
  }
}
@media (max-width: 1200.5px) and (min-width: 1024.5px) {
  .transformation-pyramid-step1 {
    padding-right: 6em;
  }
  .transformation-pyramid-step2 {
    padding-right: 8em;
  }
  .transformation-pyramid-step3 {
    padding-right: 10em;
  }
  .transformation-pyramid-step4 {
    padding-right: 12em;
  }
  .transformation-pyramid-step5 {
    padding-right: 14em;
  }
}
@media (max-width: 1100.5px) and (min-width: 1024.5px) {
  .transformation-pyramid-step1 {
    padding-right: 2em;
  }
  .transformation-pyramid-step2 {
    padding-right: 4em;
  }
  .transformation-pyramid-step3 {
    padding-right: 6em;
  }
  .transformation-pyramid-step4 {
    padding-right: 8em;
  }
  .transformation-pyramid-step5 {
    padding-right: 10em;
  }
}
@media (max-width: 1024px) {
  .transformation-help-sec .innovation-profit-blocks-row {
    max-width: 500px;
  }
  .transformation-help-sec .innovation-profit-block {
    margin-right: 0px;
  }
}
@media (max-width: 1325.5px) and (min-width: 1024px){
.page-id-24766 .page-container, .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    width: 90% !important;
}
}

.elementor-icon-list-text .support_hover  a:hover{
    color:#4C79F1;
}
.icon-box-heading {
    min-height:45px;
}
@media (max-width: 1024.5px){
.icon-box-heading {
    min-height:0px;
}
}
.how_to .transformation-New-EN-pyramid a:hover {

    -webkit-text-fill-color: black;
  
 
}
.free_bus {
    	
	background: linear-gradient(114.53deg, #4C79F1 12.57%, #6FA8F5 65.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
}
@media screen and (max-width:1329px) and (min-width:1025px){
	.md-business-section-en h5 {
		min-height: 72px !important;
	} 
}
@media screen and (max-width:1325px) and (min-width:1025px) {
	.md-business-section-en p {
		min-height:154px;
	}
}
@media screen and (max-width:1314px) and (min-width:1025px){
	.md-business-section-en p {
		min-height:176px !important;
	}
}
@media screen and (max-width:1242px) and (min-width:1025px) {
	.md-business-section-en p {
		min-height:198px !important;
	}
}
@media screen and (max-width:1237px) and (min-width:1025px) {
	.md-business-section-en h5 {
		min-height:96px !important;
	}
}
@media screen and (max-width:1181px)  and (min-width:1025px) {
	.md-business-section-en p {
		min-height:220px !important;
	}
}
@media screen and (max-width:1161px) and (min-width:1025px) {
	.md-business-section-en p {
		min-height:242px !important;
	}
}
@media screen and (max-width:1129px) and (min-width:1025px) {
	.md-business-section-en h5 {
		min-height:120px !important;
	}
}
@media screen and (max-width:1122px) and (min-width:1025px) {
	.md-business-section-en p {
		min-height:264px !important;
	}
}
@media screen and (max-width:1104px) and (min-width:1025px) {
	.md-business-section-en p {
		min-height:286px !important;
	}
}
@media screen and (max-width:1024px) and (min-width:767px) {
	.md-business-section-en p {
		min-height:66px !important;
	}
}
@media screen and (max-width:987px) and (min-width:767px) {
	.md-business-section-en p {
		min-height:88px !important;
	}
}
@media screen and (max-width:981px) and (min-width:767px) {
	.md-business-section-en h5 {
		min-height:48px !important;
	}
}
@media screen and (max-width:863px) and (min-width:767px) {
	.md-business-section-en p {
		min-height:110px !important;
	}
}
@media screen and (max-width:767px) {
	.md-business-section-en p {
		min-height:unset !important;
	}
}
@media screen and (max-width:1418px) and (min-width:1024px){
	.md-business-section-de  p {
		min-height:198px !important;
	}
}
@media screen and (max-width:1405px) and (min-width:1024px){
	.md-business-section-de  h5 {
		min-height:72px !important;
	}
}
@media screen and (max-width:1325px) and (min-width:1024px){
	.md-business-section-de  p {
		min-height:242px !important;
	}
}
@media screen and (max-width:1314px) and (min-width:1024px){
	.md-business-section-de  p {
		min-height:264px !important;
	}
} 
@media screen and (max-width:1256px) and (min-width:1024px){
	.md-business-section-de  h5 {
		min-height:96px !important;
	}
}
@media screen and (max-width:1184px) and (min-width:1024px){
	.md-business-section-de  p {
		min-height:286px !important;
	}
}
@media screen and (max-width:1048px) and (min-width:1024px){
	.md-business-section-de  p {
		min-height:308px !important;
	}
}
@media screen and (max-width:1024px) and (min-width:768px){
	.md-business-section-de  p {
		min-height:110px !important;
	}
}
@media screen and (max-width:884px) and (min-width:768px){
	.md-business-section-de  p {
		min-height:132px !important;
	}
}
@media screen and (max-width:768px) {
	.md-business-section-de  p {
		min-height:unset !important;
	}
}

.transformation-intro-btn2-EN-new a:focus {
	color:#fff !important;
}
.focus-btn a:focus {
	background:#F2C94C !important;
	color:#000 !important;
}
.focus-btn-talk a:focus {
	background:#333 !important;
}
.focus-btn-list a:focus{
	color:#061B2B !important;
}
.focus-btn-let a:focus {
	background:#F2C94C !important;
	color:#333 !important;
}
.focus-lastSec-btn-cul a:focus {
	color: #061B2B;
    background-color: #FFFFFF;
}
.stefan-icon > div {
	max-width:550px;
}
@media screen and (max-width:1024px) {
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-56cb091.elementor-section-full_width.innovation-profit-sec.innovation-sec.culture-page-help-sec.culture-new-page.elementor-section-height-default.elementor-section-height-default, 
	.as-new-digital-boxes-sec {
		background-color: #31396d !important;
    	background-image: none !important;
	}
	section.elementor-element.elementor-element-d2a7800.elementor-section-full_width.innovation-profit-sec.transformation-promise-sec.transformation-sec.transformation-promise-sec-DE-New.elementor-section-height-default.elementor-section-height-default, .as-DE-sec {
		background: #3769ae !important;
   	 	background-image: none !important;
	}
}
/** new section **/
/* .innovation-expertise-sec{
	clip-path:polygon(0% 11%, 100% 0%, 100% 88%, 0% 98%);
} */
.innovation-expertise-sec .innovation-expertise-col-two ,
.innovation-expertise-sec .innovation-expertise-col-one {
	background: linear-gradient(180deg, #FFFAE2 44.79%, #FFF2B5 100%);
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	margin:20px;
	padding:40px 20px;
}
.innovation-expertise-sec .innovation-expertise-col-two ul,
.innovation-expertise-sec .innovation-expertise-col-one ul{
	padding-left:0;
	list-style:none;
}
.innovation-expertise-sec .innovation-expertise-col-two ul li,
.innovation-expertise-sec .innovation-expertise-col-one ul li {
	color:#061B2B;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	padding-bottom:10px;
	position:relative;
}
.innovation-expertise-sec .innovation-expertise-col-two ul li:before ,
.innovation-expertise-sec .innovation-expertise-col-one ul li:before {
	content:url(../png/mdi_arrow-bottom-left-thick-2.png);
	position:absolute;
	right:0;
}
@media screen and (max-width:1024px){
	.innovation-expertise-sec{
		clip-path:unset;
		background-color:#ffd302 !important;
		background-image:unset !important;
	}
	.digital-section-four {
		background-image:unset !important;
		background-color:#4879bc !important;
	}
	.innovation-expertise-sec .innovation-expertise-col-two ul li,
	.innovation-expertise-sec .innovation-expertise-col-one ul li {
		max-width:100%;
	}
	.innovation-expertise-sec .innovation-expertise-col-two ul li a ,
	.innovation-expertise-sec .innovation-expertise-col-one ul li a {
		max-width:89%;
		display:block;
	}
}
@media screen and (max-width:767px){
	.innovation-expertise-sec .innovation-expertise-col-two,
	.innovation-expertise-sec .innovation-expertise-col-one {
		padding:20px;
		margin:0 0 20px;
	}
	.innovation-expertise-col-one ,
	.innovation-expertise-col-two {
		width:100% !important;
	}
	.new-Stefan-des-digital-btn a:after{
		right:-50px !important;
	}
}
.innovation-expertise-sec{
	background: linear-gradient(38.96deg, #6271AF 12.33%, #6F97FF 97.12%) !important;
}
.innovation-expertise-sec .innovation-expertise-col-two, .innovation-expertise-sec .innovation-expertise-col-one{
	margin: auto;
    background: linear-gradient(180deg, #EEF2FF 60.42%, #BBC2FF 100%) !important;
    box-shadow: 0 30px 30px rgba(0,0,0,.03);
    border-radius: 10px;
    margin: 20px auto !important;
    padding: 20px;
}
/* .sec-here{
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -10em;
} */
.stefan-img {
	padding-left:80px;
}
.stefan-img:before{
	content: " ";
    position: absolute;
    left: 0;
    top: 16px;
	background: url(../webp/stefan_dieffenbacher-circle-1.webp);
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
}