/* styles */

/*===========================================
=           1LiVNG Media Queries            =
=============================================

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

}

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

}

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

}

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

}

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

}

/*========================================*/

/* general */

img,
svg {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    contain: layout paint;
    /* position: fixed; */
}

.text_blue {
    color: #3258FF;
}

/* header */

#site-header {
    display: none !important;
}

/* footer_menu */

.footer_menu .menu-item {
    flex: 0 0 25% !important;
}

.footer_menu .menu-item a {
    display: block;
}

.hover_black a {
    transition: .4s !important;
}

.hover_black a:hover {
    color: #000 !important;
}

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

    .footer_menu ul,
    .footer_menu li,
    .footer_menu a {
        /* display: block !important; */
        justify-content: space-between;
    }

    .footer_menu li {
        margin-bottom: 20px !important;
    }

    .footer_menu .menu-item {
        flex: 0 0 50% !important;
    }

    .footer_menu li:last-child {
        /* margin-bottom: 0px !important; */
    }

    .footer_copyright {
        margin-top: 20px !important;
    }
}


.home_modern_solutions_img {
    aspect-ratio: 412 / 688;
}

.home_roi_sub sub {
    bottom: 0 !important;
    font-size: 40% !important;
    margin-left: .1em;
}

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

    .home_roi_item_3 {
        margin-top: 254px;
        margin-left: -270px;
    }

    .home_roi_item_4 {
        margin-top: 254px;
    }
}

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

    .home_roi_item_3 {
        margin-top: 200px;
        margin-left: -206px;
    }

    .home_roi_item_4 {
        margin-top: 200px;
    }
}

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

    .home_roi_item_3 {
        margin-top: 0;
        margin-left: 0;
    }

    .home_roi_item_4 {
        margin-top: 0;
    }
}


/* Boxed Element In Fullwidth Section (with container) */

@media only screen and (min-width : 1420px) {

    .boxed_left {
        padding-left: calc( ( ( ( 100vw - 17px ) - 1440px ) /2 ) - 80px ) !important;
    }

    .boxed_right {
        padding-right: calc( ( ( ( 100vw - 17px) - 1440px ) /2 ) - 80px ) !important;
    }

    body.mac .boxed_left {
        padding-left: calc( ( (  100vw - 1440px ) /2 ) - 80px ) !important;
    }
    body.mac .boxed_right {
        padding-right: calc( ( ( 100vw - 1440px ) /2 ) - 80px ) !important;
    }

    body.mac.scrollbars-visible .boxed_left {
        padding-left: calc( ( ( ( 100vw - 15px ) - 1440px ) /2 ) - 80px ) !important;
    }

    body.mac.scrollbars-visible .boxed_right {
        padding-right: calc( ( ( ( 100vw - 15px) - 1440px ) /2 ) - 80px ) !important;
    }

}

/* home hero fixed */

body.page-id-758 {
    background-color: #3258FF !important;
}

@media only screen and (max-width : 1919px) {
    body.page-id-758 .home_hero {
        padding: 28px 80px 38px 80px;
    }
}

@media only screen and (max-width : 1439px) {
    body.page-id-758 .home_hero {
        padding: 28px 31px 28px 31px;
    }
}

@media only screen and (max-width : 833px) {
    body.page-id-758 .home_hero {
        padding: 20px 20px 20px 20px;
    }
}

/* home footer */

body.page-id-809 .elementor-location-header {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 100vh !important;
    margin-right: auto !important;
    margin-left: auto !important;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%) !important;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%) !important;
}

body.page-id-809 .home_hero {
    z-index: 1 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.elementor-location-footer {
    position: relative !important;
    display: grid !important;
    align-content: stretch !important;
    justify-content: stretch !important;
    min-height: 100vh !important;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0) !important;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0) !important;
}

.elementor-location-footer:before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.footer_group {
    position: relative !important;
    top: -100vh !important;
    left: 0 !important;
    height: calc(100% + 100vh) !important;
    -webkit-clip-path: polygon(0 100vh, 0 100%, 100% 100%, 100% 100vh) !important;
    clip-path: polygon(0 100vh, 0 100%, 100% 100%, 100% 100vh) !important;
    z-index: 2 !important;
}

