/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 2.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* Start  Style.css main site code */

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

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

#ra-remove {
    display: none !important;
}

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

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

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

.review_slider p {
    font-family: "Ubuntu", Sans-serif;
    font-size: 22px;
    letter-spacing: 1.05px;
    line-height: 34px;
    font-weight: 500;
}

.review_slider img {
    display: block;
    margin: 20px auto;
    border-radius: 50% !important;
}

.landing-testmonial-img {
    width: 160px;
    height: 160px;
    margin: 20px auto;
}

.landing-testmonial-img img {
    min-width: 100%;
    height: 100%;
}

.review_slider .clb-slider {
    text-align: center;
}

.keep {
    opacity: 0.1;
}

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

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

.sa-er-p p {
    width: 100%;
    margin: 0px 0 10px auto;
    max-width: 635px;
}

.sa-er-icon .elementor-icon-box-title {
    margin: 0.3em;
}

.sa-er-testmonial h4 {
    font-family: "Ubuntu", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #061b2b;
}

.sa-er-testmonial p {
    font-family: "Ubuntu", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #061b2b;
    line-height: 26px;
    letter-spacing: 0.3px;
}

.sa-er-testmonial p:nth-child(3) {
    font-weight: 500;
}

.sa-er-p-2 p {
    width: 93%;
    margin-left: 0 !important;
}

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

.sa-er-mb .elementor-widget-wrap {
    padding-bottom: 0 !important;
}

/* New Header For Landing */
body:not(.home) .header {
    background: #f6b59700;
    border-style: none !important;
    top: unset;
}

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


figcaption {
    margin-right: 30px !important;
}

/* Dynamic Sections Css Style */
.cs_related_model_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.cs_related_model_block {
    width: 47%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin: 0.8em;
}

.cs_image_holder,
.cs_related_category_block .cs_image_holder {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.sa-er-bg::after {
    content: "";
    width: 100%;
    height: 150%;
    position: absolute;
    background-color: #8fcecde6;
    right: -100%;
}

.sa-er-bg::before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    background-color: #8fcecde6;
    bottom: -200px;
}

.cs_text_container {
    padding: 20px 20px 0 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-content: end;
}

.cs_text_container h3,
.cs_related_category_row h2 {
    color: #0c1b2a;
    font-family: "Ubuntu", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cs_text_container p {
    text-align: left;
    color: #061b2c;
    font-family: "Ubuntu", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.cs_text_container a {
    color: #5dbebd;
    font-family: "Ubuntu", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cs_related_category_container {
    display: flex;
    flex-direction: column;
}

.cs_related_category_container .cs_related_category_row {
    display: flex;
    flex-direction: column;
    padding: 2em 0;
}

.cs_related_category_row_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cs_related_page_block {
    width: 16.66%;
    padding: 0 0.3em;
    min-width: 16.66%;
}

.cs_image_holder img {
    width: 100%;
    height: auto;
}

.cs_related_category_row h2 {
    font-size: 18px;
}

.sa-er-mr-320 .elementor-widget-container {
    margin-right: 0 !important;
}

.sa-er-mr-320 .elementor-widget-container {
    margin-right: 0 !important;
}

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

.at-l-testmonial {
    /*height:800px;*/
}

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

.cs_related_page_block:last-child .cs_image_holder::after {
    opacity: 1;
    color: white;
}

.cs_related_page_block:last-child h3 {
    color: #5dbebd;
    font-family: "Ubuntu", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 15px;
    position: relative;
}

.cs_related_page_block:last-child h3::before {
    content: "\f3d1";
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    font-family: "Ionicons";
    font-style: normal;
    line-height: 1;
}

.cs_related_model_block a {
    position: relative;
    margin-left: 15px;
}

.cs_related_model_block a::before {
    content: "\f3d1";
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    font-family: "Ionicons";
    font-style: normal;
    line-height: 1;
}

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

/* closing menu from overlay end */
.page-id-278 .header-wrap.page-container,
.single .header-wrap.page-container,
.archive .header-wrap.page-container,
.search .header-wrap.page-container {
    padding: 0px 8px 0px 0;
    height: 14vh;
}

.single p {
    line-height: 24px;
}

.at-l-new-col-color {
    /*background-color: #8FCECDE8;*/
    background-color: #8fcecdfa;
}

.at-l-new-col-color:after {
    background-color: #8fcecdfa;
}

#page .at-l-new-col-color .elementor-widget-wrap {
    background-color: unset !important;
}

#page .at-l-new-col-color:before {
    background-color: unset !important;
}

.at-l-new-col-color::after {
    top: 0;
}

.at-unite-new-intro-col .cs-scroll-to-signup,
#page .at-l-sign-up-btn,
#page .at-l-login-btn {
    width: unset;
}

.at-l-intro-btns-container .elementor-widget-wrap {
    padding: 0 !important;
    flex-direction: row;
}

.at-l-intro-btns-container .cs-scroll-to-signup {
    min-width: 280px;
    margin-left: 10px;
}

.at-l-intro-btns-container .cs-scroll-to-signup a {
    width: 100%;
}

#page .at-l-new-intro-sec {
    margin-top: 2em;
}

#page .at-l-new-image-btn .elementor-button-wrapper {
    display: flex;
    justify-content: flex-end;
}

#page .at-l-new-image-btn a span.download-inner-span {
    font-size: 10px !important;
}

.at-l-new-image-btn svg .cls-1 {
    fill: #fff !important;
}

.at-l-new-image-btn svg {
    width: 37.5px;
    margin-top: -5px;
    margin-right: 8px;
}

#page .at-l-new-image-btn a {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

#page p,
#page a,
#page div,
#page span,
#page li {
font-family: "Ubuntu" !important;
}

::placeholder {
    font-family: "Ubuntu" !important;
}

@media (max-width: 1440px) and (min-width: 1101px) {
    .sa-er-p-6 p {
        width: 95%;
        margin-left: 0;
    }

    .sa-er-mr-320 .elementor-widget-container {
        margin-right: 0 !important;
    }

    .sa-er-space {
        width: 5% !important;
    }

    .sa-er-edge {
        left: 10% !important;
    }

    /* 	.sa-er-down .elementor-element-28aabb4 {
margin-top: 3.5em;
} */
}

@media (max-width: 1024px) and (min-width: 991px) {
    .cs_related_model_block {
        width: 90%;
        margin: 1em auto;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #page .flex-no-wrap .elementor-container {
        flex-wrap: nowrap;
    }
}


.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-overlay *,
.pum-overlay :after,
.pum-overlay :before,
.pum-overlay:after,
.pum-overlay:before {
    box-sizing: border-box;
}

.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 26514: Default Theme */
.pum-theme-26514,
.pum-theme-default-theme {
    background-color: rgba(255, 255, 255, 1);
}

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

html {
    overflow-x: hidden !important;
}

