/* =========================================================
   RCMA — Responsive Stylesheet
   All @media queries live here. Non-responsive styles are in
   rcmastyle.css.

   Breakpoints (descending):
     min-width: 1770px     — extra-wide
     min-width: 1365px     — wide desktop
     1170px – 1599px       — mid desktop (features layout)
     1171px – 1365px       — collapsing menu / pagehead
     max-width: 1550px     — large container tweaks
     max-width: 1375px     — container padding reduction
     max-width: 1200px     — tablet landscape
     min-width: 1170px     — desktop nav
     max-width: 1169.98px  — mobile nav breakpoint
     768px – 1169.98px     — tablet portrait
     768px – 1064px        — mid tablet
     max-width: 912px      — small tablet / hero adjustments
     max-width: 800px      — small tablet / large phone
     max-width: 768px      — mobile landscape
     589px – 768px         — phone landscape
     max-width: 654px      — small phone
     max-width: 640px      — mobile menu / social
     max-width: 600px      — small mobile
     max-width: 591px      — narrow phone
     max-width: 588px      — narrow phone (legacy)
     max-width: 553px      — header nudge
     max-width: 500px      — very small
     max-width: 450px      — xs
     max-width: 390px      — iPhone SE / small Android
     max-width: 380px      — very small Android
   ========================================================= */


/* =========================================================
   min-width: 1770px — Extra wide screens
   ========================================================= */
@media screen and (min-width: 1600px) {
    .rh-hero {
        aspect-ratio: 18 / 9 !important;
    }

}


/* =========================================================
   min-width: 1770px — Extra wide screens
   ========================================================= */
@media screen and (min-width: 1769.98px) {
    .elementor .hero_media img {
        min-width: 530px !important;
        max-width: 560px !important;
    }

    span.hero_media-img {
        max-width: 260px !important;
    }




}


/* =========================================================
   min-width: 1599px — Wide desktop (features layout)
   ========================================================= */
@media screen and (min-width: 1169.98px) and (max-width: 1599px) {
    .features_main {
        width: 50%;
        max-width: 800px;
    }

    .features_media-item.preview.aos-init.aos-animate {
        transform: none !important;
        width: 400px;
        height: 760px !important;
    }

    .features--2 .features_media-item.preview img {
        max-height: 780px !important;
    }
}


/* =========================================================
   min-width: 1365px — Standard wide desktop
   ========================================================= */
@media (min-width: 1365px) {
    ul.header_nav-list { overflow-y: visible; }

    .dropdown-menu { margin-top: 10px; }

    span.icon.icon-caret-down-solid { margin-left: 10px; }

    .container.d-flex { transform: none; }



}


/* =========================================================
   min-width: 1023.98px — Brands row spacing
   ========================================================= */
@media screen and (min-width: 1023.98px) {
    .brands_list-row img { margin: 0 25px !important; }
}


/* =========================================================
   max-width: 1550px
   ========================================================= */
@media (max-width: 1550px) {
    .elementor-element.elementor-element-e4c7619.e-flex.e-con-boxed.e-con.e-child {
        padding: 0;
    }

    .elementor-112 .elementor-element.elementor-element-c69e9b8 .elementor-heading-title {
        font-size: 87px !important;
    }

    .elementor-112 .elementor-element.elementor-element-f18ac01 .elementor-heading-title {
        font-size: 72px !important;
        line-height: 58px !important;
    }

    .elementor-112 .elementor-element.elementor-element-f922793 > .elementor-widget-container {
        margin: 0;
        padding: 0px 0px 0px 30px;
    }

    .hero1 h2 {
        text-wrap-mode: nowrap !important;
    }

    h2.banner_content br { display: none; }
}


/* =========================================================
   max-width: 1375px — Container padding reduction
   ========================================================= */
@media screen and (max-width: 1375px) {
    .container { padding: 0 20px; }

        .elementor-10953 .elementor-element.elementor-element-753ea6b > .elementor-widget-container {
    margin: 0 !important;
}

}


/* =========================================================
   1171px – 1365px — Collapsing menu / pagehead tuning
   ========================================================= */
