/* code of single blog (custom-css/style.css) */

.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);
}
p {
	font-family: "Ubuntu" !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;
}

span.elementor-button-text {
    line-height: 20px;
}

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

.nav.with-counters .nav-item>a>span:before {
    display: none;
}

.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;
}


/* New Header For Landing */

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

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

.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);
}

#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;
}

#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;
}

::placeholder {
    font-family: "Ubuntu" !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;
}


/* 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-content,
.pum-theme-default-theme .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: 400;
    font-style: inherit;
}

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

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

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

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

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

.pum-container .pum-content+.pum-close {
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    min-width: 1em;
    z-index: 2;
    background-color: transparent;
}

.pum-container.pum-scrollable .pum-content {
    overflow: auto;
    overflow-y: scroll;
    max-height: 95%;
}

.pum-overlay.pum-overlay-disabled {
    visibility: hidden;
}

.pum-overlay.pum-overlay-disabled::-webkit-scrollbar {
    display: block;
}

.pum-overlay.pum-overlay-disabled .pum-container {
    visibility: visible;
}

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

@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;
}

.archive,
.search {
    overflow-x: visible !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-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: 31px;
    height: 31px;
    right: -13px;
    bottom: 4px;
}

.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 .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
    left: 15px;
}

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


/* service innovation page */

.innovation-intro-quote h1 {
    background: linear-gradient(98.33deg, #e57888 43.26%, #f5e98b 92.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    max-width: 750px;
}

.innovation-intro-p1 {
    max-width: 522px;
}

.innovation-intro-p2 {
    max-width: 515px;
}

.innovation-intro-p2 span {
    background: linear-gradient(98.33deg, #e57888 43.26%, #f5e98b 92.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

.innovation-testmonials-title {
    max-width: 623px;
}

.innovation-testmonials-title h2 span {
    background: linear-gradient(98.33deg, #e57888 70.26%, #f5e98b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

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

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

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

.innovation-testmonials .new-book-page-testmonial-element h6 {
    max-width: 240px;
}

.innovation-testmonials .new-book-page-testmonial-element p {
    max-width: 255px;
}

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

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

.innovation-models-p2 {
    max-width: 512px;
}

.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;
}

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

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

.transformation-business-growth-block .elementor-widget-ohio_icon_box {
    background: #ffffffe6;
    box-shadow: 27px 32px 42px 33px rgb(0 0 0 / 4%);
    border-radius: 10px;
    padding: 35px 34px;
    height: 100%;
}

.transformation-business-growth-block .elementor-widget-ohio_icon_box .elementor-widget-container,
.transformation-business-growth-block .elementor-widget-ohio_icon_box .elementor-widget-container .icon-box {
    height: 100%;
    width: 100%;
    display: block;
}

.transformation-business-growth-block .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.transformation-business-growth-block .elementor-widget-ohio_icon_box a {
    min-width: unset !important;
    background: linear-gradient( 114.53deg, #4c79f1 12.57%, #6fa8f5 33.87%, #a495f5 65.67%) !important;
    border-radius: 10px;
    border: none;
    margin-top: auto;
    width: 100%;
}

.transformation-pyramid-steps {
    display: flex;
    justify-content: flex-end !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 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;
}

.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;
}

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

.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;
}

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

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

.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;
}

.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;
}

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 page end */

#page .as-icon-box-one-margin a {
    margin-top: 2.4em
}

.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;
	font-size:17px !important;
}

.culture-slider-logos .eicon-chevron-right:before {
    color: #fff;
    background: #D1D1D1;
    border-radius: 50%;
    padding: 4px;
	font-size:17px !important;
}

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


/* .md-barthday-staven #page {
    margin-top: 40px!important;
} */
.md-barthday-staven #page {
	margin-top:0px !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;
}

@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;
    }
}

.thank-you-steps>div {
    border: 1px solid rgba(194, 209, 217, 0.4);
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03);
}

.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-roadmap-subtitle-DE-New div {
    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;
    max-width: 521px;
}

.transformation-testmonials-title-DE-New {
    max-width: 600px;
}

#page .as-icon-box-one-margin-DE-New1 a {
    margin-top: 2.8em;
}

#page .as-icon-box-one-margin-DE-New2 a {
    margin-top: 2.5em;
}

#page .as-icon-box-one-margin-DE-New3 a {
    margin-top: 1.1em;
}

#page .as-icon-box-one-margin-DE-New4 a {
    margin-top: 2.1em;
}

.transformation-business-growth-blocks-row1-DE-New .elementor-widget-ohio_icon_box p {
    margin-bottom: 0;
}