.hidden {
    display: none !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;
}

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

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

.cs_related_page_block .cs_image_holder {
    width: 100%;
}

.cs_related_page_block h3 {
    font-size: 13px;
    font-weight: 500;
    font-family: "Ubuntu", Sans-serif;
    margin-top: 13px;
    margin-bottom: 13px;
}

.ra-complete-bg:before {
    content: "";
    background: #041927;
    width: 100%;
    height: 90%;
    bottom: 0px;
    display: block;
    position: absolute;
    top: 0;
}

.archive,
.search {
    overflow-x: visible !important;
}

.single .elements-bar.left {
    display: none !important;
}

.page-id-278 .elements-bar.left,
.single .elements-bar.left,
.archive .elements-bar.left,
.search .elements-bar.left {
    display: none;
}

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

.cs_related_model_block p a {
    margin-left: 0;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.cs_related_model_block p a:before {
    content: none;
}

.page-id-278 .elements-bar.left,
.single .elements-bar.left,
.archive .elements-bar.left,
.search .elements-bar.left {
    display: none;
}

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

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

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

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

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

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

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

.wpb_wrapper::after,
.elementor-widget-container::after {
    content: unset !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;
}

.cs_related_category_row_inner .cs_image_holder::after {
    content: none !important;
}

/* .single ul {
    padding-left: 0 !important;
}
 */
/* fixes on single unite page start */
#page .at-l-new-col-color .title {
    letter-spacing: -0.03em !important;
}

.sa-er-testmonial h4 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
}

.clb-slider.-nav-offset .prev-btn {
    left: -218px;
    color: #000;
}

.clb-slider.-nav-offset .next-btn {
    right: -96px;
    color: #000;
}

.cs_related_category_row h2 {
    margin-bottom: 20px !important;
}

/* fixes on single unite page end */
.at-l-new-col-color:after {
    height: 100%;
}

footer span.elementor-button-text {
    /*   color: #fff; */
}

/*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: "▾";
}

/* fixes on single unite page */
.scroll-black-btn .elementor-button-wrapper a,
.land-btn-blue a {
    color: #fff;
}

.sa-er-icon h4 {
    line-height: 50px;
    margin-bottom: 10px !important;
}

/* fixes on unite page */
#pum-62120 {
    background: #44509c54 !important;
}

/* md banuer staven barthday*/
.staven-barth-day-md-contenert {
    display: none;
}


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

.clb-title,
h2 {
    font-family: "Ubuntu", ubuntu !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;
}

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

@media (min-width: 1150px) {
    .sa-er-max-width {
        max-width: 600px;
        width: 500px !important;
        margin: 0 auto;
    }
}

@media (max-width: 1367px) and (min-width: 1281px) and (orientation: landscape) {
    .sa-er-mark .elementor-widget-wrap.elementor-element-populated {
        padding: 10px 100px !important;
    }

    .sa-er-remove {
        display: none !important;
    }

    .cs_related_model_block {
        width: 46%;
    }

    .cs_text_container h3,
    .cs_related_category_row h2 {
        font-size: 13px;
    }

    .cs_text_container p {
        font-size: 10px;
    }
}

/*@media (max-width: 1600.5px) {*/
    .at-l-intro-mob-margin {
        padding-bottom: 15%;
    }

    .at-l-intro-mob-margin::before {
        height: 268px;
        bottom: -69px;
    }
/*}*/

@media (max-width: 1440.5px) {
    .at-l-intro-mob-margin::before {
        height: 258px;
    }
}

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

@media (max-width: 1600px) {

    .at-l-new-intro-sec .elementor-container,
    .landing-green-sec .elementor-container {
        min-height: auto !important;
    }
}

@media (max-width: 1366.5px) and (min-width: 1100px) and (max-height: 660px) {

    #page .main-menu-link span,
    #page .main-menu-link {
        font-size: 20px !important;
    }

    .at-l-new-col-color .elementor-widget-image .elementor-widget-container {
        padding-bottom: 0 !important;
        margin-top: 1.63em !important;
    }

    .at-l-new-col-color .heading {
        margin-bottom: 0 !important;
    }

    .at-l-new-col-color .heading .title {
        line-height: 40px !important;
    }

    .at-l-new-col-color .elementor-widget-text-editor {
        margin-top: -15px !important;
    }
}

@media (max-width: 1918.5px) {

    .at-l-new-intro-sec .elementor-container,
    .landing-green-sec .elementor-container {
        min-height: auto !important;
    }
}

.single p,
.single h2,
.single h3,
.single li,
.single span,
.single div,
.single section {
    font-family: "Ubuntu", Ubuntu !important;
}

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

@media (min-width: 767px) {
    #page .at-l-new-col-color .title {
        line-height: 45px;
    }
}

@media (max-width: 1440px) {
    .keep h2 {
        font-size: 12em !important;
    }
}

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

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

/*@media screen and (min-width: 1100px) {*/

/*    .single>#page,*/
/*    .single {*/
/*        overflow-x: unset !important;*/
/*    }*/
/*}*/

.at-l-intro-btns-container .elementor-widget-wrap {
    padding: 0 !important;
    flex-direction: row;
}

@media (max-width: 1335px) {
    #page .at-l-intro-btns-container .cs-scroll-to-signup {
        min-width: unset;
        width: 30%;
    }
}


@media (max-width: 1024.5px) {
    .at-l-intro-btns-container .elementor-widget-wrap {
        flex-direction: column-reverse;
        align-content: flex-end !important;
    }
}

@media (max-width: 691px) {
    .sa-er-head .title {
        width: 95%;
        margin-left: auto;
    }

    .sa-er-testmonial h4 {
        font-size: 19px;
        line-height: 30px;
    }
}

.at-l-intro-btns-container .cs-scroll-to-signup a {
    width: 100% !important;
}

@media screen and (max-width: 1325px) {

    .page-id-54695 .page-container,
    .elementor .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100%;
    }
}

.why-we-use-it a {
    color: #5dbebd;
}