@media (max-width: 1365px) and (min-width: 1171px) {
    .opened #headerMenu {
        visibility: visible;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sticky a.nav-item.nav-link { justify-content: flex-start !important; }

    .header_nav-list_item .dropdown-list .list-item {
        align-self: flex-start !important;
    }

    .mobilefooter {
        background: #000;
        display: block;
        transition: opacity 250ms ease-in;
    }

    .closepad { margin-bottom: -7px; }

    .row2-mobile {
        background-size: cover;
        height: 144px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 10px 30px;
        justify-content: flex-end;
        color: #fff;
    }

    .mobilefooter ul.footer_main-block_socials.socials {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .mobilefooter span {
        font-size: 2.7vw;
        font-weight: 300;
    }

    .row1-mobile a {
        font-size: 30px;
        color: #fff;
        font-family: "Oswald";
        text-transform: uppercase;
    }

    .row1-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 20px;
    }

    .header.opened .header_bg {
        transition: opacity 0.01s ease-in-out !important;
    }

    .header,
    .header a { transition: none !important; }

    .header.opened { padding-bottom: 0; }

    .pagehead .padding { gap: 30px; }

    .pagehead h2.elementor-heading-title.elementor-size-default {
        font-size: clamp(1.8rem, 5.2vw, 3.5rem) !important;
        text-wrap-mode: wrap;
    }

    .pagehead div { text-wrap-mode: wrap !important; }
    .pagehead br { display: none !important; }
    .pagehead img { height: 100% !important; }

    section.brands.gradient.section { padding: 0; }

    li.services_list-item {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    ul.services_list > :nth-child(5) .cover { border-left: 0 !important; }
    .services_list-item .cover { border: 1px !important; }

    ul.services_list {
        grid-template-columns: repeat(2, 1fr) !important;
        border: 2px solid #000 !important;
    }
}


/* =========================================================
   max-width: 1200px — Tablet landscape
   ========================================================= */
@media (max-width: 1200px) {
    .herospace {
        height: 40vh;
    }
.caseheadcontain .elementor-widget-image {
    margin-right: -10px;
}
    .white { align-content: end !important; }

    p {
        font-size: clamp(0.875rem, 1.3vw, 1rem);
        line-height: 1.6;
    }

    .pagehead p {
        text-wrap-mode: wrap;
        font-size: clamp(1rem, 2.2vw, 1.75rem) !important;
    }

    .mockupheader {
        padding-top: 120px !important;
        width: 100% !important;
        padding: 10px;
    }

    .mockups { padding: 0 10px !important; }

    .elementor-112 .elementor-element.elementor-element-c69e9b8 .elementor-heading-title {
        font-size: clamp(4.8rem, 3.5vw, 3.125rem) !important;
    }

    .elementor-112 .elementor-element.elementor-element-f922793 .elementor-heading-title {
        font-size: clamp(1rem, 2.8vw, 1.5625rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 90px;
    }

    .elementor-112 .elementor-element.elementor-element-3c1be64 > .elementor-widget-container {
        margin: -90px 0 30px 0 !important;
        padding: 80px 0 0 0 !important;
    }

    .scalebg { background-repeat: no-repeat; }

    .elementor-element.elementor-element-48d2cb9.e-con-full.whyright.e-flex.e-con.e-child,
    .elementor-element.elementor-element-2f1df6a.e-con-full.whyleft.e-flex.e-con.e-child { width: 100%; }

    .elementor-element.elementor-element-472b1ae.elementor-widget.elementor-widget-html {
        margin-top: -88px;
        margin-bottom: 34px;
    }

    .elementor-112 .elementor-element.elementor-element-0f7c50e > .elementor-widget-container { padding: 0; }

    .elementor-element.elementor-element-c5fc9a5.e-con-full.whyright.e-flex.e-con.e-child {
        width: 100%;
        height: 480px;
    }

    .elementor-element.elementor-element-30a8ab1.e-con-full.whyleft.e-flex.e-con.e-child {
        width: 100%;
        padding: 10px 40px 60px !important;
    }

    .elementor-element.elementor-element-aa748b5.e-con-full.e-flex.e-con.e-child { display: none; }

    .elementor-element.elementor-element-c24c516.padding.e-con-full.e-flex.e-con.e-child { padding: 0 !important; }

    .elementor-element.elementor-element-9dd4946.elementor-grid-1.elementor-posts--thumbnail-none.elementor-posts--align-left.elementor-widget__width-initial.elementor-grid-tablet-2.elementor-grid-mobile-1.elementor-widget.elementor-widget-posts {
        padding: 0;
    }

    /* Footer */
    .footer .container { flex-direction: column; }
    .footer_about { width: 100% !important; }
    .footer_main.d-flex { width: 100% !important; padding: 0 !important; }

    .header_user { margin-right: 30px !important; }

    span.icon.icon-caret-down-solid {
        color: #ed1c24;
        font-size: 16px;
        margin-left: 10px;
    }

    ul.dropdown-list { box-shadow: none; }

    .opened a.nav-item.dropdown-item { text-transform: capitalize; }

    .elementor-widget-lottie .elementor-widget-container { margin: 0 !important; }

    .cta-footer .elementor-element .elementor-element { flex-direction: column; }
    .cta-footer { padding: 60px !important; }
    .cta-footer .e-con-inner { padding: 0 !important; }
    .cta-footer .redbtn { align-self: start !important; }

    .pagehead h2.elementor-heading-title.elementor-size-default {
        font-size: 55px !important;
        text-wrap: auto;
    }

    .pagehead .elementor-icon { font-size: 130px !important; }
    .pagehead { padding-top: 100px !important; }
    .pagehead .elementor-element { margin: 0 !important; }

    .elementor-9156 .elementor-element.elementor-element-4721f1c {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
    }

    .elementor-element.elementor-element-5812c02.e-con-full.e-flex.e-con.e-child.elementor-sticky { width: 50%; }

    .elementor-5551 .elementor-element.elementor-element-61939ec > .elementor-widget-container {
        margin: -38px 0 0 -244px !important;
    }

    .cta-footer-cases .elementor-element .elementor-element:last-child { flex-direction: column; }
    .elementor .redbtn { width: 100% !important; }

    .cta-footer-cases .elementor-element .elementor-element:last-child .elementor-element { width: 100%; }

    a.elementor-element.elementor-element-b3a11ff.e-con-full.scalebg.e-flex.e-con.e-child {
        background-position: center;
    }

    .services_list-item .cover { border: 2px solid #212122 !important; }

    .e-lottie__animation svg { max-width: 400px; margin-left: -150px; }
    .page-id-9158 .e-lottie__animation svg { max-width: 400px; margin-left: -20px; margin-top: -50px; margin-bottom: -65px; }
    .page-id-5551 .e-lottie__animation svg { margin-left: 40px; }
    .page-id-6884 .e-lottie__animation svg { margin-left: -210px; }
    .page-id-6886 .e-lottie__animation svg { margin-left: 20px; }
    .page-id-5555 .e-lottie__animation svg { margin-left: 16px; }
    .page-id-5553 .e-lottie__animation svg { margin-left: -300px; }

    ul.services_list { grid-template-columns: repeat(2, 1fr) !important; }
    .services_list-item .cover { border: none !important; }

    header .header.headroom.headroom--top.headroom--not-bottom.stickyheader.header {
        top: 0 !important;
    }
}


/* =========================================================
   max-width: 1150px
   ========================================================= */
@media (max-width: 1150px) {
    .hero1 span {
        font-size: 23px !important;
        line-height: 34px !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
        text-transform: capitalize;
        font-weight: 400;
        padding-left: 0;
        margin-top: 7px;
        text-wrap: auto;
    }

    .elementor-element.elementor-element-9dd02b4.elementor-widget.elementor-widget-html {
        margin-left: -30px !important;
        margin-right: 30px;
    }

}


/* =========================================================
   min-width: 1170px — Desktop nav
   JS (nav.js) drives open/close via mouseover/mouseout.
   ========================================================= */
@media (min-width: 1170px) {
    ul.header_nav-list {
        overflow-y: visible !important;
        align-items: start;
    }

    .header .container {
        transform: none;
        top: 0;
    }

    .header--pinned .mobileheader,
    .mobileheader { display: none !important; }

    .header { height: 74px !important; }

    /* Dropdown base: absolutely positioned, hidden by default */
    .header_nav .dropdown-menu,
    .header_nav li.dropdown > .dropdown-menu {
        position: absolute;
        z-index: 9999;
        height: auto !important;
        overflow: visible !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-4px);
        transition: opacity 150ms ease, transform 150ms ease, visibility 0ms linear 150ms;
    }

    /* Open state — JS sets .is-open on the LI */
    .header_nav li.dropdown.is-open > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition: opacity 150ms ease, transform 150ms ease;
    }

    a.nav-item.dropdown-item { transition: none; }

    .container.d-flex {
        top: 0 !important;
        transform: none !important;
    }
}


/* =========================================================
   max-width: 1169.98px — Mobile / Tablet nav breakpoint
   ========================================================= */


/* ============================
   H TAGS
   ============================ */


@media (max-width: 1169.98px) {
	header.header {
    top: 32px !important;
}

h3, .cfg-title, a.cfg-link.cfg-link--title {
    font-size: 18px !important;
    line-height: 20px;
}

h2, .h2, .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading .h2.elementor-heading-title {
    font-size: 30px;
}

/* ============================
   Buttons
   ============================ */
a.elementor-button, a.discovery-btn, a.btn, a.btn.btn--accent.btn--arrow, .cfg-cta a.btn.btn--accent.btn--arrow, .cfg-lightbox__btn {
    font-size: 16px !important;
}



header.header.headroom.headroom--not-top.headroom--not-bottom.sticky.header--unpinned.opened {
    visibility: visible;
    top: 0 !important;
    opacity: 1;
    display: flex;
    margin-top: 100vh !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.opened a.header_logo.logo.logomobilewhite {
    opacity: 1;
    width: 175px !important;
}

.subhead p {
    line-height: 24px;
    font-size: 20px !important;
}
.caseheadcontain .elementor-widget-image:after {
    border-radius: 0 !important;
}

.caseheadcontain .elementor-widget-image:after {
    margin-bottom: -100px !important;
}

.pagehead h1 {
    margin-bottom: 5px !important;
    margin-top: 30px;
    max-width: 100%;
}

.elementor-112 .elementor-element.elementor-element-b93d6f7 {
      width: 48%;  
}

a.elementor-element.elementor-element-b3a11ff.e-con-full.scalebg.e-flex.e-con.e-child, .elementor-112 .elementor-element.elementor-element-d0ce02b:not(.elementor-motion-effects-element-type-background), .elementor-112 .elementor-element.elementor-element-d0ce02b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    width: 48%;
    background-size: 115%;
    min-height: 300px;
}

    .services_list-item {
        height: 310px !important;
    }

.services.service-fix.section {
    padding: 0 !important;
}































	
	header {
    justify-content: space-between !important;
}
	
.whyleftcontain {
    width: 100% !important;
}
	.caseheadcontain img {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}
	.header_nav-list_item .dropdown-list .nav-item:hover {
    color: #000 !important;
    font-weight: 700 !important;
}
	nav#headerMenu {
    margin-right: 5px;
}
	div#dropdown-menu-9805 .dropdown-list .dropdown-list a {
    margin-left: 14px !important;
	padding: 0;
}
.header_nav-list_item .dropdown-list .nav-item:hover {
    color: #000 !important;
    background-color: #fff !important;
}	
	
    .rotate.shape {
        width: 50px;
        height: 50px;
    }
	.elementor-element.elementor-element-1fa3b32.e-con-full.whyleftcontain.e-flex.e-con.e-child {
    width: auto !important;
}

    /* Cursor safety */
    html, body, * { cursor: auto !important; }
    a, button, [role="button"] { cursor: pointer !important; }

    header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0;
    }

    header.header.headroom.headroom--not-bottom.header--pinned.headroom--top.sticky,
    header.header.headroom.headroom--top.headroom--not-bottom.opened.sticky,
    header.header.headroom.headroom--top.headroom--not-bottom.sticky,
    header.header.headroom.headroom--not-bottom.sticky.header--pinned.headroom--top {
        margin-top: 0 !important;
        top: 0 !important;
    }

    header.header.headroom.headroom--top.headroom--not-bottom.opened.sticky { padding-bottom: 0; }

    a.header_logo.logo.logomobilewhite {
        flex-grow: 1;
    }

    .header .container {
        position: relative;
        overflow: visible;
        justify-content: start;
    }

    body { margin-top: -32px !important; }

    ul.header_nav-list {
        overflow-y: hidden;
        margin-top: 10%;
    }

    .opened .mobilefooter { visibility: visible; }

    /* Disable hover-driven show/hide */
    .header_nav-list li.dropdown:hover > .dropdown-menu,
    .header_nav-list li.dropdown:focus-within > .dropdown-menu {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    /* Mobile menu container */
    nav#headerMenu {
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        visibility: hidden;
    }

    .opened #headerMenu {
        visibility: visible;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sticky a.nav-item.nav-link { justify-content: flex-start !important; }

    a.nav-item.nav-link {
        font-family: "Oswald", Sans-serif;
        font-size: clamp(1.8rem, 5.5vw, 2.5rem);
        font-weight: 900;
        line-height: clamp(2.4rem, 7vw, 3.625rem);
        color: #000;
    }

    .header_nav-list_item {
        text-align: left;
        place-self: start;
    }

    #mobile-menu { width: 50%; }

    #mobile-menu .socialmedia-widget.text-style li a {
        font-size: 16px !important;
        line-height: 37px;
        padding-left: 10px !important;
    }

    /* --- Mobile Dropdowns --- */
    .header_nav li.dropdown {
        position: relative;
        text-align: left;
    }

    /* Closed state */
    .header_nav li.dropdown > .dropdown-menu,
    .header_nav li.dropdown > .dropdown-list {
        position: static !important;
        inset: auto !important;
        transform: none !important;
        margin: 0 !important;
        display: block;
        overflow: hidden;
        max-height: 0;
        height: 0 !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: max-height 280ms ease, opacity 200ms ease, visibility 0ms linear 200ms;
    }

    /* Open state */
    .header_nav li.dropdown.is-open > .dropdown-menu,
    .header_nav li.dropdown.is-open > .dropdown-list,
    .header_nav li.dropdown.active > .dropdown-menu,
    .header_nav li.dropdown > .dropdown-menu.active,
    .header_nav li.dropdown > .dropdown-menu.show {
        max-height: 900px;
        height: auto !important;
        overflow: visible !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transition: max-height 280ms ease, opacity 200ms ease;
    }

    .header_nav .dropdown-list { padding: 10px 0; }

    .header_nav .dropdown-list .list-item a {
        display: inline;
        padding: 10px 0;
    }

    /* Disable cascade animation on mobile */
    .header_nav li.dropdown.is-open > .dropdown-menu .list-item,
    .header_nav li.dropdown.is-open > .dropdown-menu li {
        animation: none;
    }

    /* Sub-sub menu: stack inline with indent */
    .dropdown-menu .dropdown.list-item > .dropdown-menu {
        position: static;
        left: auto;
        top: auto;
        margin-left: 0;
        padding-left: 15px;
        min-width: 0;
        box-shadow: none;
    }

    /* Caret points down on mobile */
    .dropdown-menu .dropdown.list-item > a.dropdown-item::after {
        border-top: 6px solid currentColor;
        border-bottom: none;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .dropdown-menu .dropdown.list-item.is-open > a.dropdown-item::after {
        transform: rotate(180deg);
    }

    .header_nav .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }

    .dropdown-list a {
        font-size: 18px !important;
        letter-spacing: 0!important;
        font-weight: 500 !important;
        font-family: 'Work Sans'!important;
        line-height: 20px!important;
        padding: 0 !important!important;
        text-align: left!important;
		text-transform: none !important;
    }

    ul.header_nav-list { overflow-y: hidden; }
    ul.dropdown-list { align-items: start !important; }

    /* Mobile footer in nav */
    .mobilefooter {
        background: #000;
        display: block;
        transition: opacity 250ms ease-in;
    }

    .closepad { margin-bottom: -7px; }

    .row2-mobile {
        background-size: cover;
        height: 144px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 10px 30px;
        justify-content: flex-end;
        color: #fff;
    }

    .mobilefooter ul.footer_main-block_socials.socials {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .mobilefooter span {
        font-size: 2.7vw;
        font-weight: 300;
    }

    .row1-mobile a {
        font-size: 30px;
        color: #fff;
        font-family: "Oswald";
        text-transform: uppercase;
    }

    .row1-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 20px;
    }

    /* Headroom transitions */
    .header.opened .header_bg {
        -webkit-transition: opacity 0.01s ease-in-out !important;
        -o-transition: opacity 0.01s ease-in-out !important;
        transition: opacity 0.01s ease-in-out !important;
    }

    .header,
    .header a {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    a.header_logo.logo.logomobilered.hide {
        margin-top: -40px;
        z-index: 99;
        position: fixed;
    }

    .pagehead img { object-fit: fill; }

    .pagehead .padding {
        gap: 30px !important;
        height: fit-content !important;
        min-height: fit-content !important;
    }

    .pagehead { min-height: 0 !important; }

	header.header.headroom.headroom--not-bottom.headroom--top {
    margin-top: 31px !important;
}

header {
    padding-bottom: 14px !important;
}

}
/* =========================================================
   768px – 1169.98px — Tablet portrait layout tweaks
   ========================================================= */