.blocks-content-DE-New div {
    max-width: 1045px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.transformation-business-growth-block1-DE .elementor-widget-ohio_icon_box a {
    background: linear-gradient(114.53deg, #4C79F1 12.57%, #6FA8F5 65.67%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    justify-content: start;
    padding-left: 0;
    position: relative;
    width: fit-content;
}

.transformation-business-growth-block1-DE .elementor-widget-ohio_icon_box a:hover {
    background: linear-gradient(114.53deg, #4C79F1 12.57%, #6FA8F5 65.67%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    justify-content: start;
    padding-left: 0;
}

.transformation-business-growth-block1-DE .elementor-widget-ohio_icon_box a:after {
    content: url(../png/chevronrightfilled.png);
    position: absolute;
    right: -10px;
    bottom: 8px;
}

.transformation-business-growth-block2-DE-New .elementor-widget-ohio_icon_box a {
    background: linear-gradient(104.6deg, #DB469F 46.27%, #9D4CD4 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    justify-content: start;
    padding-left: 0;
    position: relative;
    width: fit-content;
}

.transformation-business-growth-block2-DE-New .elementor-widget-ohio_icon_box a:hover {
    background: linear-gradient(104.6deg, #DB469F 46.27%, #9D4CD4 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    justify-content: start;
    padding-left: 0;
    position: relative;
    width: fit-content;
}

.transformation-business-growth-block2-DE-New .elementor-widget-ohio_icon_box a:after {
    content: url(../png/chevronrightfilled-1.png);
    position: absolute;
    right: -10px;
    bottom: 8px;
}

.transformation-business-growth-block3-DE-New .elementor-widget-ohio_icon_box a {
    background: linear-gradient(123.39deg, #92C18C 40.48%, #9EB129 94.79%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    justify-content: start;
    padding-left: 0;
    position: relative;
    width: fit-content;
}

.transformation-business-growth-block3-DE-New .elementor-widget-ohio_icon_box a:hover {
    background: linear-gradient(123.39deg, #92C18C 40.48%, #9EB129 94.79%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    justify-content: start;
    padding-left: 0;
    position: relative;
    width: fit-content;
}

.transformation-business-growth-block3-DE-New .elementor-widget-ohio_icon_box a:after {
    content: url(../png/masked-icon.png);
    position: absolute;
    right: -10px;
    bottom: 8px;
}

.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;
}

.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;
}

.innovation-author-btn-DE-New a:hover {
    background: #50585e !important;
    color: #fff;
}

.transformation-last-sec-DE-New-content h2 {
    max-width: 790px;
    margin: auto;
}

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

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

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

.new-innovation-first-sec-btn .discover-btn a {
    background: none;
    position: relative;
}

.new-innovation-first-sec-btn .discover-btn a:after {
    content: url(../svg/chevronrightfilled-3.svg);
    position: absolute;
    right: -33px;
    top: 0;
}

.new-innovation-first-sec-btn .discover-btn a:hover:after {
    content: url(../png/masked-icon-2.png);
}

.new-innovation-bold-content div {
    max-width: 596px;
}

.new-innovation-content div {
    max-width: 576px;
}

.new-innovation-content-new-page span {
    background: linear-gradient(123.39deg, #6EAD66 -8.28%, #899D0E 94.79%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}

.new-innovation-page-slider .owl-nav button {
    top: 50% !important;
}

.new-innovo-yellow-sec-clip-path {
    clip-path: polygon(0% 11%, 100% 0%, 100% 88%, 0% 98%);
}

.new-innovo-yellow-sec-clip-path .elementor-widget-ohio_icon_box {
    background: linear-gradient(180deg, #FFFAE2 44.79%, #FFF2B5 100%);
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}

.new-innovo-boxes-row1 .icon-box-content p,
.new-innovo-boxes-row2 .icon-box-content p {
    min-height: 200px;
    max-width: 312px;
}

.new-innovo-boxes-row2 .icon-box-content h5 {
    min-height: 47px;
}

.new-innovo-boxes-row1 .icon-box-content h5 {
    min-height: 56px;
}

#page .new-innovo-boxes-row2 .icon-box-content a {
    margin-top: 20px !important;
}

.new-innovo-boxes-EN .new-innovo-boxes-row1 .icon-box-content p,
.new-innovo-boxes-EN .new-innovo-boxes-row2 .icon-box-content p {
    min-height: 160px;
}

.new-innovo-boxes-EN .new-innovo-boxes-row1 .icon-box-content h5 {
    min-height: 56px !important;
}

.new-innovo-boxes-EN .new-innovo-boxes-row2 .icon-box-content h5 {
    min-height: unset;
}

.innovo-icon-size svg {
    width: 50px;
    height: 50px;
}

#page .new-innovo-boxes-row2 a,
#page .new-innovo-boxes-row1 a {
    color: #333 !important;
    background: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    text-fill-color: unset !important;
    box-shadow: none !important;
    text-transform: uppercase;
    white-space: normal;
}

#page .new-innovo-boxes-row2 a:after,
#page .new-innovo-boxes-row1 a:after {
    content: url(../png/masked-icon-4.png) !important;
    right: -20px !important;
    bottom: 9px !important;
}

.yellow-sec {
    display: flex !important;
}

.yellow-sec .transformation-DE-New-Stefan-des {
    position: relative;
}

.yellow-sec .transformation-DE-New-Stefan-des:after {
    content: url(../svg/arrow-book-a-free-call.svg);
    position: absolute;
    right: 6px;
    top: 55px;
}

.new-innovo-circle-sec-btn a {
    position: relative;
}

.new-innovo-circle-sec-btn a:after {
    content: url(../svg/arrow-book-a-free-call.svg);
    position: absolute;
    right: -60px;
    bottom: 13px;
}

.new-innovo-circle-sec-txt2 div span {
    background: linear-gradient(123.39deg, #6EAD66 -8.28%, #899D0E 94.79%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}
.new-innovo-circle-sec-txt2 div ,
.transformation-New-EN-pyramid div{
	max-width:380px;
}
.new-innovo-circle-sec-txt-width h2,
.new-innovo-circle-sec-txt-width div {
    max-width: 521px;
}

.new-innovo-believe-sec-heading span,
.new-innovo-green-txt span {
    background: linear-gradient(123.39deg, #6EAD66 -8.28%, #899D0E 94.79%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}

.new-innovation-detailed-list-item {
    padding-left: 10px !important;
}

.new-innovation-detailed-list-item li {
    max-width: 600px;
    margin-bottom: 15px !important;
    padding-left: 25px;
    position: relative;
}

.new-innovation-detailed-list-item li:before {
    content: " ";
    width: 18px;
    height: 4px;
    background: linear-gradient(123.39deg, #80C277 -8.28%, #A5BC15 94.79%);
    position: absolute;
    bottom: 37px;
    left: -10px;
}

.new-innovation-detailed-list-item li:nth-child(2):before {
    bottom: 11px;
}

.new-innovation-detailed-list-item-DE li:nth-child(2):before {
    bottom: 37px !important;
}

.new-innovation-pyramid-steps .elementor-widget-container {
    min-width: 400px;
}

.new-innovation-pyramid-steps-step1 {
    padding-right: 6em;
}

.new-innovation-pyramid-steps-step2 {
    padding-right: 9em;
}

.new-innovation-pyramid-steps-step3 {
    padding-right: 12em;
}

.new-innovation-pyramid-steps-step4 {
    padding-right: 15em;
}

.new-innovation-pyramid-steps-step5 {
    padding-right: 18em;
}

.new-innovation-pyramid-steps .elementor-widget-container {
    padding: 15px 70px 15px 30px;
    min-height: 87px;
    display: flex;
    align-items: center;
}

.new-innovation-pyramid-steps .elementor-widget-container:after {
    right: -26px;
    top: 15px;
    content: url(../svg/group-1000001992.svg) !important;
}

.new-innovation-Qoute .elementor-widget-container:before {
    color: #061B2B !important;
}

.new-innovation-Qoute .elementor-widget-container {
    max-width: 670px;
	margin:auto !important;
}

.new-innovation-Qoute span {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.new-innovation-last-sec-heading h2 {
    max-width: 676px;
    margin: auto;
}

.new-innovation-last-sec-content div {
    max-width: 629px;
    margin-left: auto !important;
    margin-right: auto !important;
}

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

#page .new-innovation-page-slider .owl-nav .owl-next {
    background: url(../svg/chevron-right.svg) no-repeat center center !important;
    background-color: #D1D1D1 !important;
    border-radius: 50%;
    width: 32px !important;
    height: 32px !important;
}

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

#page .new-innovation-page-slider .owl-nav .owl-next:hover,
#page .new-innovation-page-slider .owl-nav .owl-prev:hover {
    background-color: #333 !important;
}

.new-innovation-lasr-section {
    margin-left: 6em;
    margin-right: 6em;
}

.new-innovo-DE-book-Sec div {
    max-width: 661px;
}

@media screen and (min-width: 1600px) and (max-width:1920px) {
    .new-innovo-section-max-width-first-sec {
        padding-bottom: 15em !important;
    }
}

@media screen and (min-width: 1920.5px) {
    .new-innovo-section-max-width .elementor-container {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
    .new-innovo-section-max-width-first-sec {
        padding-bottom: 20em !important;
    }
}

@media screen and (max-width: 1024px) and (min-width:768px) {
    .new-innovo-boxes-row1 .icon-box-content p,
    .new-innovo-boxes-row2 .icon-box-content p {
        min-height: 176px;
        max-width: 312px;
    }
    #page .new-innovo-boxes-row2 .icon-box-content a,
    #page .new-innovo-boxes-row1 .icon-box-content a {
        white-space: normal;
    }
    .new-innovo-boxes-row1 .icon-box-content h5,
    .new-innovo-boxes-row2 .icon-box-content h5 {
/*         min-height: 84px; */
        max-width: 312px;
    }
    .new-innovo-boxes-EN .new-innovo-boxes-row1 .icon-box-content p,
    .new-innovo-boxes-EN .new-innovo-boxes-row2 .icon-box-content p {
        min-height: 180px;
    }
    .new-innovo-boxes-EN p {
        min-height: 180px;
    }
    .new-innovo-boxes-EN .new-innovo-boxes-row1 .icon-box-content h5,
    .new-innovo-boxes-EN .new-innovo-boxes-row2 .icon-box-content h5,
    .new-innovo-boxes-EN h5 {
        min-height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .new-innovo-yellow-sec-clip-path {
        clip-path: unset !important;
        background-color: #FFD302;
        background-image: none !important;
    }
    .new-innovo-yellow-sec-clip-path a {
        white-space: normal !important;
    }
/*     .new-innovo-calender {
        margin-left: 20px;
        margin-right: 20px;
    } */
}

@media screen and (max-width: 767px) {
    .new-innovation-lasr-section {
        margin-left: 1em;
        margin-right: 1em;
    }
    .new-innovation-pyramid-steps-step1,
    .new-innovation-pyramid-steps-step2,
    .new-innovation-pyramid-steps-step3,
    .new-innovation-pyramid-steps-step4,
    .new-innovation-pyramid-steps-step5 {
        padding-right: 0;
    }
    .new-innovation-pyramid-steps .elementor-widget-container {
        min-width: unset;
        width: 100%;
    }
    .new-innovation-pyramid-steps .elementor-widget-container:after {
        top: 0;
    }
}


/** new innovation page 1/8/2022 **/


/*** new innovation ***/

.new-innovo-green-txt h2 {
    max-width: 689px;
}

.new-innovo-green-txt-contet div {
    max-width: 661px;
}

.as-new-innovation .innovation-profit-block>div {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(194, 209, 217, 0.4) !important;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03) !important;
    backdrop-filter: blur(32px) !important;
}

.new-innovation-author-pos>div {
    background: linear-gradient(123.39deg, #74A66D 40.48%, #899A1D 94.79%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}

.new-innovo-calender {
    background: linear-gradient(268.46deg, #EB5757 0.18%, #EBA34C 79.37%);
    padding: 5px;
    border-radius: 10px 10px 7px 7px;
}

@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;
}

ul.md-login-log-out a:hover {
    background: linear-gradient(102.09deg, #429BDD 30.84%, #44519C 83.85%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    text-fill-color: transparent!important;
}

ul.md-login-log-out a:hover .md-full-slash {
    background: unset!important;
    -webkit-background-clip: unset!important;
    -webkit-text-fill-color: unset!important;
    background-clip: unset!important;
    text-fill-color: unset!important;
    color: #061B2B !important;
}

/* .mega-sub-menu a:hover span {
    transform: translateX(10px)!important;
    background: linear-gradient(102.09deg, #429BDD 30.84%, #44519C 83.85%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    text-fill-color: transparent!important;
} */

ul.md-login-log-out a:hover {
    background: linear-gradient(102.09deg, #429BDD 30.84%, #44519C 83.85%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    text-fill-color: transparent!important;
}

ul.md-login-log-out a:hover .md-full-slash {
    background: linear-gradient(102.09deg, #061B2B 30.84%, #061B2B 83.85%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    text-fill-color: transparent!important;
}

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

#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;
}
@media (max-width: 1500px){
#page .new-innovo-boxes-row2 a, #page .new-innovo-boxes-row1 a {
    font-size: 13px !important;
}
}
@media screen and (max-width: 1024px)
{
/* .new-innovo-calender {
    margin-left: 20px;
    margin-right: 20px;
} */
}
@media (max-width: 767.5px){
.innovation-quote .elementor-widget-container::before {
    left: -45px;
    font-size: 60px;
}
}
.innovation-quote-DE-New .elementor-widget-container:before {
    top: -60px !important;
}
.new-innovation-Qoute .elementor-widget-container:before {
    color: #061B2B !important;
    left: 30px;
}

.innovation-quote .elementor-widget-container:before {
    left: -30px;
    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;
}
@media (max-width: 1325px) {
  .page-container,
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .as-archive-footer ul li {
    margin-left: 0;
  }
}
@media (max-width: 1024.5px) {
  .new-home-intro-large-img img {
    /* 	  max-width: 100%; */
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
  }
  .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 !important;
    font-size: 60px;
  }
}
@media (max-width: 600.5px) {
  #page .innovation-help-sec,
  #page .innovation-profit-sec {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@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;
  }
  .transformation-business-growth-block .elementor-widget-ohio_icon_box {
    box-shadow: 27px 32px 42px -26px rgba(0, 0, 0, 0.12);
  }
}
@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: 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;
  }
  .new-home-calender-txt-part .elementor-widget-wrap {
    padding: 4em 1.5em 0 1.5em !important;
  }
}
@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){
	.new-innovo-yellow-sec-clip-path {
    clip-path: unset !important;
		background-color:#FFD302;
		background-image:none !important;
}
	.new-innovo-yellow-sec-clip-path a{
   white-space:normal !important;
}
/* 	.new-innovo-calender{
		margin-left:20px;
		margin-right:20px;
	} */
}
@media screen and (max-width:767px){
	.new-innovation-lasr-section{
		margin-left:1em;
		margin-right:1em;
	}
	.new-innovation-pyramid-steps-step1 ,
	.new-innovation-pyramid-steps-step2 ,
	.new-innovation-pyramid-steps-step3 ,
	.new-innovation-pyramid-steps-step4 ,
	.new-innovation-pyramid-steps-step5 {
		padding-right:0;
	}
	.new-innovation-pyramid-steps .elementor-widget-container {
		min-width:unset;
		width:100%;
	}
	.new-innovation-pyramid-steps .elementor-widget-container:after{
		top:0;
	}
	.yellow-sec .transformation-DE-New-Stefan-des:after {
		content: url(../svg/arrow-book-a-free-call.svg);
		position: absolute;
		right: -11px;
		top: 34px;
	}

}
@media(max-width:1500px){
	#page .new-innovo-boxes-row2 a, #page .new-innovo-boxes-row1 a{
		font-size:13px !important;
	}
	
}
@media screen and (max-width:1362px) {
	.new-innovo-boxes-row2 .icon-box-content h5 {
		min-height: 84px;
	}
}

.new-edit-text-arrow:after {
	right: -20px !important;
    top: 66px !important;
}
.culture-slider-logos .eicon-chevron-right:hover:before ,
.culture-slider-logos .eicon-chevron-left:hover:before {
	background:#333 !important;
}
@media screen and (max-width:767px) {
	.new-edit-text-arrow:after {
		right: -2px !important;
		top: 42px !important;
	}
}
.transformation-New-EN-pyramid div span:hover{
	background:linear-gradient(114.53deg, #3c569b 12.57%, #3c7dd4 65.67%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/** 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;
	position:relative;
	margin:0;
}
.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;
	max-width:550px;
}
.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;
	}
	.child-service-shortcode .elementor-shortcode > div{
		display:block !important;
	}
	.child-service-shortcode .elementor-shortcode > div > div{
		width:100% !important;
	}
	.child-service-shortcode .elementor-shortcode .innovation-expertise-col-one{
		margin-bottom:20px !important;
	}
/* 	.innovation-expertise-sec .innovation-expertise-col-two ul li, 
	.innovation-expertise-sec .innovation-expertise-col-one ul li{
		max-width:260px;
	} */
}
@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-sec .innovation-expertise-col-two ul li, 
	.innovation-expertise-sec .innovation-expertise-col-one ul li{
		max-width:260px;
	}
}
/** sub service page start **/
.sub-service-breadcrump{
	display: flex;
    align-items: center;
	flex-direction: row;
    flex-wrap: wrap;
}
.sub-service-breadcrump a {
   font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
    color: #fff;
}
.sub-service-breadcrump span{
	color:#737D90;
}
.intro-title-New h2 {
	max-width:700px;
}
.intro-txt-New div{
	max-width:628px;
}
.sub-service-breadcrump img {
    margin: 0 10px;
}
.new-sub-service-yellow-sec-clip-path .elementor-widget-ohio_icon_box{
	background: linear-gradient(180deg, rgba(80, 88, 158, 0.9) 0%, rgba(58, 67, 131, 0.9) 100%);
	box-shadow: 0px 30px 30px -2px rgba(16, 24, 40, 0.05);
	border-radius: 10px;
}
#page .new-sub-service-yellow-sec-clip-path .new-innovo-boxes-row2 a, #page .new-sub-service-yellow-sec-clip-path .new-innovo-boxes-row1 a{
	color:#fff !important;
}
#page .new-sub-service-yellow-sec-clip-path .new-innovo-boxes-row2 a:after, #page .new-sub-service-yellow-sec-clip-path .new-innovo-boxes-row1 a:after {
    content: url(../png/masked-icon-1.png) !important;
    right: -20px !important;
    bottom: 9px !important;
}
.yellow-sec .sub-service-stefan:after{
	content: url(../png/white-chevron.png);
    position: absolute;
    right: 6px;
    top: 55px;
}
.sub-service-book-sec span{
	background: linear-gradient(110.46deg, #3EB4E7 -0.03%, #6271AF 100.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.new-sub-service-yellow-sec-clip-path {
	clip-path:polygon(0% 5%, 100% 0%, 100% 88%, 0% 98%);
}
.sub-service-team-card .ohio-widget  .team-member .card-details .author{
	    text-align: start !important;
}
.sub-service-related-tool-txt div{
	max-width: 966px;
	margin:auto;
}
.sub-service-related-card > div {
	background: linear-gradient(180deg, rgba(80, 88, 158, 0.9) 0%, rgba(58, 67, 131, 0.9) 100%);
	box-shadow: 0px 30px 30px -2px rgba(16, 24, 40, 0.05);
	border-radius: 10px;
}
.sub-service-related-card a ,
.sub-service-related-card a:hover {
	background: linear-gradient(114.53deg, #6FCDF5 12.57%, #A495F5 65.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.sub-service-card-txt div{
	min-height:97px;
}
.sub-service-related-card img{
	margin-bottom:-140px;
}
.sub-service-page-partner-sec .card-details{
	margin-top:20px;
	margin-bottom:20px;
}
.sub-service-page-partner-sec .card-details .author{
	text-align:left;
}
.sub-service-page-partner-sec .card-details .author .title{
	margin-bottom:10px
}
.sub-service-page-partner-sec .card-details .author .author-details {
	background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	min-height:32px;
}
.related-service-partner {
	padding-left:0;
}
.related-service-partner li {
	margin-bottom:15px !important;
	position:relative;
	padding-left:35px;
}
.sub-service-page-partner-des div{
	max-width:302px;
}
.sub-service-page-partner-des-one div{
	min-height:187px;
}
.sub-service-page-partner-des-two div{
	min-height:153px;
}
.related-service-partner li.digital:before{
	background:url(../png/digital-transformation-practice-copy.png);
	position:absolute;
	left:0;
	content: " ";
	width:24px;
	height:24px;
	background-position:center;
	background-size:cover;
}
.related-service-partner li.innovation:before{
	background:url(../png/innovation-practice-copy.png);
	position:absolute;
	left:0;
	content: " ";
	width:24px;
	height:24px;
	background-position:center;
	background-size:cover;
}
.related-service-partner li.brand:before{
	background:url(../png/brand-customer-experience-copy.png);
	position:absolute;
	left:0;
	content: " ";
	width:24px;
	height:24px;
	background-position:center;
	background-size:cover;
}
.related-service-partner li.culture:before{
	background:url(../png/culture-organizational-change-practice-copy.png);
	position:absolute;
	left:0;
	content: " ";
	width:24px;
	height:24px;
	background-position:center;
	background-size:cover;
}
.related-service-partner li.IT:before{
	background:url(../png/it-strategy-business-alignment-practice-copy.png);
	position:absolute;
	left:0;
	content: " ";
	width:24px;
	height:24px;
	background-position:center;
	background-size:cover;
}
.sub-service-page-stand-card h5.icon-box-heading {
	max-width:187px;
}
.sub-service-page-stand-card-three h5.icon-box-heading{
	max-width:235px;
}
.sub-service-page-stand-sec ,
.sub-service-page-discover-sec {
	clip-path:polygon(0% 11%, 100% 0%, 100% 88%, 0% 98%);
}
.new-sub-service-page-pyramid-txt div{
	max-width:521px;
}
.new-sup-service-pyramid-step .transformation-pyramid-steps div{
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.new-sup-service-pyramid-step h5{
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	margin-bottom:15px;
}
.sub-service-page-pyramid-call-txt div{
	max-width:372px;
}
.sub-service-page-pyramid-call-txt div span {
	background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.new-sup-service-pyramid-btn a{
	position:relative;
}
.new-sup-service-pyramid-btn a:before{
	content:url(../svg/arrow-1.svg);
	position:absolute;
	right:-60px;
	bottom:18px;
}
.new-sub-service-page-profit-title h2{
	max-width:855px;
	margin:auto !important;
}
.new-sub-service-page-profit-title h2 span{
	background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.sub-service-page-profit-card > div{
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(194, 209, 217, 0.4);
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	padding:20px 25px !important;
}
.sub-service-page-qoute div{
	max-width:725px !important;
	position:relative;
	margin:auto !important;
}
.sub-service-page-qoute div:before{
	content:url(../png/unnamed-file.png);
	position:absolute;
	left: -85px;
    top: -25px;
}
.sub-service-page-qoute-label h6{
	max-width:725px;
	margin:20px auto 0;
}
.sub-service-page-library-txt span{
	background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.sub-service-page-library-txt h2 {
	max-width:484px;
}
.sub-service-page-library-label div{
	max-width:351px;
}
.sub-service-page-libary-sec {
	margin-left:6em;
	margin-right:6em;
	position:relative;
}
.sub-service-page-libary-sec:before{
	position:absolute;
	content:url(../svg/50-unite-models-free-to-download.svg);
	top:-29px;
	right:3em;
	z-index:9;
}
.sup-service-page-intro-sec{
	clip-path:polygon(0% 0%, 100% 0%, 100% 83%, 0% 98%);
}
.new-sub-service-yellow-sec-clip-path-custom{
	clip-path:polygon(0% 5%, 100% 0%, 100% 93%, 0% 98%) !important;
}
@media screen and (max-width:1024px){
	.sup-service-page-intro-sec ,
	.new-sub-service-yellow-sec-clip-path ,
	.sub-service-page-discover-sec ,
	.sub-service-page-stand-sec, 
	.sub-service-page-discover-sec{
		clip-path:unset !important;
	}
	.sub-service-page-partner-des-one div ,
	.sub-service-page-partner-des-two div ,
	.sub-service-page-partner-sec .card-details .author .author-details ,
	.sub-service-card-txt div{
		min-height:unset;
	}
	.sup-service-page-intro-sec ,
	.new-sub-service-yellow-sec-clip-path ,
	.sub-service-page-discover-sec {
		background-image:unset !important;
		background-color:#3c4c81;
	}
	.sub-service-page-stand-sec {
		background-image:unset !important;
		background-color:#f6f9fc;
	}
	.sub-service-related-card img{
		margin-bottom:unset;
	}
	.sub-service-page-qoute div:before{
		content:" ";
	}
	.sub-service-page-libary-sec{
		margin-left:2em;
		margin-right:2em;
	}
	.innovation-expertise-sec .innovation-expertise-col-two, .innovation-expertise-sec .innovation-expertise-col-one {
		margin:0 !important;
	}
}
@media screen and (max-width: 500px){
	.sub-service-page-libary-sec {
	margin-left:1em;
	margin-right:1em;
	position:relative;
}
	.sub-service-page-qoute div:before{
		left: -16px;
    top: -61px;
	}
}

/** sub service page end **/

/** digital sub service **/
.digital-sub-service-section-title h2{
	max-width:520px;
}
.digital-sub-service-section-title h2 span {
	background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.digital-sub-service-section-sub-title h4 {
	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-sub-service-section-content div {
	max-width:521px;
}
.digital-sub-service-section-stefan div {
	max-width:325px;
	position:relative;
	padding-left:75px;
}
.digital-sub-service-section-stefan div:before {
	content:url(../png/stefan-2.png);
	position:absolute;
	left:0;
	bottom:-13px;
}
.dynamic-digital-row-one p{
	min-height:203px !important;
}
/** culture sub service **/
.culture-sub-service-sec-title h2{
	max-width:577px;
}
.culture-sub-service-sec-title h2 span {
	background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.culture-sub-service-sec-content div {
	max-width:435px;
}
.culture-sub-service-sec-stefan div{
	position:relative;
	padding-left:75px;
}
.culture-sub-service-sec-stefan div:before{
	content:url(../png/stefan-2.png);
	position:absolute;
	left:0;
	bottom:-13px;
}
.culture-sub-service-sec-btn a{
	box-shadow: 0px 4px 16px -14px rgba(0, 0, 0, 0.1);
	position:relative;
}
.culture-sub-service-sec-btn a:before{
	content:url(../png/group-1000003121-7.png);
	right:-70px;
	bottom:7px;
	position:absolute;
}
/** it sub service **/
.it-sub-service-section-title h2{
	max-width:500px;
}
.it-sub-service-section-title h2 span {
	background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.it-sub-service-section-content div {
	max-width:454px;
}
.it-sub-service-section-stefan div{
	position:relative;
	padding-left:75px;
}
.it-sub-service-section-stefan div:before{
	content:url(../png/stefan-2.png);
	position:absolute;
	left:0;
	bottom:-13px;
}
.it-sub-service-sec-btn a {
	box-shadow: 0px 4px 16px -14px rgba(0, 0, 0, 0.1);
	position:relative;
}
.it-sub-service-sec-btn a:before{
	content:url(../png/group-1000003121-7.png);
	right:-70px;
	bottom:7px;
	position:absolute;
}
/** experience-design sub service **/
.design-sub-service-section-title h2{
	max-width:537px;
}
.design-sub-service-section-title h2 span {
	background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.design-sub-service-section-content ul {
	list-style:none;
	padding-left:0;
}
.design-sub-service-section-content ul li {
	position:relative;
	padding-bottom:5px;
	padding-left:40px;
}
.design-sub-service-section-content ul li:before{
	content: url(../svg/bullet-arrow-1.svg);
    position: absolute;
    left: 0;
    width: 22px;
    height: 4px;
    top: -3px;
}
.design-sub-service-section-stefan div{
	position:relative;
	padding-left:75px;
}
.design-sub-service-section-stefan div:before{
	content:url(../png/stefan-2.png);
	position:absolute;
	left:0;
	bottom:-13px;
}
.design-sub-service-section-btn a {
	box-shadow: 0px 4px 16px -14px rgba(0, 0, 0, 0.1);
	position:relative;
}
.design-sub-service-section-btn a:before{
	content:url(../png/group-1000003121-7.png);
	right:-70px;
	bottom:7px;
	position:absolute;
}
div.sub_service {
  height: auto !important;
}
.read-more-btn1{
    margin-top: 10px !important;
	display:block;
	fill: #061B2B;
    color: #061B2B;
    background: #F2C94C !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
    border: none;
	    cursor: pointer;
}
.read-more-btn3{
    margin-top: 10px !important;
	display:block;
	fill: #061B2B;
    color: #061B2B;
    background: #F2C94C !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
    border: none;
	    cursor: pointer;
}
.read-more-btn2{
	display:block;
	fill: #061B2B;
    color: #061B2B;
    background: #F2C94C !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
    border: none;
    margin-top: 10px !important;
	 cursor: pointer;
}
.read-more-btn4{
	display:block;
	fill: #061B2B;
    color: #061B2B;
    background: #F2C94C !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
    border: none;
    margin-top: 10px !important;
	 cursor: pointer;
}
.read-more-text{
	margin-top:10px;
}
.read-more-text2{
		margin-top:10px;
}
.page-id-98101 #page .new-innovo-boxes-row2 a{
	min-height:50px;
}
.page-id-98101 .new-innovo-boxes-EN .new-innovo-boxes-row1 .icon-box-content p, .new-innovo-boxes-EN .new-innovo-boxes-row2 .icon-box-content p {
	min-height:183px;
}
.page-id-98101 .new-innovo-boxes-row2 .icon-box-content h5{
	min-height:84px;
}
.path-section-clip {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}
.questions-accordion .elementor-accordion-item {
    border: none !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 25px;
}
.inner-service-col p{
	min-height:360px !important;
}
.inner-service-col h5 {
	min-height:84px !important;
}

@media screen and (min-width:1025px){
	.digital-inner-item-col h5{
		min-height:56px !important;
	}
	.inner-culture-item p{
		min-height:204px !important;
	}
	.culture-item-col-new p {
		min-height:240px !important;
	}
	.culture-partner-list {
		min-height: 120px;
    	display: flex;
    	align-items: end;
	}
	.culture-partner-list-two {
		min-height: 124px;
    	display: flex;
    	align-items: end;
	}
	.culture-partner-content div {
		min-height:216px !important;
	}
	.it-item-col-new p {
		min-height:184px !important;
	}
	.it-item-heading h5 {
		min-height:56px !important;
	}
}

@media screen and (max-width:767px){
	.as-ques-section{
		clip-path:unset !important;
		background-image:unset !important;
		padding:4em 1em 5em 1em !important;
	}
}

#page .sub_service-custom h5 {
	min-height:84px !important;
}
#page .sub-service-custom-two h5 {
	min-height:112px !important;
}
@media screen and (max-width:605px){
	.new-innovation-detailed-list-item li:nth-child(2):before {
		bottom:37px !important;
	}
}
@media screen and (max-width:535px){
	.new-innovation-detailed-list-item li:nth-child(3):before {
		bottom:60px !important;
	}
}
@media screen and (max-width:395px){
	.new-innovation-detailed-list-item li:nth-child(3):before {
    	bottom: 85px !important;
	}
	.new-innovation-detailed-list-item li:last-child:before {
		bottom:60px !important;
	}

}
#page .custom-it-single-service h5 ,
#page .custom-design-title h5  {
	min-height:84px !important;
}