@media (max-width: 691px) {
    .sa-er-head .title {
        width: 95%;
        margin-left: auto;
    }

    .sa-er-testmonial h4 {
        font-size: 19px;
        line-height: 30px;
    }

    .elementor-1580 .elementor-element.elementor-element-412c309 img {
        width: 91% !important;
    }

    /*.elements-bar.left {
        display: none !important;
    }*/
    .sa-er-remove h3 br {
        display: none;
    }

    .right span {
        width: 100% !important;
        display: block !important;
        padding-bottom: 0.5em !important;
    }

    .page-id-14 .clb-slider-outer-stage {
        height: 420px !important;
    }

    .topics br {
        display: none;
    }

    /* 	New logo */

    .logo.with-mobile::before {
        display: none;
    }

    li.mega-menu-item:nth-child(1),
    li.mega-menu-item:nth-child(2),
    li.mega-menu-item:nth-child(3) {
        display: block;
    }

    #mobile-menu>li:nth-child(4) {
        display: none;
    }

    .right {
        display: none;
    }

    .mobile-logo .svg-logo {
        display: block !important;
    }

    .page-id-1580 .header {
        top: unset;
    }

    .sa-er-main .elementor-element-36c581c2>div:nth-child(1) {
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }

    .page-id-1580 .header {
        background: #8fcecdb3;
    }

    .page-id-1580 .mega-menu-item.nav-item.menu-item-depth-0 a {
        color: #fff;
    }

    #mobile-menu li a {
        font-size: 22px;
        line-height: 29px;
        font-weight: 700;
        text-align: left;
        opacity: 1;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
        transition: all 0.4s ease-in-out;
    }

    #mobile-menu li a:hover,
    a.current,
    a.highlighted {
        color: #fdce07;
        transform: translate3d(10px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    }

    .mbl-overlay-container {
        background-image: url("../svg/bg-sec-3-tablet.svg") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 20em !important;
    }

    .mbl-overlay-container {
        display: flex;
        flex-direction: column;
    }

    .mbl-overlay-container .copyright {
        margin-top: 10em !important;
        border-top: 1px solid #697a8a;
    }

    .mbl-overlay-container .copyright a {
        display: none;
    }

    .mbl-overlay-container .copyright p {
        color: #697a8a;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.71px;
        font-weight: 600;
    }

    .header.-mobile .mbl-overlay-container {
        padding: 100px 32px;
    }

    .sec-reoedre-res .team-member {
        display: flex !important;
        flex-direction: column !important;
    }

    .sa-remove-padding .team-member div:nth-child(2) {
        order: 0 !important;
    }

    .sa-remove-padding .team-member div:nth-child(1) {
        order: 1 !important;
    }

    .sa-remove-padding .team-member div:nth-child(4) {
        order: 3;
    }

    .sa-remove-padding .team-member div:nth-child(3) {
        order: 4;
    }

    .clb-popup.hamburger-nav {
        width: 100%;
        max-width: 100%;
    }

    .hamburger-nav:not(.type2):not(.type3) {
        padding: 65px 22px 80px !important;
        background-size: 285px auto;
    }

    .hamburger-nav-details .details-column {
        width: calc(100%);
    }

    .page-id-1580 .header {
        background: transparent !important;
    }

    .sa-er-remove-br .title br {
        display: none;
    }

    .cs_related_model_container {
        flex-direction: column;
    }

    .cs_related_model_block {
        width: 100%;
        margin: 0;
        flex-direction: column;
    }

    .cs_image_holder {
        width: 100%;
    }

    .cs_image_holder img {
        width: 100%;
        height: 100% !important;
    }

    .cs_text_container {
        width: 100%;
        padding: 20px 0 20px 0;
    }

    .page-id-5003 .logo img {
        display: none !important;
    }

    .cs_related_category_row_inner {
        flex-direction: column;
        margin: 0;
    }

    .cs_related_category_block {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .elementor-1580 .elementor-element.elementor-element-412c309 .widget-image-caption {
        margin-top: 0;
    }

    .page-id-5003 .header .logo.with-mobile {
        display: block !important;
    }

    .elementor-5003 .elementor-element.elementor-element-412c309 .widget-image-caption {
        margin-top: 0 !important;
    }

    .header .logo.with-mobile {
        display: block !important;
    }

    .page-id-5003 .elementor-element-3c034ada>div:nth-child(1)::before,
    .page-id-5003 .elementor-element-3c034ada>div:nth-child(1)::after,
    .page-id-7336 div.elementor-inner-column:nth-child(1)>div:nth-child(1)::before,
    .page-id-7336 div.elementor-inner-column:nth-child(1)>div:nth-child(1)::after {
        display: none !important;
    }

    .sa-er-p p {
        width: 100%;
    }

    section.elementor-top-section:nth-child(1) {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .elementor-section.elementor-section-height-full {
        height: auto;
    }

    .sa-er-float {
        top: 8%;
    }

    .sa-er-down .elementor-element-28aabb4 {
        margin-top: 2.5em;
        margin-right: 0.9em;
    }

    .sa-er-down .elementor-element-64e3a33 {
        margin-top: 7.5em;
    }

    .sa-er-down .break {
        display: block;
    }

    .review_slider p {
        font-size: 18px;
        line-height: 29px;
    }

    body:not(.home) .header-cap {
        height: 90px;
    }

    .page-id-14 .logo.with-mobile::before,
    .page-id-7336 .logo.with-mobile::before {
        display: none;
    }

    .elementor-113 .elementor-element.elementor-element-7ee5ca4f>.elementor-widget-container {
        margin: 0;
        padding: 0;
    }

    .elementor-93 .elementor-element.elementor-element-68ac7b69>.elementor-container {
        min-height: 100vh;
    }
}

.ra-full-width-btn a.elementor-button-link.elementor-button.elementor-size-md {
    width: 100%;
    max-width: 440px;
}

.lang-item {
    width: 50px;
    float: right;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body .hamburger-nav .menu .nav-item.lang-item a span {
    font-weight: 100 !important;
    text-transform: uppercase;
    font-size: 22px !important;
}

body .hamburger-nav .menu .nav-item.lang-item a:hover {
    color: #fdcd05;
}

.at-l-intro-btns-container .elementor-widget-wrap {
    padding: 0 !important;
    flex-direction: row;
}

.at-l-intro-btns-container .cs-scroll-to-signup {
    min-width: 280px;
    margin-left: 10px;
}

.at-l-intro-btns-container .cs-scroll-to-signup a {
    width: 100%;
}

.eicon-chevron-right {
    color: white;
}

.eicon-chevron-left {
    color: white;
}

.cs_text_container a:hover,
.why-we-use-it a:hover {
    color: #5dbebd !important;
}

@media (max-width: 1335px) {
    #page .at-l-intro-btns-container .cs-scroll-to-signup {
        min-width: unset;
        width: 30%;
    }

    #page .at-l-intro-btns-container .cs-scroll-to-signup a {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1300px) and (min-width: 1024px) {
    .sa-er-res-offset .elementor-widget-wrap {
        margin: -39em 0em 0em -25em !important;
    }
}

@media (max-width: 768px) and (min-width: 692px) {
    .cs_related_model_container {
        flex-direction: column;
    }
}

@media (max-width: 768px) and (min-width: 692px) {
    .cs_related_model_block {
        width: 90%;
        margin: 1em auto;
    }
}

@media (min-width: 1025px) {
    .at-move-book-right {
        transform: translatex(25em);
    }
}

@media (max-width: 734px) {
    .cs_related_page_block {
        width: 100%;
    }

    #page .keep h2 {
        font-size: 10em !important;
    }
}

@media (max-width: 431px) {
    .landing-stefen-img figcaption {
        margin-right: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 1280px) and (min-width: 1100px) and (orientation: landscape) {
    .cs_text_container p {
        font-size: 10px;
    }
}

@media (max-width: 1024.5px) {
    #page .at-l-intro-btns-container .cs-scroll-to-signup {
        width: 50%;
    }
}

@media (max-width: 1280px) and (min-width: 1100px) and (orientation: landscape) {

    .cs_text_container h3,
    .cs_related_category_row h2 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .elementor-76025 .elementor-element.elementor-element-61a0eb0f>.elementor-widget-container {
        margin: 0px !important;
    }
}

@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: 550.5px) {
    #page .at-l-intro-btns-container .cs-scroll-to-signup {
        width: 80%;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .sa-er-max-width {
        max-width: 700px;
        width: 570px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .cs_related_model_container {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .cs_related_model_block {
        width: 90%;
        margin: 1em auto;
    }
}

@media (max-width: 1024.5px) {
    #page .at-l-intro-btns-container .cs-scroll-to-signup {
        width: 50%;
    }
}


@media (min-width: 1025px) {
    .at-move-book-right {
        transform: translatex(25em);
    }
}

@media (max-width: 550.5px) {
    #page .at-l-intro-btns-container .cs-scroll-to-signup {
        width: 80%;
    }
}