@media (max-width: 1169.98px) and (min-width: 768px) {
    .hero1 span {
        font-size: 23px !important;
        line-height: 34px !important;
        display: block !important;
        float: none !important;
        width: 100%;
        text-transform: capitalize;
        font-weight: 400;
        padding-left: 0;
        margin-top: 7px;
    }

    .elementor-element.elementor-element-9dd02b4.elementor-widget.elementor-widget-html {
        margin-left: -30px !important;
        margin-right: 30px;
    }

    /* 2-up elementor layout */
    .elementor-element.elementor-element-91056fe > .elementor-element,
    .elementor-element.elementor-element-ac5e5f1 > .elementor-element,
    .elementor-element.elementor-element-7edd504 > .elementor-element { width: 50%; }

    .elementor-element.elementor-element-aaad8ec h2,
    .elementor-element.elementor-element-c6a784d.elementor-widget.elementor-widget-heading h2,
    .elementor-element.elementor-element-60bee22.elementor-widget.elementor-widget-heading h2,
    .elementor-element.elementor-element-7514baa.elementor-widget.elementor-widget-heading h2,
    .elementor-element.elementor-element-74ca2b3 h2,
    .elementor-element-979e9b0 h2,
    .elementor-element-91056fe .elementor-widget-heading h2.elementor-heading-title,
    .elementor-element-ac5e5f1 .elementor-widget-heading h2.elementor-heading-title,
    .elementor-element-7edd504 .elementor-widget-heading h2.elementor-heading-title { font-size: 20px !important; }

    .elementor-element.elementor-element-03743bb.e-con-full.e-flex.e-con.e-child { border-left: 0; }

    .elementor-6886 .elementor-element.elementor-element-10c777d:not(.elementor-motion-effects-element-type-background),
    .elementor-6886 .elementor-element.elementor-element-10c777d > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-position: bottom;
    }

    .elementor-element.elementor-element-ab027f0,
    .elementor-element.elementor-element-22c762f.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-2f397f7.e-con-full.e-flex.e-con.e-child,
    .elementor-6882 .elementor-element.elementor-element-734eb59,
    .elementor-element.elementor-element-159e3b4.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-88a8ef5.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-a3c1083.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-2f397f7.e-con-full.e-flex.e-con.e-child.elementor-sticky { width: 100%; }

    .elementor-element.elementor-element-4d35759.e-con-full.padding.e-flex.e-con.e-child,
    .elementor-element.elementor-element-979e9b0.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-d622abc.e-con-full.padding.e-flex.e-con.e-child { flex-direction: column; }

    .elementor-element.elementor-element-88a8ef5.e-con-full.e-flex.e-con.e-child { margin-top: 30px; }

    .elementor-element.elementor-element-41901b1.e-con-full.e-flex.e-con.e-child { flex-direction: column; }

    .elementor-element.elementor-element-876f727.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-7edd504.e-con-full.e-flex.e-con.e-child { width: 100%; }

    .featuredbtn p { font-size: 16px !important; }

    .elementor-element.elementor-element-a220c2b.e-con-full.e-flex.e-con.e-child {
        flex-direction: column;
        margin-top: 7px;
    }

    .elementor-112 .elementor-element.elementor-element-2b817e2 .elementor-button { width: 221px; }
}