body.e--ua-firefox .footer_group {
    top: 0 !important;
    height: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
}

.footer_group .e-con-inner {
    position: sticky !important;
    top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    height: auto !important;
    justify-content: space-between !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: auto !important;
    flex-wrap: nowrap !important;
}

/* body.e--ua-firefox .home_footer_content */
body.e--ua-firefox .footer_group .e-con-inner {
    position: static !important;
}




/* home hero */

.home_hero > .e-con-inner {
    flex-wrap: nowrap !important;
}


.home_hero .home_welcome_title br:nth-child(1) { /* welcome to */
    display: none;
}

.home_hero .home_welcome_title br:nth-child(2) { /* to the */
    display: inline;
}

.home_hero .home_welcome_title br:nth-child(3) { /* future of */
    display: none;
}



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

    .home_hero .home_welcome_title br:nth-child(1) { /* welcome to */
        display: inline;
    }

    .home_hero .home_welcome_title br:nth-child(2) { /* to the */
        display: none;
    }

    .home_hero .home_welcome_title br:nth-child(3) { /* future of */
        display: inline;
    }
}

/* home_hero_animation */

.home_hero_animation_desktop {
    display: flex !important;
    flex-direction: column !important;
}

.home_hero_animation_desktop span {
    display: block !important;
}

.home_hero_animation_mobile {
    display: none !important;
    flex-direction: column !important;
}

.home_hero_animation_mobile span {
    display: block !important;
}

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

    .home_hero_animation_desktop {
        display: none !important;
    }

    .home_hero_animation_mobile {
        display: flex !important;
    }
}

.home_welcome_title_anim_line_group {
    position: relative;
    height: 152px;
    overflow: hidden;
}

.home_welcome_title_anim_line {
    position: absolute;
    transform: translateY(-105%);
}

@media only screen and (max-width : 1919px) {
    .home_welcome_title_anim_line_group {
        height: 128px;
    }
}

@media only screen and (max-width : 1439px) {
    .home_welcome_title_anim_line_group {
        height: 109px;
    }
}

@media only screen and (max-width : 1079px) {
    .home_welcome_title_anim_line_group {
        height: 128px;
    }
}

@media only screen and (max-width : 833px) {
    .home_welcome_title_anim_line_group {
        height: 65px;
    }
}

@media only screen and (max-width : 392px) {
    .home_welcome_title_anim_line_group {
        height: 51px;
    }
}

/* privacy_policy */

.privacy_policy h2 {
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #3258FF;
}

.privacy_policy p {
    margin-bottom: 1em;
}

.privacy_policy a {
    color: #3258FF;
}

.privacy_policy p,
.privacy_policy blockquote,
.privacy_policy li,
.privacy_policy a,
.privacy_policy th,
.privacy_policy td {
    font-size: 20px !important;
    line-height: 1.3 !important;
}

.privacy_policy th {
    text-align: left;
    font-weight: 700 !important;
}

.privacy_policy ul {
    margin-bottom: 1em !important;
}

.privacy_policy li {
    margin-bottom: .5em !important;
}

.privacy_policy p small {
    line-height: 1.3;
    display: block;
}

.privacy_policy .table_responsive {
    overflow-x: scroll;
}

.privacy_policy table {
    min-width: 770px !important
}

.privacy_policy table td.no_wrap {
    white-space: nowrap;
}

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

    .privacy_policy h2 {
        font-size: 24px !important;
    }

    .privacy_policy p,
    .privacy_policy blockquote,
    .privacy_policy li,
    .privacy_policy a,
    .privacy_policy th,
    .privacy_policy td {
        font-size: 18px !important;
    }
}

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

    .privacy_policy h2 {
        font-size: 20px !important;
    }

    .privacy_policy p,
    .privacy_policy blockquote,
    .privacy_policy li,
    .privacy_policy a,
    .privacy_policy th,
    .privacy_policy td {
        font-size: 16px !important;
    }
}