/***********/
.new-single-page-sec-one-heading h2 {
	max-width: 712px;
	margin-inline: auto;
}

.new-single-page-sec-one-sub-header   {
	max-width: 849px;
	margin-inline: auto;
}

/* Proudly developed & shared by start */

.developed {
	margin-top: 60px;
	margin-inline: auto;
    /*max-width: 85%;*/
}

.developed .owl-stage-outer {
	    min-height: 270px;
}
.developed .container .item{
	max-width: 70%;
    margin-inline: auto;
}
.developed .container .row-one{
	display: flex;
	align-items: center;
}
.developed .container .row-one .img-person {
	margin-right: 20px;
}
.developed .container .row-one .img-person img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.developed .container .row-one h3{
	margin-bottom: 10px;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	color: #061B2B;
}
.developed .container .row-one h5 {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 11px;
	color: #667085;
	margin-top: 10px;
	margin-bottom: 10px;
}

.developed .container .row-one .social-links {
	display: flex;
    align-items: center;
}

.developed .container .row-one .social-links a {
	margin-right: 10px;
}

.developed .container .row-one .social-links a i {
	width: 30px;
    height: 30px;
    background-color: #e0e8ec;
    padding: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7d8698;
    border-radius: 4px;
}

.developed .container .row-two p {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #061B2B;
	margin-bottom: 0;
	min-height: 144px;
}