/* =========================================================
   max-width: 1060px — Mobile / Tablet nav breakpoint
   ========================================================= */
@media (max-width: 1064px) {
.elementor-posts .elementor-post__excerpt p {
    font-size: 15px !important;
    line-height: 18px;
}
h1, .pagehead h2, .casestudy-template .elementor-sticky h2, .caseheadcontain .elementor-widget-image:after {
    font-size: 40px !important;
}
.scalebg {
    min-height: 300px;
}

    .section {
        padding: 60px 0 !important;
    }
.elementor-element.elementor-element-30a8ab1.e-con-full.whyleft.e-flex.e-con.e-child {
        width: 100%;
        padding: 10px 40px 38px !important;
    }

.elementor-element.elementor-element-1a63a08.padding.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner, .elementor-112 .elementor-element.elementor-element-0f7c50e > .elementor-widget-container {
   padding-top:20px; 
}


.elementor-element.elementor-element-6c00f21.padding.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-bottom:20px;
}

.elementor-element.elementor-element-9a027a9.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 40px;
}
.elementor-112 .elementor-element.elementor-element-0f7c50e > .elementor-widget-container {
    padding: 0 !important;
}
.cfg-title-row {
    min-height: 50px;
}












































}

/* =========================================================
   768px – 1064px — Mid tablet
   ========================================================= */
@media (min-width: 768px) and (max-width: 1064px) {
    .imagine .elementor-heading-title.elementor-size-default {
        font-size: 60px !important;
        line-height: 60px !important;
    }
}


/* =========================================================
   min-width: 913px – max-width: 1046px
   ========================================================= */
@media (min-width: 913px) and (max-width: 1046px) {
    br.breakhide:last-child { display: block !important; }
}


/* =========================================================
   min-width: 1048px – max-width: 1455px
   ========================================================= */
@media (min-width: 1048px) and (max-width: 1455px) {
    br.breakhide:last-child { display: block !important; }
}

@media (max-width: 1024px) {
header.header.headroom.sticky.headroom--not-bottom.headroom--not-top.header--unpinned
Specificity: (0,6,1)
 {
    margin-top: 0 !important;
}

}

/* =========================================================
   max-width: 912px — Small tablet / hero adjustments
   ========================================================= */
@media (max-width: 912px) {
    br.breakhide { display: none !important; }

    .hero3 h2 { font-size: 30px !important; }
    .hero3 h3 { font-size: 27px !important; }

    .herospace { height: 20px !important; }

    .elementor-112 .elementor-element.elementor-element-61e657f {
        --spacer-size: 12vh !important;
    }

    .elementor-element.elementor-element-a29e7ab.e-flex.e-con-boxed.e-con.e-child {
        padding-left: 30px;
        padding-right: 30px;
    }

    .elementor-element.elementor-element-5e1d6db.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 200px !important;
    }

    .elementor-element.elementor-element-fbb9d00.e-flex.e-con-boxed.e-con.e-child .e-con-inner {
        padding-bottom: 30px;
    }

    header.header.headroom.headroom--not-bottom.sticky.headroom--not-top.header--unpinned {
        margin-top: 20px;
    }

    .elementor-element.elementor-element-32532e6.elementor-widget.elementor-widget-heading {
        padding: 0 30px !important;
    }

    .elementor-element.elementor-element-170d790.elementor-widget-divider--view-line.elementor-widget.elementor-widget-divider {
        display: none;
    }

}


/* =========================================================
   min-width: 768px – max-width: 913px
   ========================================================= */
@media (min-width: 768px) and (max-width: 913px) {
    br.breakhide:last-child { display: hidden !important; }
}


/* =========================================================
   max-width: 900px
   ========================================================= */

  @media (max-width: 900px) {
    .rh-box {
      position: relative;
      left: auto;
      width: 100%;
      flex-direction: column;
      animation: none;
      transform: none !important;
      opacity: 1 !important;
    }
    .rh-headline {
      flex: none;
      border-right: none;
      border-bottom: 1px solid rgba(255,255,255,0.12);
      padding: 40px 24px;
      justify-content: center;
    }
    .rh-headline h2 {
      font-size: clamp(36px, 9vw, 80px);
    }
    .rh-copy {
      flex: none;
      padding: 40px 24px;
      justify-content: center;
      text-align: center;
    }
    .rh-copy p {
      font-size: 17px;
    }
    section.rh-hero {
    aspect-ratio: inherit;
    background-size: contain;
    width: 100%;
    height: 600px;
}

.rh-headline {
    padding: 20px 30px;
}

.rh-copy {
    padding: 20px;
}


.elementor-9156 .elementor-element.elementor-element-4721f1c {
    --gap: 25px 25px;
    --row-gap: 25px;
    --column-gap: 25px;
    --grid-auto-flow: row;
}

.elementor-flip-box__layer__description {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
}
.elementor-flip-box__layer__overlay {
    padding: 20px !important;
	  }
	.elementor-flip-box__layer__description {
	font-size:12px !important;
	line-height:14px; !important;
}










  }



/* =========================================================
   max-width: 800px — Small tablet / large phone
   ========================================================= */
@media (max-width: 800px) {







    .rh-box {
    flex-direction: column !important;
}

.rh-headline h2 {
    font-size: 60px !important;
}

.rh-headline {
    padding-bottom: 4px !important;
}

    .cfg-cats { margin-top: 0; }

    .caseheadcontain { min-height: 445px !important; }

    .casehead-logo { margin-left: -80px !important; }

    .cta-footer-cases { padding: 30px; }
    .cta-footer-cases .e-con-inner { padding: 0; }

    a.cfg-link.cfg-link--title {
        font-size: clamp(1rem, 2.5vw, 1.25rem);
        line-height: 1.2;
        font-weight: 600;
    }

    .cfg-title-row { flex-direction: column; }

    .cfg-cta a.btn.btn--accent.btn--arrow {
        font-family: 'Oswald' !important;
        font-size: clamp(0.75rem, 1.8vw, 0.9375rem) !important;
        font-weight: 400 !important;
        text-transform: uppercase !important;
        width: 128px;
        padding: 3px 8px !important;
        line-height: 18px !important;
        max-height: 40px !important;
    }

    .elementor-counter .elementor-counter-title {
        align-items: center;
        display: flex;
        flex: 1;
        font-size: clamp(0.9rem, 2.4vw, 1.1875rem);
        font-weight: 400;
        justify-content: center;
        line-height: 1.3;
        margin: 3px 0 20px 0;
        padding: 0;
    }

    .pagehead p { font-size: clamp(1rem, 3vw, 1.5rem); }


    header .container.d-flex {
        justify-content: flex-end;
    }

    .elementor-element.elementor-element-12034db.e-flex.e-con-boxed.e-con.e-child {
        margin-bottom: 70px;
    }
    .hero1 .e-con-inner {
    height: 40px;
}
.elementor-element.elementor-element-85fb7fe.e-con-full.hero3.e-flex.e-con.e-child {
    max-height: none;
    padding: 20px 30px 35px 30px;
    background-size: contain;
}

.padding .e-con-inner {
    padding: 40px 0;
}



.elementor-element.elementor-element-240e51b.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0;
}

.elementor-element.elementor-element-240e51b.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0;
}


p {
    font-size: 18px !important;
    font-family: 'Work Sans' !important;
    font-weight: 400;
    line-height: 1.31em !important;
}



a.elementor-element.elementor-element-d8afbc5.e-con-full.scalebg.e-flex.e-con.e-child {
    background-size: 110% !important;
}
    .elementor-element.elementor-element-1a63a08.padding.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner, .elementor-112 .elementor-element.elementor-element-0f7c50e > .elementor-widget-container {
        padding-top: 40px;
    }


.elementor-112 .elementor-element.elementor-element-d046806 {
    --gap: 40;
    --row-gap: 40;
    --column-gap: 40;
}
.elementor-112 .elementor-element.elementor-element-0e49484 {
    --display: flex;
    --padding-top: 40px;
    --padding-bottom: 40px;
}

.scalebg {
    width: 100% !important;
    background-size: 130% !important;
    height: 350px !important;
}

    h1, .pagehead h2, .casestudy-template .elementor-sticky h2, .caseheadcontain .elementor-widget-image:after {
        font-size: 50px !important;
    }
.elementor-element.elementor-element-c65398f.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding-bottom: 0;
}
    .scalebg.e-flex.e-con.e-child {
        background-size: 115% !important;
    }





}
@media (max-width: 768px) {

/* =========================================================
   max-width: 768px — Mobile landscape
   ========================================================= */

	h2 {
		font-size: 50px !important;
	}
	.header_user {
    display: none !important;
}
	
    .menuadd p { font-size: 2.3vw; }
    .menuadd p.imagine { font-size: 7vw; }

    #mobile-menu { width: 100%; }

    .section_right { padding: 10px 30px !important; }

    .contact-wrapper h1 { font-size: 4rem; }

    #lets-talk { margin-left: 40px; }

    .footercase_left,
    .footercase_right {
        padding: 60px 30px !important;
        width: 50% !important;
    }

    .footercase_right h4 { margin-top: 0 !important; }

    .section_left {
        margin-left: 10px;
        padding: 20px 20px 10px 20px !important;
    }

    .section_right h2,
    .section_left h2 {
        line-height: 2.4rem;
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .aboutintro {
        max-width: 700px !important;
        margin-top: -313px !important;
        margin: auto;
        left: 0;
        padding: 0 30px;
    }

    .meet h2 {
        font-size: 3.5rem !important;
        padding-bottom: 0;
        padding-left: 30px;
    }

    .fnc .elementor-container.elementor-column-gap-default,
    .tpm .elementor-container.elementor-column-gap-default,
    .scmep .elementor-container.elementor-column-gap-default { flex-direction: column-reverse !important; }

    h1 { word-break: break-word; }

    .scalebg {
        height: 300px !important;
        background-size: 145% !important;
    }

    .scalebg:hover { background-size: 200% !important; }

    



    /* 2-up elementor layout */
    .elementor-element.elementor-element-91056fe > .elementor-element,
    .elementor-element.elementor-element-ac5e5f1 > .elementor-element,
    .elementor-element.elementor-element-7edd504 > .elementor-element { width: 50%; }

    .elementor-element.elementor-element-aaad8ec h2,
    .elementor-element.elementor-element-c6a784d.elementor-widget.elementor-widget-heading h2,
    .elementor-element.elementor-element-60bee22.elementor-widget.elementor-widget-heading h2,
    .elementor-element.elementor-element-7514baa.elementor-widget.elementor-widget-heading h2,
    .elementor-element.elementor-element-74ca2b3 h2,
    .elementor-element-979e9b0 h2,
    .elementor-element-91056fe .elementor-widget-heading h2.elementor-heading-title,
    .elementor-element-ac5e5f1 .elementor-widget-heading h2.elementor-heading-title,
    .elementor-element-7edd504 .elementor-widget-heading h2.elementor-heading-title { font-size: 20px !important; }

    .elementor-element.elementor-element-03743bb.e-con-full.e-flex.e-con.e-child { border-left: 0; }

    .elementor-6886 .elementor-element.elementor-element-10c777d:not(.elementor-motion-effects-element-type-background),
    .elementor-6886 .elementor-element.elementor-element-10c777d > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-position: bottom; }

    .elementor-element.elementor-element-ab027f0,
    .elementor-element.elementor-element-22c762f.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-2f397f7.e-con-full.e-flex.e-con.e-child,
    .elementor-6882 .elementor-element.elementor-element-734eb59,
    .elementor-element.elementor-element-159e3b4.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-88a8ef5.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-a3c1083.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-2f397f7.e-con-full.e-flex.e-con.e-child.elementor-sticky { width: 100%; }

    .elementor-element.elementor-element-4d35759.e-con-full.padding.e-flex.e-con.e-child,
    .elementor-element.elementor-element-979e9b0.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-d622abc.e-con-full.padding.e-flex.e-con.e-child { flex-direction: column; }

    .elementor-element.elementor-element-88a8ef5.e-con-full.e-flex.e-con.e-child { margin-top: 30px; }

    .elementor-element.elementor-element-41901b1.e-con-full.e-flex.e-con.e-child { flex-direction: column; }

    .elementor-element.elementor-element-876f727.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-7edd504.e-con-full.e-flex.e-con.e-child { width: 100%; }

    a.header_logo.logo.logomobilered.hide { display: none; }

    .cta-footer-cases .e-con-inner,
    .cta-footer .e-con-inner { padding: 0; }

    .cta-footer-cases .e-child,
    .cta-footer .e-child { padding: 10px; gap: 0; }

    .footer_main-block_socials { gap: 10px !important; }

    .footer_main-block {
        width: 100%;
        font-weight: 100 !important;
    }

    div#nav_menu-2 { font-size: 18px; }

    .elementor-flip-box,
    .elementor-widget.elementor-widget-flip-box { height: 285px !important; }

    .elementor-element.elementor-element-4721f1c.e-con-full.e-grid.e-con.e-child {
        display: flex;
        flex-direction: column;
    }

    .elementor-element.elementor-element-29ddda1.e-con-full.e-flex.e-con.e-child { padding: 0 60px; }

    .elementor-element.elementor-element-5e1d6db.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        max-height: 2000px !important;
        height: fit-content !important;
        min-height: fit-content !important;
        margin-bottom: 0 !important;
    }

    .elementor-112 .elementor-element.elementor-element-f922793 .elementor-heading-title {
        font-size: 25px !important;
        line-height: 31px !important;
        margin-bottom: -25px;
    }

    .elementor-posts--thumbnail-left .elementor-post, .elementor-posts--thumbnail-right .elementor-post {
    flex-direction: column !important;
}



    .elementor-element.elementor-element-ab24299.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded { margin: 0 !important; }

    .elementor-element.elementor-element-e4c7619.e-flex.e-con-boxed.e-con.e-child { overflow: hidden; }

    .elementor-element.elementor-element-9a750c6.e-con-full.e-flex.e-con.e-child { flex-direction: row; }

    ul.services_list { grid-template-columns: repeat(2, 2fr); }


    section.brands.gradient.section { padding: 0; }

    :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-mobile,
    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone { display: block !important; }

    .elementor-element.elementor-element-48d2cb9.e-con-full.whyright.e-flex.e-con.e-child { height: 500px; }

    .hero3 h2 { text-align: left; }
    .hero3 h3 {
        text-align: left;
        font-size: 21px !important;
        font-weight: 300 !important;
    }

    br.breakhide:last-child { display: block !important; }


a.elementor-post__thumbnail__link {
    width: 100% !important;
    padding-right: 20px;
    margin-bottom: 20px;
}
.elementor-element.elementor-element-d046806.e-con-full.e-flex.e-con.e-child {
    flex-direction: column;
}
.elementor-9158 .elementor-element.elementor-element-6258ebf, .elementor-9158 .elementor-element.elementor-element-4b30abc, .elementor-element.elementor-element-28c9dc5.e-con-full.e-flex.e-con.e-child, .elementor-112 .elementor-element.elementor-element-28c9dc5, .elementor-element.elementor-element-b491b5c.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-0e49484.e-con-full.e-flex.e-con.e-child {
    width: 100% !important;
}

.elementor-112 .elementor-element.elementor-element-d046806 {
    --row-gap: 20px;
}

.elementor-element.elementor-element-0e49484.e-con-full.e-flex.e-con.e-child {
    padding: 20px 0 !important;
}

.elementor-element.elementor-element-bcc992c.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-f8c8a64.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-a27e8a1.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-bee5b1d.e-con-full.e-flex.e-con.e-child {
    flex-direction: column;
}

.elementor-element.elementor-element-b0522d5.e-con-full.whyleftcontain.e-flex.e-con.e-child {
    max-width: 100%;
}


    .cfg-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