.developed .container .row-three a {
	background: #061B2B;
	border-radius: 4px;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
	height: auto;
    display: block;
    width: fit-content
}
.developed .container .row-three a:hover {
	background:#2b6fa3;
}
.developed .container .row-two {
	margin-bottom: 30px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #D7D7D7;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.owl-carousel .owl-nav button.owl-next span ,
.owl-carousel .owl-nav button.owl-prev span {
	position:relative;
	bottom:2px;
}
.developed .owl-carousel .owl-nav button.owl-next {
	right: -60px;
}

.developed .owl-carousel .owl-nav button.owl-prev {
	left: -60px;
}
/* Proudly developed & shared by end */

/* What the download contains start */
.download {
	margin-top: 50px;
}
.download .container .item{
/* 	width: 18%; */
}
.download .item {
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 20px;
	min-height: 291px;
}
.download .item .item-img {
	position: relative;
/* 	min-height:144px;
	max-height:180px; */
}
.new-single-page-sec-two  {
	margin-top:-150px;
}
.download .item .item-img > img {
	width: 100%;
/* 	min-height:144px; */
}
.download .item .img-pdf  {
	position: absolute;
	top: 0;
	background: linear-gradient(111.42deg, #6271AF -0.03%, #6F97FF 54.15%, #3EB4E7 100%);
	border-radius: 6px;
	padding: 0px 12px;
    color: #ffffff;
}
.download .item .img-pdf i {
    font-size: 15px;
    margin-right: 3px;
}
.download .item .img-pdf span {
    font-weight: 500;
    font-size: 14px;
}
.download .item .img-pdf p {
	color: #fff;
	display: inline;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
}
.download .item .item-content p{
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #061B2B;
/* 	max-width: 160px; */
	margin-top: 40px;
	min-height: 80px;
	text-align:left;
	margin-bottom:0;
}

.download-contains-bottom-box .new-model-download-sec-items {
    padding-left: 20px;
}

.download-contains-bottom-box .new-model-download-sec-items:before {
    content: url('https://z3fbkwkhop-staging.onrocket.site/wp-content/uploads/2022/10/check2-all.png');
    position: absolute;
    left: -10px;
}
/* What the download contains end */

/* Related tools & models start */
.tools {
	margin-top: 50px;
}
.tools .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tools .container .item {
	    width: 30%;
    margin-inline: 1.5%;
    margin-bottom: 160px;
}
.tools .item {
	background: rgba(178, 226, 249, 0.5);
	border-radius: 10px;
	padding: 20px;
	min-height: 406px;
}
.tools .item .item-content {
	text-align: center;
}
.tools .item .item-content h3 {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	color: #061B2B;
	margin-block: 15px;
}
.tools .item .item-content p {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #667085;
	margin-bottom: 0px;
	max-width: 333px;
	margin-left: auto;
	margin-right: auto;
	min-height: 95px
}
.tools .item .item-content a {
	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;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
}
.tools .tool-img {
	position: relative;
}
.tools .tool-img img {
	width: 95%;
    position: absolute;
    top: 50px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #c2d1d966;
    border-radius: 5px;
    box-shadow: 0 12px 19px 10px rgba(0, 0, 0, 0.03);
}
/* Related tools & models end */

/* Related categories start */

#content .categories {
	margin-top: 60px;
    margin-inline: auto;
    /*max-width: 85%;*/
}
.categories .container .item {
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	/*width: 18%;*/
	padding: 20px;
}
.item-models {
	position: absolute;
	top: -5px;
    left: -10px;
}
.item-models p {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	background: linear-gradient(123.39deg, #80C277 -8.28%, #A5BC15 94.79%);
	border-radius: 6px;
	padding: 4px;
	margin: 0;
}
.categories .container .item .item-img {
	position: relative;
}
.categories .container .item .item-img  img {
	width: 100%;
}
.categories .container .item .item-content h3 {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #061B2B;
	margin-block: 7px;
}
.categories .container .item .item-content a {
	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;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

.categories .owl-carousel .owl-nav button.owl-next {
	right: -60px;
}

.categories .owl-carousel .owl-nav button.owl-prev {
	left: -60px;
}
/* Related categories end */

.single-unites .featured-image-sec {
	display: flex;
    justify-content: center;
    margin-top: 25px;
}

.single-unites .featured-image-sec img {
    max-width: 850px;
    border: 10px solid rgba(230, 240, 255, 0.5);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.model-counts-sec .counts-container {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-inline: auto;
	    max-width: 850px;
}

.model-counts-sec .counts-container .item {
	width: 33%;
    padding-inline: 1.5%;
}

.model-counts-sec .counts-container .item .item-content .heading-section {
	display: flex;
    align-items: center
}

.model-counts-sec .counts-container .item .item-content .heading-section h4 {
	color: #ffffff;
    margin-left: 10px;
    font-size: 26px;
	letter-spacing:1px;
}


.model-counts-sec .counts-container .item .item-content p {
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}



.unite-services  {
	    margin-top: 20px;
}
.unite-services .services-container {
	display: flex;
    justify-content: center;
	    flex-wrap: wrap;
}

.unite-services .services-container .service {
	width: 20%;
    padding: 20px 10px;
}

.unite-services .services-container .service .content {
	padding: 15px;
	border-radius: 10px;
	min-height: 290px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.unite-services .services-container .service h2 {
	color: #333333;
    font-size: 18px;
    margin-top: 15px;
    min-height: 52px;
    margin-bottom: 0;
	max-width: 180px;
}

.unite-services .services-container .service p {
	color: #667085;
	max-width: 192px;
    min-height: 144px;
}

.unite-services .services-container .service a {
	font-weight: 700;
    font-size: 17px;
	    display: flex;
    align-items: center;

}

.unite-services .services-container .service a i {
	    margin-left: 15px;
}

.new-single-page-related-models-title h2 {
	max-width: 966px;
	margin-inline: auto
}

.new-single-page-related-models-content.new-model-tools-sec-content  {
	max-width: 966px;
	margin-inline: auto
}

.new-single-goal-sec-content  {
	max-width: 966px;
	margin-inline: auto
}

.new-model-tools-sec-content {
	max-width: 966px;
	margin-inline: auto
}

.single-unites .owl-stage {
	margin-inline: auto;
}

.download .owl-carousel .owl-nav button.owl-next {
	right: -60px;
}

.download .owl-carousel .owl-nav button.owl-prev {
	left: -60px;
}

.download .owl-carousel .owl-stage-outer {
    min-height: 350px;
}
.new-unite-preview-btn a {
	background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
    border-radius: 4px;
}
.new-unite-preview-btn a:hover{
	background:linear-gradient(252.42deg, #4871C3 -16.16%, #445dc1 51.31%, #427EAC 116.02%) !important;
}
.max-widrh-your-opinin {
    max-width: 1050px;
    margin: auto;
}
.md-slider-logs.logos-sec .elementor-image-carousel-wrapper .elementor-swiper-button-next ,
.md-slider-logs.logos-sec .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
	background-color: #D7D7D7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1750px) {
    .unite-services .services-container .service {
        width: 25%;
    }

    .tools .container .item {
        margin-bottom: 230px;
    }

}

@media (min-width: 1600px) and (max-width: 1749.98px) {

    .tools .container .item {
        margin-bottom: 185px;
    }

}


@media (max-width: 1400px) {
	.unite-services .services-container .service {
        width: 25%;
    }

    .tools .container .item {
        margin-bottom: 130px;
    }
	
}

@media (max-width: 1200px) {
	.developed .container .row-one .img-person {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.developed {
		margin-top: 30px;
		max-width: 90%;
		text-align: center;
	}
	
	.developed .owl-stage-outer {
    	min-height: 370px;
	}
	
	.developed .container .row-one {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	

	.developed .container .row-one .social-links {
		justify-content: center;
	}
	
    .unite-services .services-container .service {
        width: 33%;
    }
	
	.tools .container .item {
		margin-bottom: 125px;
	}

}

@media (max-width: 1024px) {
	.unite-services .services-container .service p {
		min-height:unset;
		max-width:unset;
	}
	.single-unites .featured-image-sec img {
		width: 80%;
	}
	
	.developed .container .row-one .img-person {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.model-counts-sec .counts-container .item:last-of-type {
		margin-bottom: 0;
	}
	
	.developed .container .item {
		max-width: 90%;
	}
	
	.developed {
		margin-top: 30px;
		max-width: 90%;
		text-align: center;
	}
	
	.developed .owl-stage-outer {
    	min-height: 370px;
	}
	
	.developed .container .row-one {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	

	.developed .container .row-one .social-links {
		justify-content: center;
	}

	
	.owl-carousel .owl-nav button.owl-prev span,
	.owl-carousel .owl-nav button.owl-next span {
		    line-height: 35px;
	}
	
	.download {
		text-align: center;
	}
	
	.tools .container .item {
		    width: 47%;
        margin-bottom: 150px;
	}

/*     .tools .tool-img img {
        max-width: 300px;
    } */
	
	.tools .item .item-content h3 {
		min-height: 50px;
	}
	
	.unite-services .services-container .service {
		width: 50%;
	}
	
	.categories .owl-carousel .owl-nav button.owl-prev {
		left: -30px;
	}
	
	.categories .owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	
	.download .owl-carousel .owl-nav button.owl-prev {
		left: -30px;
	}
	
	.download .owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	
	.unite-services .services-container .service .content {
		min-height: 265px;
	}
	.new-single-page-sec-two{
		margin-top:-100px;
	}
	
}

@media (max-width: 767px) {
	.download .item .item-content p {
		min-height:unset;
	}
	.flix-md {
		display:block !important;
	}
	.flix-md img {
		margin-bottom:10px;
	}
	.flix-md h6 {
		margin-left:0;
		margin-bottom:10px;
	}
	.md-your-opinion h2 {
		text-align:center;
	}
	.single-unites .featured-image-sec img {
		width: 100%;
	}
	
	.model-counts-sec .counts-container .item:last-of-type {
		margin-bottom: 0;
	}
	
	.developed .container .item {
		max-width: 90%;
	}
	
	.developed {
		margin-top: 30px;
		max-width: 90%;
		text-align: center;
	}
	
	.developed .owl-stage-outer {
    	min-height: 370px;
	}
	
	.developed .container .row-one {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	
	.model-counts-sec .counts-container .item {
		width: 50%;
		margin-bottom: 25px;
	}

	.developed .container .row-one .social-links {
		justify-content: center;
	}
	

	
	.owl-carousel .owl-nav button.owl-prev span,
	.owl-carousel .owl-nav button.owl-next span {
		    line-height: 35px;
	}
	
	.download {
		text-align: center;
	}
	
	.tools .container .item {
		    width: 47%;
        margin-bottom: 120px;
	}

    .tools .item .item-content h3 ,
	.tools .item .item-content p {
		min-height: unset;
	}
	
	.unite-services .services-container .service {
		width: 50%;
	}
	.new-single-page-sec-two {
		margin-top:-50px;
	}
}


@media (max-width: 550.5px) {
	.single-unites .featured-image-sec img {
		width: 100%;
	}
	
	.model-counts-sec .counts-container .item {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.model-counts-sec .counts-container .item:last-of-type {
		margin-bottom: 0;
	}
	
	.developed .container .item {
		max-width: 90%;
	}
	
	.developed {
		margin-top: 30px;
		max-width: 90%;
		text-align: center;
	}
	
	.developed .owl-stage-outer {
    	min-height: 370px;
	}
	
	.developed .container .row-one {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	
	.developed .container .row-one .img-person {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.developed .container .row-one .social-links {
		justify-content: center;
	}
	
	.developed .owl-carousel .owl-nav button.owl-prev {
		left: -20px;
	}
	
	.developed .owl-carousel .owl-nav button.owl-next {
		right: -20px;
	}

	.download .owl-carousel .owl-nav button.owl-prev {
		left: -20px;
	}

	.download .owl-carousel .owl-nav button.owl-next {
		right: -20px;
	}

	
	.owl-carousel .owl-nav button.owl-prev span,
	.owl-carousel .owl-nav button.owl-next span {
		    line-height: 35px;
	}
	
	.download {
		text-align: center;
	}
	
	.tools .container .item {
		width: 100%;
        margin-bottom: 100px;
	}

/*     .tools .tool-img img {
         top: 30px;
        width: 85%;
        max-width: 270px;
    } */
	
	.categories .owl-carousel .owl-nav button.owl-prev {
		left: -20px;
	}
	
	.categories .owl-carousel .owl-nav button.owl-next {
		right: -20px;
	}
	
	.unite-services .services-container .service {
        width: 100%;
    }

    .download-contains-bottom-box {
        margin-bottom: 10px;
    }
	
}

@media screen and (max-width:1385px) and (min-height:1025px){
	.developed .container .row-two p {
		min-height:120px;
	}
}



/************** share your work **************/
.share-sec-one {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.share-sec-one-sub-heading h5,
.share-sec-one-sub-heading h2 {
    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;
	max-width: 632px;
}
.content-sec-one div {
	max-width:632px;
}
.share-sec-one-chevron h6 {
    position: relative;
    width: fit-content;
}

.share-sec-one-chevron h6:before {
    content: url("../svg/arrow-up.svg");
    position: absolute;
    right: -65px;
    bottom: -7px;
}

.share-sec-two {
    clip-path: polygon(0 28%, 100% 0, 100% 72%, 0 100%);
}

.share-sec-two-heading h2 {
    position: relative;
    width: fit-content;
    max-width: 776px;
    margin: auto;
}

.share-sec-two-heading h2:before {
    position: absolute;
    content: url("../png/1.png");
    left: -110px;
}

.share-sec-two-content div {
    max-width: 850px;
    margin-left: auto !important;
    padding-left: 86px;
    margin-right: auto !important;
}

.share-sec-two-stefan div {
    max-width: 760px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    padding-left: 134px;
    margin-top: 25px;
	font-size:12px;
	font-weight:500;
}

.share-sec-two-stefan div:before {
    content: "";
    position: absolute;
    left: 45px;
    top: 0px;
    width: 64px;
    background: url(../webp/stefan_dieffenbacher-quote.webp);
    height: 64px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.achieved-title h2 {
    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;
}

.boxes-section .col-one-number h4 {
    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;
	min-height:47px;
}

.boxes-section .col-two-number h4 {
    background: linear-gradient(268.46deg, #F07300 0.18%, #FFB800 79.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	min-height:47px;
}

.boxes-section .col-three-number h4 {
    background: linear-gradient(123.39deg, #80C277 -8.28%, #A5BC15 94.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	min-height:47px;
}

.boxes-section .col-four-number h4 {
    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;
	min-height:47px;
}

.boxes-section .col-heading h5 {
    min-height: 54px;
	max-width: 210px;
    margin: auto;
}

.boxes-section-content div {
    max-width: 685px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.share-sec-four {
    clip-path: clip-path: polygon(0 28%, 100% 0, 100% 72%, 0 100%);
    background: linear-gradient(255.34deg, #B5D3FF 12.64%, #DDEBFE 56.77%, #C1F3DB 99.1%), #B3D2FF;
}

.needs-heading h2 {
    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;
}

.needs-list h4 {
    position: relative;
}

.needs-list h4:before {
    content: " ";
    width: 18px;
    height: 4px;
    background: linear-gradient(110.46deg, #3EB4E7 -0.03%, #6271AF 100.9%);
    position: absolute;
    bottom: 8px;
    left: -32px;
}

.needs-button-chevron div:before {
    position: absolute;
    content: url("../svg/arrow-up.svg");
    right: -63px;
    top: -25px;
}

.needs-button-chevron div {
    position: relative;
    width: fit-content;
    max-width: 262px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.list-needs-content div {
    max-width: 420px;
}

.share-sec {
    clip-path: polygon(0 12%, 100% 0, 100% 86%, 0 100%);
}

.share-heading h2 {
    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;
}

.share-content {
    max-width: 825px;
    margin: auto;
}

.share-box-content div {
    min-height: 72px;
    max-width: 359px;
}

.share-box-one h6 {
    background: linear-gradient(268.46deg, #F07300 0.18%, #FFB800 79.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    padding-left: 40px;
}

.share-box-one h6:before {
    position: absolute;
    content: url("../svg/download-every-year-and-counting.svg");
    left: 0;
}

.share-box-two h6 {
    background: linear-gradient(111.42deg, #6271AF -0.03%, #6F97FF 54.15%, #3EB4E7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    padding-left: 40px;
}

.share-box-two h6:before {
    content: url("../svg/icon-check-developed-by.svg");
    position: absolute;
    left: 0;
    bottom: -9px;
}

.share-box-three h6 {
    background: linear-gradient(123.39deg, #74A66D 40.48%, #899A1D 94.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.share-box-four h6 {
    background: linear-gradient(104.68deg, #59A050 10.38%, #86D933 89.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.share-box-five h6 {
    background: linear-gradient(98.33deg, #43539B 11.55%, #D12C96 92.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.share-box-six h6 {
    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;
}

.steps-sec h6 {
    max-width: 143px;
    position: relative;
	display:flex;
	align-items:center;
}

.step-one h6:before {
    position: absolute;
    content: url("../svg/list-01.svg");
    left: -40px;
    top: 3px;
}
.step-two h6:before {
	position: absolute;
    content: url("../svg/list-02.svg");
    left: -40px;
    top: 3px;
}
.step-three h6:before {
	position: absolute;
    content: url("../svg/list-03.svg");
    left: -40px;
    top: 3px;
}
.step-four h6:before {
	position: absolute;
    content: url("../svg/list-04.svg");
    left: -40px;
    top: 3px;
}
.step-five h6:before {
	position: absolute;
    content: url("../svg/5-with-background.svg");
    left: -90px;
    top: -24px;
}
.step-one h6:after {
	position:absolute;
	right:-20%;
	content:url("../svg/arrow-white.svg");
	transform: translate(50%);
	bottom:9px;
}
.step-two h6:after {
	position:absolute;
	right:-22%;
	content:url("../svg/arrow-white.svg");
	transform: translate(50%);
	bottom:9px;
}
.step-three h6:after {
	position:absolute;
	right:-18%;
	content:url("../svg/arrow-white.svg");
	transform: translate(50%);
	bottom:9px;
}
.step-four h6:after {
	position:absolute;
	right:-12%;
	content:url("../svg/arrow-white.svg");
	transform: translate(50%);
	bottom:9px;
}
.contributes-heading h2 {
	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;
}
.publish-content div{
	max-width:474px;
}
.concrete-heading h2 {
	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;
	max-width:873px;
	margin-left:auto !important;
	margin-right:auto !important;
}
.require-sub-heading h5 ,
.require-sub-heading h4 {
	background: linear-gradient(111.42deg, #6271AF -0.03%, #6F97FF 54.15%, #3EB4E7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.concrete-content div {
	max-width:629px;
	margin-left:auto !important;
	margin-right:auto !important;
}
.require-content div {
	max-width:494px;
}
.last-section > div{
	background: linear-gradient(111.42deg, #6271AF -0.03%, #6F97FF 54.15%, #3EB4E7 100%);
	border-radius: 5px;
}
.last-section-heading h2{
	max-width:665px;
	margin-left:auto !important;
	margin-right:auto !important;
}
.step-one-process {
	background: linear-gradient(114.53deg, #4C79F1 12.57%, #6FA8F5 33.87%, #A495F5 65.67%);
    border-radius: 24px;
	position:relative;
	max-width:820px;
}
.step-two-process {
	background: linear-gradient(268.46deg, #F07300 0.18%, #FFB800 79.37%);
	border-radius: 24px;
	position:relative;
	max-width:830px;
}
.step-three-process {
	border-radius: 24px;
	background: linear-gradient(123.39deg, #92C18C 40.48%, #9EB129 94.79%);
	position:relative;
	max-width:830px;
}
.step-four-process {
	border-radius: 24px;
	background: linear-gradient(315deg, #E38960 0%, #AC54EE 53.13%, #913DDA 100%);
	position:relative;
	max-width:830px;
}
.step-five-process {
	border-radius: 24px;
	background: url("../png/group-1000003520-1.png") , linear-gradient(111.42deg, #6271AF -0.03%, #6F97FF 54.15%, #3EB4E7 100%);
	position:relative;
	max-width:830px;
    background-position: center;
    background-repeat: no-repeat;
}
.step > div {
	background: #fff;
    margin: 6px;
    border-radius: 24px;
	padding:50px 50px 50px 30px !important;
}
.step-five-process.step > div {
	background:unset;
    margin: 0;
    border-radius: 0;
	padding:50px 50px 50px 30px !important;
}
.step h5 ,
.step .step-content ,
.step .step-button {
	max-width: 578px;
    margin: auto;
    margin-right: 0;
}
.step h5{
	position:relative;
}
.steps {
	max-width:1200px;
}
.steps-five .step h5 ,
.steps-five .step .step-content ,
.steps-five .step .step-button {
	max-width: 458px;
    margin: auto;
}
.step-one-process:before {
	content: url(../svg/1-gradient.svg);
    position: absolute;
    z-index: 9;
    top: 50px;
    left: -23px;
}
.step-two-process:before {
	content: url(../svg/2-gradient.svg);
    position: absolute;
    z-index: 9;
    top: 50px;
    left: -23px;
}
.step-three-process:before {
	content: url(../svg/3-gradient.svg);
    position: absolute;
    z-index: 9;
    top: 50px;
    left: -23px;
}
.step-four-process:before {
	content: url(../svg/4-gradient.svg);
    position: absolute;
    z-index: 9;
    top: 50px;
    left: -23px;
}
.step-five-process:before {
	content: url(../svg/5-gradient.svg);
    position: absolute;
    z-index: 9;
    top: 50px;
    left: -23px;
}
.step-one-process h5:before {
	position:absolute;
	content: url("../svg/share-your-draft-or-idea.svg");
	left:-90px;
}
.step .step-content p {
	margin-top:0 !important;
}
.step-two-process h5:before {
	position:absolute;
	content: url("../svg/develop-iterate-with-peer-support.svg");
	left:-90px;
}
.step-three-process h5:before {
	position:absolute;
	content: url("../svg/fully-document-your-contribution.svg");
	left:-90px;
}
.step-four-process h5:before {
	position:absolute;
	content: url("../svg/applying-visual-design-magic.svg");
	left:-90px;
}
.step-five-process h5:before {
	position:absolute;
	content: url("../svg/publication.svg");
	left:-90px;
}
.step-cone-col-two-heading h5 {
	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;
	max-width:159px;
}
.step-cone-col-two-content div {
	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;
	max-width:190px;
}
.steps-text-button div {
	position:relative;
	width:fit-content;
	margin:auto;
}
.steps-text-button div:before {
	position:absolute;
	content:url("../svg/arrow-up.svg");
	right: 0px;
    bottom: -9px;
}
.process-steps {
	clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0% 100%);
}
.share-unite {
	clip-path:polygon(0 19%, 100% 0, 100% 80%, 0 100%);
}
/*partners slider section*/

.partners-slider-sec .sec-title {
    font-family: 'Ubuntu' !important;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
}

.partners-slider-sec .developed {
    margin-top: 60px;
    margin-inline: auto;
    /*max-width: 85%;*/
}

.partners-slider-sec .developed .owl-stage-outer {
    min-height: 270px;
}

.partners-slider-sec .developed .container .item {
    max-width: 70%;
    margin-inline: auto;
}

.partners-slider-sec .developed .container .row-one {
    display: flex;
    align-items: center;
	min-height:117px
}

.partners-slider-sec .developed .container .row-one .img-person {
    margin-right: 20px;
}

.partners-slider-sec .developed .container .row-one .img-person img {
    min-width: 85px;
    border-radius: 50%;
    height: auto;
    width: 85px;
}

.partners-slider-sec .developed .container .row-one h3 {
    margin-bottom: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #061B2B;
}

.partners-slider-sec .developed .container .row-one h5 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #667085;
    margin-top: 10px;
    margin-bottom: 10px;
}

.partners-slider-sec .developed .container .row-one .social-links {
    display: flex;
    align-items: center;
}

.partners-slider-sec .developed .container .row-one .social-links a {
    margin-right: 10px;
}

.partners-slider-sec .developed .container .row-one .social-links a i {
    width: 30px;
    height: 30px;
    background-color: #e0e8ec;
    padding: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7d8698;
    border-radius: 4px;
}

.partners-slider-sec .developed .container .row-two p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #061B2B;
    margin-bottom: 0;
    min-height: 144px;
}

.partners-slider-sec .developed .container .row-three .discover-link {
    background: none;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #061B2B;
    text-decoration: none;
	padding-left: 0;
    padding-top: 0;
}

.partners-slider-sec .developed .container .row-three .discover-link i {
    margin-left: 5px;
    font-size: 17px;
}

.partners-slider-sec .developed .container .row-three .counts {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.partners-slider-sec .developed .container .row-three .counts .followers {
    margin-right: 25px;
}

.partners-slider-sec .developed .container .row-three .counts .followers i,
.partners-slider-sec .developed .container .row-three .counts .downloads i {
    color: #4660A4;
    margin-right: 4px;
}

.partners-slider-sec .developed .container .row-two {
    margin-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #D7D7D7;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.partners-slider-sec .owl-carousel .owl-nav button.owl-next span,
.partners-slider-sec .owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    bottom: 2px;
}

.partners-slider-sec .developed .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

.partners-slider-sec .developed .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}
.container-box-above-unite-images {
	position:relative
}
.container-box-above-unite-images > img {
	width:100%;
}
.box-above-unite-images {
	background-image:url("../svg/over-downloads-background.svg");
	background-size:cover;
	background-position:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:70px 20px;
	width:fit-content;
	margin:auto;
	background-repeat:no-repeat;
	border-radius:25px;
	position: absolute;
    top: 0px;
	bottom:0;
    left: 50%;
    transform: translateX(-50%);
}
.box-above-unite-images h5 {
	max-width:219px;
	text-align:center;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	color: #333333;
	line-height: 27px;
    margin: 15px 0;
}
.box-above-unite-images p {
	max-width:300px;
	text-align:center;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #667085;
}
.unite-new-sec-edit {
	clip-path:polygon(0% 24%, 100% 9%, 100% 88%, 0% 100%);
}
.unite-new-sec-edit-title h2{
	max-width:600px;
}
.unite-new-sec-edit-content div{
	max-width:518px;
}
.unite-new-sec-edit-btn a span{
	background: linear-gradient(111.42deg, #6271AF -0.03%, #6F97FF 54.15%, #3EB4E7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.unite-new-sec-edit-btn-text div{
	max-width:200px;
	padding-left:60px;
	position:relative;
}
.unite-new-sec-edit-btn-text div:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    background: url(../webp/stefan_f_dieffenbacher_quotation.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 44px
}
.unite-new-sec-edit-btn a{
	position:relative;
	width:fit-content;
}
.unite-new-sec-edit-btn a:before{
	content:url(../svg/arrow-to-button.svg);
	position: absolute;
    right: 40%;
    bottom: -65px;
    transform: translateX(50%);
}
.new-sing-work-sec-content div {
	max-width:580px;
}
@media screen and (min-width:1920.5px) {
	.max-width-section > div {
		max-width:1920px;
	}
}
@media screen and (max-width:1024px) {
	.share-sec-two {
		clip-path: polygon(0 16%, 100% 0, 100% 88%, 0 100%);
	}	
	.share-sec-two-content div{
		padding-left:0;
		max-width:690px;
	}
	.share-sec-two-stefan div:before {
		left:20px;
	}
	.share-sec-two-stefan div {
		padding-left:105px;
	}
	.share-sec-two-heading h2:before {
		content: " ";
	}
	.share-unite {
		clip-path: polygon(0% 20%, 100% 6%, 100% 100%, 0% 100%);
	}
	.share-sec {
		clip-path:unset;
		background:#dcebfc;
		background-image:none !important;
	}
	.boxes-section .col-heading h5{
		min-height:unset;
	}
	.step-one h6:after ,
	.step-two h6:after ,
	.step-three h6:after ,
	.step-four h6:after {
		right:-48px;
	}
	.partners-slider-sec .developed .owl-carousel .owl-nav button.owl-prev {
		left:-30px;
	}
	.partners-slider-sec .developed .owl-carousel .owl-nav button.owl-next {
		right:-30px;
	}
	.step-two-process ,
	.step-three-process ,
	.step-four-process ,
	.step-five-process {
		max-width:unset;
	}
	.process-steps {
    	clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);
	}
	.unite-new-sec-edit{
		clip-path:unset !important;
		background-image:unset !important;
		background-color:#6883d6 !important;
	}
}
@media screen and (max-width:767px) {
	.share-sec-one {
		clip-path:unset;
		background-image:none !important;
		background-color:#BED9FD;
	}
	.share-sec-two{
		clip-path:unset;
		background-image:none !important;
		background-color:#F0F7FF;
	}
	.share-sec-one-chevron h6 {
		max-width:230px;
	}
	.share-unite {
		clip-path:unset;
		background-image: none !important;
		background-color:#BED9FD;
	}
	.needs-button-chevron div {
		margin-left:20px;
	}
	.steps-sec h6 {
		max-width:unset;
		margin-bottom:20px;
	}
	.step-one h6:before {
		left:-39px;
		top:-6px;
	}
	.step-two h6:before ,
	.step-three h6:before ,
	.step-four h6:before {
		top:-6px
	}
	.step-one h6:after, 
	.step-two h6:after, 
	.step-three h6:after, 
	.step-four h6:after {
		right: 0px;
		top: 2px;
	}
	.step-five h6:before {
		top:-35px;
		left:-85px;
	}
	.partners-slider-sec .developed .owl-carousel .owl-nav button.owl-prev {
		left:-18px;
	}
	.partners-slider-sec .developed .owl-carousel .owl-nav button.owl-next {
		right:-18px;
	}
	.process-steps {
		clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
	}
	.step-one-process h5:before ,
	.step-two-process h5:before ,
	.step-three-process h5:before ,
	.step-four-process h5:before ,
	.step-five-process h5:before {
		content: " ";
	}
	.needs-button-chevron div {
		margin-left:20px !important;
	}
	.steps-text-button div:before {
		right:10px;
	}
	.boxes-section .col-one-number h4{
		min-height:unset;
	}
	.partners-slider-sec .developed .container .row-three .counts{
		justify-content:center;
	}
	.partners-slider-sec .developed .container .row-one .img-person{
		margin-right:0;
	}
	.unite-new-sec-edit-btn a:before{
		right: 29%;
	}
	
}
@media screen and (max-width:375px) {
	.needs-list-one h4:before{
		bottom:-27px;
	}
}
@media screen and (max-width:1024px){
	.developed .container .row-three a{
		margin:auto !important;
	}
}