.headingdouble {
    max-height: 160px;
}

.elementor-element.elementor-element-10dd40d.pagehead.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    margin-bottom: 20px;
}

.elementor-element-4afc90c .e-con-inner {
    padding: 40px 0;
    flex-direction: column !important;
}
    .elementor-9158 .elementor-element.elementor-element-4b30abc {
        --width: 100%;
    }
svg {
    margin: 0 !important;
    max-width: 75% !important;
}










}

/* =========================================================
   589px – 768px — Phone landscape
   ========================================================= */
@media (min-width: 589px) and (max-width: 768px) {
    .logo-container .elementor-column.elementor-col-16,
    .logo-container .elementor-column[data-col="16"] { width: 16%; }

    .workleft-l,
    .workright-r { height: 240px; }

    .workleft-r .elementor-spacer,
    .workright-l .elementor-spacer { height: 50px; }

    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-af212d6,
    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-24ed878 { width: 50%; }
}


/* =========================================================
   max-width: 740px
   ========================================================= */
@media (max-width: 740px) {
    br.breakhide:last-child { display: block !important; }
}


/* =========================================================
   max-width: 654px — Small phone
   ========================================================= */
@media (max-width: 654px) {
    .work-info h1 { font-size: 3rem; }
    .ourwork-container { padding: 50px; }

    .elementor-element.elementor-element-e952ab2.elementor-widget.elementor-widget-spacer,
    .elementor-element.elementor-element-6c0f687.elementor-widget.elementor-widget-spacer,
    .elementor-element.elementor-element-8742531.elementor-widget.elementor-widget-spacer { display: none; }

    .workright-l .elementor-widget-wrap.elementor-element-populated { justify-content: start; }

    .joinopen { margin-top: 474px; }
}


/* =========================================================
   max-width: 640px — Mobile menu / social layout
   ========================================================= */
@media (max-width: 640px) {
    .socialmedia-widget { justify-content: left; }

    .right-wrapper,
    .left-wrapper { max-width: 75%; padding: 30px; }

    .left-wrapper p,
    .right-wrapper p { font-size: 1rem; }

    #mobile-menu .mobile-menu-inner .mobile-inner-right,
    #mobile-menu .mobile-menu-inner > * { text-align: right !important; }

    .socialmedia-widget { justify-content: end; }

    #mobile-menu .mobile-menu-inner > * {
        display: block;
        align-self: auto;
        max-width: 100%;
        margin-top: 0;
    }

    div .socialmedia-widget:first-child { margin: 0 8vw; }

    .menulinks { margin: 78px 0 57px 0 !important; }
}


/* =========================================================
   max-width: 600px — Small mobile
   ========================================================= */
@media (max-width: 600px) {
section.rh-hero {
    height: 478px;
}
	.elementor-element.elementor-element-d046806.e-con-full.e-flex.e-con.e-child {
    gap: 20px;
}
	    header.header {
        top: 44px !important;
    }
/*
    header.header.headroom.headroom--not-bottom.header--pinned.headroom--top {
    margin: 0 !important;
}
	
	*/
header.header.headroom.headroom--top.headroom--not-bottom {
    top: 13px !important;
}
    .elementor-112 .elementor-element.elementor-element-d046806 {
        --gap: 40 !important;
        --row-gap: 40 !important;
        --column-gap: 40 !important;
    }
.elementor-element.elementor-element-9a027a9.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 20px !important;
}

    h2 {
        font-size: 42px !important;
    }

.elementor-element.elementor-element-b1d8de5.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 40px 20px;
}

    header.header.headroom.headroom--not-bottom.header--pinned.headroom--top.sticky, header.header.headroom.headroom--top.headroom--not-bottom.opened.sticky, header.header.headroom.headroom--top.headroom--not-bottom.sticky, header.header.headroom.headroom--not-bottom.sticky.header--pinned.headroom--top
Specificity: (0,5,1)
 {
        margin-top: 0 !important;
        top: 0 !important;
    }










}
/*
    .elementor-112 .elementor-element.elementor-element-50e2ad0 .elementor-heading-title {
        text-align: center;
    }

    .header { top: 0 !important; }

    header.header.headroom.headroom--not-bottom.header--pinned.headroom--top {
        top: 48px !important;
    }

    header.header.headroom.sticky.headroom--not-bottom.headroom--not-top.header--unpinned {
        margin-top: 0 !important;
    }

    .elementor-element.elementor-element-13f9f07.e-con-full.hero1.e-flex.e-con.e-child {
        margin-bottom: 0 !important;
    }

    .elementor-element.elementor-element-e4c7619.e-con-full.hero2.e-flex.e-con.e-child {
        margin: 0vh 0 10vh 0 !important;
    }

    .icon-linkedin img {
        height: 25px;
        width: auto;
        margin-top: 20px;
        margin-right: 1px;
    }

    ul.services_list { grid-template-columns: repeat(1, 1fr) !important; }

    .scalebg { min-height: 300px !important; }

    .pagehead br { display: none !important; }

    .pagehead p { font-size: 24px; }

    .elementor-posts--thumbnail-left .elementor-post,
    .elementor-posts--thumbnail-right .elementor-post {
        flex-direction: column;
    }

    a.elementor-post__thumbnail__link {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    h3.elementor-post__title a {
        font-size: 24px !important;
        font-weight: 400 !important;
    }
}
*/

/* =========================================================
   max-width: 591px
   ========================================================= */
@media (max-width: 591px) {
    .elementor-112 .elementor-element.elementor-element-f922793 > .elementor-widget-container,
    .elementor-112 .elementor-element.elementor-element-170d790 > .elementor-widget-container {
        margin: 0 !important;
    }

    .header_user { margin-right: 0 !important; }

    .hero3 h2 { text-align: left; }
    .hero3 h3 { text-align: left; }

    .hero2 { margin: 0 !important; }

.elementor-element.elementor-element-50e2ad0.elementor-widget.elementor-widget-heading h1 {
    font-size: 28px !important;
}

.hero3 {
    padding: 15px !important;
}

.scalebg.e-flex.e-con.e-child {
    height: 225px;
    min-height: 225px !important;
    max-height: 225px !important;
    background-size: cover !important;
}
.puppo img {
    margin-top: -26px;
    margin-bottom: -73px;
    margin-left: 8px;
    margin-right: -125px;
    width: 100%;
}
	.footabout {
    max-width: 100%;
}
	.footaboutcontainer {
    width: 100%;
    flex-direction: column;
}
p.footer_copy {
    padding: 0 20px !important;
    margin: 0;
    font-size: 14px !important;
    line-height: 14px !important;
}
.row1-mobile {
    flex-direction: column;
    text-align: right;
    margin-right: 20px;
}
	    .row1-mobile a {
			font-size: 26px;align-content
	}
	.services_list-item .cover {
    padding: 15px;
}

.services_list-item .content_main {
    padding: 15px;
}

p.content_main-text {
    font-size: 14px !important;
    line-height: 14px;
}
.elementor-element.elementor-element-bcc992c.e-con-full.e-flex.e-con.e-child {
    gap: 30px;
}
    .cfg-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
	.pagehead h2.elementor-heading-title.elementor-size-default {
    max-width: 100% !important;
    font-size: 40px !important;
    margin-top: 25px;
    margin-bottom: 10px !important;
}

.subhead p {
    font-size: 16px !important;
}
	    .padding .e-con-inner {
        padding: 40px 0 !important;
    }
	
.caseheadcontain {
    min-height: 326px !important;
}

.caseheadcontain .elementor-widget-image {
    margin-right: 0 !important;
}

h1, .pagehead h2, .casestudy-template .elementor-sticky h2, .caseheadcontain .elementor-widget-image:after {
    font-size: 36px !important;
}

.caseheadcontain .elementor-widget-image:after {
    padding-bottom: 0px !important;
    margin-bottom: -43px !important;
    top: -43px;
}
	.elementor-element.elementor-element-e1a79ee.e-con-full.e-flex.e-con.e-child {
    padding: 40px 20px;

}
	.elementor-element.elementor-element-e1a79ee.e-con-full.e-flex.e-con.e-child {
    padding: 40px 20px;
}
.cta-footer-cases {
    padding: 30px  !important;
}

.cta-footer-cases .e-con-inner {
    padding: 20px;
}
.cta-footer-cases .elementor-widget-container {margin-bottom: 0 !important;}

.cta-footer-cases .redbtn {
    margin: 0 !important;,
}
.elementor-9158 .elementor-element.elementor-element-e54b962 > .elementor-widget-container {
    margin: 0px 0px 0px 10px;
}	
	.bullets {
    padding-left: 10px;
}

.bullets .elementor-widget-icon {
    display: none;
}

.bullets p {
    text-align: left;
}
	
.elementor-9158 .elementor-element.elementor-element-f3e53b6 > .elementor-widget-container {
    margin: 22px 0px 0px 25px;
}
.elementor-element.elementor-element-377f7ee.elementor-widget.elementor-widget-heading h2 {
    font-size: 30px !important;
    line-height: 1em !important;
}	
	.header_nav .dropdown-list .list-item a {
    display: inline;
    padding: 0;
}
.elementor-element.elementor-element-09f20d2.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0px 0;
}	
.elementor-element.elementor-element-09f20d2.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0px 0;
}

span.elementor-icon {
    font-size: 30px !important;
    margin-bottom: -10px;
}

.elementor-element.elementor-element-b01a68e.e-con-full.e-grid.e-con.e-child {
    padding-left: 0;
    padding-top: 20px;
}	
	.cta-footer .elementor-widget-container {
    margin-bottom: 0px !important;
}
	
	.elementor-post__text {
    margin: 0 !important;
}
.newblog h3.elementor-post__title a {
    color: #000;
}	
.page-id-5551 .e-lottie__animation svg {
    margin: 0 !important;
    max-width: 100% !important;
}	
	.page-id-5551 .e-lottie__animation svg, .page-id-6884 .e-lottie__animation svg {
        margin:32px 0 -149px 35px !important;
        max-width: 100% !important;
    }
	.elementor-element-eb54398 svg {
    margin: -76px 14px -116px -205px !important;
}
.elementor-element.elementor-element-9e367d0.padding.e-con-full.e-flex.e-con.e-child {
    gap: 30px;
}	
    .elementor-element.elementor-element-91056fe > .elementor-element, .elementor-element.elementor-element-ac5e5f1 > .elementor-element, .elementor-element.elementor-element-7edd504 > .elementor-element {
        width: 100%;
    }	
	
.page-id-6886 .e-lottie__animation svg {
    margin: -30px -127px -147px !important;
    max-width: 100% !important;
}	
.elementor-element.elementor-element-c90d9ee.e-con-full.e-flex.e-con.e-child {
    gap: 20px;
}	
.elementor-element.elementor-element-b233d7e.e-con-full.e-flex.e-con.e-child {
    border-right: 2px solid #000 !important;
}	
	p.elementor-icon-box-description {
    margin-bottom: 15px !important;
}
.elementor-element.elementor-element-958fef7.elementor-widget.elementor-widget-heading h2 .highlight, .elementor-element.elementor-element-6fcc08c.elementor-widget__width-initial.elementor-widget.elementor-widget-heading .highlight {
    display: table-caption;
}	
.elementor-element.elementor-element-bb635f9.elementor-align-center.elementor-widget.elementor-widget-lottie svg {
    margin: -100px 23px -100px -183px !important;
}	
.elementor-blockquote--skin-border .elementor-blockquote {
	border-color: #9e9e9e;
	}	
	
	.elementor-element.elementor-element-531cc40.e-flex.e-con-boxed.e-con.e-child .e-con-inner {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
	
	
}


/* =========================================================
   max-width: 588px — Narrow phone
   ========================================================= */
@media (max-width: 588px) {
    .process h3 { font-size: 1.8rem; }

    .logo-container .elementor-column.elementor-col-16,
    .logo-container .elementor-column[data-col="16"] { width: 33%; padding: 10px; }

    .workleft-l,
    .workright-r { height: 240px; }

    .workleft-r .elementor-spacer,
    .workright-l .elementor-spacer { height: 50px; }

    .workright-wrapper .elementor-widget-spacer,
    .workleft-wrapper .elementor-widget-spacer { height: 0; margin-bottom: 0; }

    .slideup { margin-top: 0; }

    .home-titles { margin-left: 50px; }

    .workleft-r .work-info,
    .workright-l .work-info { padding: 0 20px 0 30px; }

    .homecasebtn {
        max-width: 100%;
        padding: 0 5px 0 30px;
        margin-top: 20px;
        float: none !important;
    }

    .work-info { padding: 20px 30px !important; }

    .elementor-element.elementor-element-ad69000.elementor-widget.elementor-widget-spacer,
    .elementor-element.elementor-element-5666fe9.elementor-widget.elementor-widget-spacer,
    .elementor-element.elementor-element-8742531.elementor-widget.elementor-widget-spacer,
    .elementor-element.elementor-element-e952ab2.elementor-widget.elementor-widget-spacer,
    .elementor-element.elementor-element-bd83e82.elementor-widget.elementor-widget-spacer { display: none; }

    .eael-post-block-grid { padding: 20px; }

    h2.eael-entry-title { line-height: 20px; }

    .elementor-element-b1f6d96 .drawsvg { height: 470px; }

    #lets-talk { padding-left: 30px; }

    .elementor-1554 .elementor-element.elementor-element-e23b44d,
    .elementor-1554 .elementor-element.elementor-element-379c15f8 { padding: 110px 50px 0 30px !important; }
}


/* =========================================================
   max-width: 553px — Header nudge
   ========================================================= 
@media (max-width: 553px) {
    .closepad { margin-top: -35px !important; }

    header.header.headroom.headroom--not-bottom.sticky.headroom--not-top.header--unpinned {
        margin-top: 10px;
    }
}

*/
/* =========================================================
   min-width: 450px – max-width: 687px
   ========================================================= */
@media (min-width: 450px) and (max-width: 687px) {
    br.breakhide:first-child { display: none !important; }
    br.breakhide:last-child { display: hidden !important; }
}


/* =========================================================
   max-width: 500px — Very small
   ========================================================= 
@media (max-width: 500px) {
    .caseheadcontain img {
        border-radius: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .elementor-element.elementor-element-b0522d5.e-con-full.whyleftcontain.e-flex.e-con.e-child { padding: 20px; }

    .dialog-message.dialog-lightbox-message { background: #000; }

    .elementor-element.elementor-element-48d2cb9.e-con-full.whyright.e-flex.e-con.e-child { height: 298px; }

    .elementor-element.elementor-element-bcc992c.e-con-full.e-flex.e-con.e-child { gap: 0; }

    .caseheadcontain .elementor-widget-image:after {
        content: 'Featured Work';
        font-family: "Oswald", Sans-serif;
        font-size: 24px !important;
        margin-top: 31px;
        justify-self: left;
        padding: 20px;
    }

    .caseheadcontain .elementor-widget.elementor-widget-image { background: #000; }

    .elementor-element.elementor-element-c5fc9a5.e-con-full.whyright.e-flex.e-con.e-child { height: 240px; }

    .footer_main-block_socials { gap: 8px; }

    .elementor-element-32532e6 h3.elementor-heading-title.elementor-size-default {
        font-size: 22px !important;
        line-height: 22px !important;
        margin: 50px 0;
    }

    .whyus .ticker-text { font-size: 23px; }

    .elementor-widget-lottie { margin-left: -10px; }

    .elementor-element.elementor-element-7edd504.e-con-full.e-flex.e-con.e-child { flex-direction: column; }

    .elementor-element.elementor-element-91056fe > .elementor-element,
    .elementor-element.elementor-element-ac5e5f1 > .elementor-element,
    .elementor-element.elementor-element-7edd504 > .elementor-element { width: 100%; }

    .elementor-element.elementor-element-fbb9d00.e-con-full.e-flex.e-con.e-child { margin-top: 100px; }

    .headingdouble h2.elementor-heading-title.elementor-size-default {
        text-wrap-mode: wrap;
        font-size: clamp(1.6rem, 9vw, 2.8125rem) !important;
    }

    .cta-footer-cases .e-con-inner { padding: 0 !important; }
    .cta-footer-cases { padding: 20px !important; }
    .cta-footer { padding: 40px !important; }

    .padding,
    .container,
    .elementor-element.elementor-element-6c00f21.padding.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
    .elementor-element.elementor-element-5e1d6db.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
    .elementor-element.elementor-element-d7e8a09.padding.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded { padding: 0 20px !important; }

    .featuredbtn p { font-size: clamp(0.75rem, 5vw, 1.125rem) !important; }

    .scalebg {
        height: 150px !important;
        background-size: 200% !important;
        min-height: auto !important;
    }

    .elementor-button-wrapper,
    a.elementor-button.elementor-button-link.elementor-size-sm,
    span.elementor-button-content-wrapper,
    .elementor-widget-button { width: 100% !important; }

    .elementor-element.elementor-element-0e49484.e-con-full.e-flex.e-con.e-child { padding: 0 0 20px; }

    .footer_copy {
        padding: 0 20px !important;
        font-size: 14px !important;
    }

    .row1-mobile a { font-size: 18px; }

    .row2-mobile {
        height: fit-content;
        background-color: #ed1c24;
        background-size: contain;
        background-repeat: no-repeat;
    }

    a.nav-item.nav-link {
        font-size: clamp(1.4rem, 6vw, 1.875rem);
        line-height: clamp(2rem, 8vw, 3rem);
    }

    .whyleftcontain { padding: 0 20px; }

    h3.elementor-heading-title.elementor-size-default {
        font-size: clamp(1.5rem, 7.5vw, 2.375rem) !important;
        line-height: clamp(1.8rem, 9vw, 3rem) !important;
        margin-bottom: -10px;
        margin-top: 10px;
    }

    header.header.headroom.sticky.headroom--not-top.headroom--not-bottom.header--unpinned.opened {
        top: 100vh !important;
        padding-bottom: 0;
    }

    .opened button#scrollTrigger { display: none !important; }

    #rcma-calc .rc-card { padding: 1.75rem 1.25rem; }
    #rcma-calc .rc-results { grid-template-columns: 1fr; }
    #rcma-calc .rc-cell--accent { grid-column: 1; }
}


/* =========================================================
   max-width: 450px — XS
   ========================================================= */
@media (max-width: 450px) {
    .contact-wrapper h1 { font-size: 3rem; }

    #lets-talk { padding-left: 0; }

    .footer-wrapper p:last-child { margin-bottom: 30px; }

    .elementor-1554 .elementor-element.elementor-element-b106937 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 40px;
    }

    .joinopen h4 { margin: 0; padding: 0; font-size: 22px; }

    span.elementor-accordion-icon.elementor-accordion-icon-left { margin-top: -10px; }

    .joinus strong {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 14px !important;
        margin-top: 16px;
        display: block;
    }
}


/* =========================================================
   max-width: 390px — iPhone SE / small Android
   ========================================================= */
@media (max-width: 390px) {
    ul.socialmedia-widget {
        margin: 0 0 0 20px !important;
        position: relative;
        flex-direction: column;
        justify-content: start;
        place-items: start;
    }

    .menusocial {
        position: relative;
        z-index: 99;
        margin-top: 99px !important;
        margin-left: -52px !important;
    }

    .socialmedia-widget li { padding: 11px; }

    .menulinks { margin-top: -208px !important; }

    .aboutintro p {
        font-size: 1.5rem !important;
        line-height: 2rem;
        font-weight: 500 !important;
    }

    .menuadd p { font-size: 4.5vw; }

    .aboutintro h4 { font-size: 12px; margin-top: -40px !important; }

    .elementor-1554 .elementor-element.elementor-element-b106937 { padding: 30px !important; }

    .work-info h1 { font-size: 2rem; line-height: 2rem !important; margin: 0 !important; }

    .work-info h2 {
        font-size: 1.4rem;
        line-height: 1.3rem;
        font-weight: 400;
        color: #afafaf;
        margin: 5px 0 10px 0 !important;
    }

    .ourwork-container { padding: 0; }

    article.eael-post-block-item.eael-post-block-column {
        width: 100%;
        flex: 1 1 100% !important;
        box-shadow: none;
        border-left: none;
        padding: 0;
    }

    .eael-post-block .eael-entry-wrapper { padding: 0 10px; }
    .eael-post-block .eael-entry-footer { padding: 10px 10px 5px; }

    #mobile-menu .socialmedia-widget.text-style li a {
        font-size: 12px !important;
        padding: 0 4px !important;
    }

    #header .header-inner .header-inner-right,
    .header-bar .header-bar-inner .header-bar-inner-right { flex: 0; justify-content: flex-end; }

    .header-toggle .text span { font-size: 12px !important; }
    .header-toggle .text { margin-right: -17px; }

    .sticky-on-scroll .header-inner.clearfix.wrapper { padding: 0 !important; }

    .elementor-1554 .elementor-element.elementor-element-56ff9a2 .eael-entry-thumbnail { height: 170px !important; }

    .learningheading {
        margin-left: -20px;
        max-width: 350px !important;
        font-size: 20px !important;
    }

    .single-post .elementor-top-section { padding-top: 29px; }

    .single-post h3.elementor-heading-title.elementor-size-default { font-size: 40px; }

    .elementor-post-navigation { flex-direction: column; }

    .elementor-post-navigation .elementor-post-navigation__link {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .footercase_right h4 { font-size: 1.3rem; }

    .footercase_left p { color: #ccc; font-size: 1.8rem; line-height: 1.8rem; }

    .casehead { margin-top: 0; }

    section.elementor-section.elementor-top-section.elementor-element.elementor-element-e78cb64.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default { display: none; }

    .learningheading p { font-size: 26px; line-height: 30px; max-width: 325px; }

    section.elementor-section.elementor-top-section.elementor-element.elementor-element-b1f6d96.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default { margin-top: 40px; }

    section.elementor-section.elementor-top-section.elementor-element.elementor-element-d4f620a.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-07d41af.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default,
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-2b7db63.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default { width: 851px; }

    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-af212d6,
    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-24ed878 { width: 100%; }

    .blog-r-wrapper .elementor-widget-container { margin-right: 0; }

    .contact-wrapper h1 { font-size: 37px; line-height: 40px !important; }

    .elementor-4425 .elementor-element.elementor-element-2a54cc22 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 70px 50px 0 50px;
    }

    .elementor-1554 .elementor-element.elementor-element-b5f2436 .elementor-heading-title {
        font-size: 76px !important;
        font-weight: 400;
        line-height: 72px !important;
        letter-spacing: 1.2px;
    }

    .footer_main-block_content,
    .footer p,
    .footer a,
    .footer #nav_menu-2 a,
    .redbtn { font-size: 15px; }
}


/* =========================================================
   max-width: 380px — Very small Android
   ========================================================= */
@media (max-width: 380px) {
    br.breakhide:first-child { display: block !important; }
    br.breakhide { display: block !important; }
    br.breakhide:last-child { display: block !important; }

    .rotate.shape {
        width: 50px;
        height: 50px;
    }

    .elementor-112 .elementor-element.elementor-element-c69e9b8 .elementor-heading-title {
        font-size: 48px !important;
        margin-bottom: 10px;
        text-wrap: auto !important;
        width: 100%;
    }

    .header_logo-wrapper { height: 29px; }

    header.header.headroom.headroom--top.headroom--not-bottom {
        top: 50px !important;
    }

    header.header.headroom.sticky.headroom--not-bottom.headroom--not-top.header--unpinned {
        margin-top: 0 !important;
    }

    header.header.headroom.headroom--not-bottom.sticky.headroom--not-top.header--unpinned {
        top: 64px !important;
    }

    .elementor-element.elementor-element-12034db.e-flex.e-con-boxed.e-con.e-child {
        margin-bottom: 0;
    }
}



/* =========================================================
   max-height: 950px
   ========================================================= 

@media (max-height: 950px) {

.hero1 {
    height: 72px;
}


@media (max-height: 600px) {

    section.rh-hero {
        height: calc(100vh + 164px);
        margin-top: 50px;
    }
    .rh-box {
    margin-top: -50px;
}
}




*/



