/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2025 | 15:06:43 */
/* -- PLOW/RESILINC CUSTOM STYLES -- */

/* Animation Overflow fix - Add Body Class animation-overflow */
.animation-overflow #outer-wrap{
    overflow: hidden !important;
}
.animation-overflow .elementor-widget-text-editor ul li,
.animation-overflow .elementor-widget-text-editor ol li{
    list-style-position: outside;
    margin-left: 18px;
}
.full-width .container{
    max-width: 100% !important;
    padding: 0 20px;
}

/* Main Container Max Width */
.animation-overflow .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1250px !important;
}

/* Arrow Button Animation */
.arrow-btn svg{
    transition: transform .2s ease-out;
}
.arrow-btn:hover svg{
    transform: translateX(5px) scale(1.1);
}

/* Section Label Tag */
.block-label{
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-label p{
    background: #E2EDFC;
    border-radius: 4px;
    padding: 12px 28px;
    margin: 0 auto;
    line-height: 1;
}
.block-label-icon{
    width: auto !important;
}
.block-label-icon .elementor-element{
    max-width: none !important;
}
.block-label-icon .elementor-element .elementor-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-label-icon .elementor-section .elementor-container{
    flex-wrap: nowrap !important;
}
.block-label-icon .block-label-icon .elementor-inner-column,
.block-label-icon .elementor-element{
    width: auto !important;
}

/* logo Grid */
.customLogo-grid .qodef-grid-inner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
.customLogo-grid .qodef-grid-item{
    display: flex;
    align-items: center;
}


/* Agentic In Action Form */
.custom-form .elementor-button-icon, .arrow-btn .elementor-button-icon{
    display: flex;
    align-items: center;
    width: 16px;
}
.custom-form .elementor-field-type-submit{
    width: 235px;
    margin: 20px auto 0;
}
.custom-form .elementor-field-type-submit .elementor-button span{
    letter-spacing: normal;
}
.custom-form .elementor-button[type="submit"]{
    text-transform: none !important;
}
.custom-form .elementor-button[type="submit"] i,
.arrow-btn i{
    font-size: 18px;
    transition: transform .2s ease-out;
    position: absolute;
}
.vertical-tab-content .arrow-btn i{
    font-weight: 600;
}
.custom-form .elementor-button[type="submit"]:hover i,
.arrow-btn:hover i{
    transform: translateX(5px) scale(1.1);
}

/* Slanted Section w/ Cards */
.slanted-block{
    position: relative;
    opacity: 1 !important;
    animation-name: none !important;
}
.slanted-block:before{
    content:"";
    display: block;
    width: 550px;
    height: 80px;
    position: absolute;
    top: -55px;
    right: -570px;
    z-index: 2;
    opacity: 0;
    transform: skew(-15deg) rotate(-6deg);
    background: rgb(76,129,191);
    background: linear-gradient(90deg, rgba(76,129,191,0.3) 42%, rgba(144,212,192,0.3) 100%);
}

@keyframes diagonal-move-anim {
	0% {
		top: -60px;
        right: -570px;
        opacity: 0;
	}
	100% {
		top: -5px;
        right: 0;
        opacity: 1;
	}
}
.slanted-block.animated.fadeIn{
    opacity: 1 !important;
    display: block !important;
    animation-name: none !important;
}
.slanted-block.animated:before{
	animation: diagonal-move-anim .75s ease-out forwards;
	animation-delay: .4s;
}
.slanted-block:after{
    content:"";
    display: block;
    width: 550px;
    height: 80px;
    position: absolute;
    bottom: -65px;
    left: -570px;
    z-index: 2;
    opacity: 0;
    transform: skew(-15deg) rotate(-6deg);
    background: rgb(76,129,191);
    background: linear-gradient(90deg, rgba(76,129,191,0.3) 42%, rgba(144,212,192,0.3) 100%);
}
@keyframes diagonal-move-anim-2 {
	0% {
		bottom: -60px;
        left: -570px;
        opacity: 0;
	}
	100% {
		bottom: -5px;
        left: 0;
        opacity: 1;
	}
}
.slanted-block.animated:after{
	animation: diagonal-move-anim-2 .75s ease-out forwards;
	animation-delay: 2.4s;
}
.slanted-block p.elementor-heading-title{
    font-weight: 400 !important;
}

/* Vertical Tabs */

.vertical-tabs .eael-tabs-content{
    overflow: visible !important;
}
.vertical-tabs .eael-tabs-nav {
    width: calc(93% - 400px);
    /* max-width: 545px; */
    margin-right: 7%;
}
.eael-tabs-content{
    min-width: 400px !important;
    max-width: 400px !important;
}
.vertical-tabs .eael-tabs-nav > ul li{
    text-align: left !important;
    align-items: flex-start !important;
}
.vertical-tabs .eael-tabs-nav > ul li i{
    margin-top: 4px;
}
.vertical-tabs .eael-tabs-nav > ul li.active .heroIcons-rocket-launch_outline:before {
    content: "\eb53" !important;
}
.vertical-tabs .eael-tabs-nav > ul li.active .heroIcons-truck_outline:before{
    content: "\eb73" !important;
}
.vertical-tabs .eael-tabs-nav > ul li.active .heroIcons-eye-dropper_outline:before{
    content: "\eaf4" !important;
}
.vertical-tabs .eael-tabs-nav > ul li.active .heroIcons-server-stack_outline:before{
    content: "\eb58";
}
.animated-hero{
    overflow: hidden !important;
}
.animated-hero .animation-container{
    position: relative;
    z-index: 1;
}
.leadership-image{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.leadership-flex .elementor-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Timeline */
.timeline-progress-bar{
    width: 6px;
}
.custom-timeline .time-line-bar{
    width: 28px !important;
    height: auto;
    margin: 0 auto !important;
    position: absolute;
    left: -11px !important;
    right: 0 !important;
}
.custom-timeline .time-line-bar.elementor-sticky--active{
    left: 0px !important;
}

.time-line-container, .time-line-container .elementor-widget-wrap{
    width: 6px !important;
    position: relative;
    margin: 0 auto;
}
.time-line-container .elementor-widget-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-timeline:before{
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 2;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
}
.custom-timeline:after{
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
}
.site-footer{
    z-index: 3;
}
.timeline-row .elementor-container {
    display: flex;
}
.timeline-row .elementor-container .elementor-column{
    width: calc(50% - 3px) !important;
}
.timeline-row .elementor-container .elementor-column:nth-of-type(2){
    width:6px;
    min-width: 6px;
    max-width: 6px;
}

/* Platform page */
.custom-grid-row .elementor-widget{
    margin: 0 !important;
}
div#learn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: 0 auto;
}
.custom-image-box{
    width: auto !important;
    margin: 0 auto;
}
.custom-image-box .elementor-image-box-wrapper{
    background: #fff;
    padding: 10px 30px 10px 10px;
    border-radius: 50px;
}
.custom-image-box .elementor-image-box-wrapper{
    justify-content: center;
}
.custom-image-box .elementor-image-box-wrapper figure{
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    border-radius: 100%;
    overflow: hidden;
}
.custom-image-box .elementor-image-box-wrapper img{
    width: 45px !important;
    height: 45px !important;
    border-radius: 0;
    object-fit: cover;
}
.custom-image-box .elementor-image-box-wrapper h3{
    margin: 0;
    text-align: left;
}
.flex-column{
    display: flex;
}
.flex-footer .elementor-section.elementor-section-boxed>.elementor-container{
    flex-wrap: nowrap;
}
.flex-footer .elementor-column{
    width: 20% !important;
}
.flex-footer .elementor-column:first-of-type{
    max-width: 37.5% !important;
    min-width: 37.5% !important;
}

/* Custom Counter */
.custom-text-counter .elementor-counter .elementor-counter-number-prefix{
    display: none;
}
.custom-text-counter.show-prefix .elementor-counter .elementor-counter-number-prefix{
    display: block;
}
.animation-overflow .elementor-section.elementor-section-boxed.custom-counter-wrapper .elementor-container{
    justify-content: center;
    max-width: 900px !important;
    margin: 0 auto !important;
}
.custom-counter-wrapper .elementor-inner-column{
    width: 33.3% !important;
    padding: 0 30px;
}
.custom-counter-wrapper .custom-text-counter:before{
    content: "";
    height: 41px;
    width: 3px;
    background: #1FDD90;
    z-index: 5;
    display: block;
    float: left;
    position: absolute;
    left: -15px;
    top: -10px;
}
.custom-counter-wrapper .elementor-container{
    flex-wrap: nowrap;
}

/* Custom Header */
.customMenu2025 .elementor-section.elementor-section-boxed>.elementor-container{
    max-width: 1500px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customMenu2025 .elementor-element.elementor-element-f5684f9,
.customMenu2025 .elementor-element.elementor-element-8ad621a {
    min-width: 320px;
    max-width: 320px;
    padding-right: 10px;
} 
.customMenu2025 ul.mega-sub-menu {
    margin-top: 29px !important;
}
.customMenu2025 #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link:hover {
    border-bottom: none !important;
}
.customMenu2025  .elementor-element.elementor-element-def9a28,
.customMenu2025  .elementor-element.elementor-element-3afdc46{
    width: 100% !important;
}
.customMenu2025 .flex-column .elementor-button{
    width: 100% !important;
}
.elementor-element #mega-menu-wrap-footer_menu #mega-menu-footer_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 0px !important;
}
.elementor-element #mega-menu-wrap-footer_menu #mega-menu-footer_menu a.mega-menu-link .mega-description-group .mega-menu-description{
    font-size: 12px;
    font-style: normal;
}
.elementor-element #mega-menu-wrap-footer_menu #mega-menu-footer_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    padding: 0px 25px 10px !important;
}
.mega-sub-menu h4.mega-block-title {
    font-size: 14px !important;
    margin: 10px 0 0 !important;
}
#mega-menu-wrap-footer_menu {
    margin-top: -9px;
}
ul#mega-menu-footer_menu ul.mega-sub-menu a{
    font-weight: 600 !important;
    color: #131c3c !important;
}
ul#mega-menu-footer_menu ul.mega-sub-menu a:hover{
    color: #1154a2 !important;
}
#mega-menu-item-35694 .mega-sub-menu:first-of-type{
    width: 1080px !important;
}
#mega-menu-item-35758 .mega-sub-menu:first-of-type{
    width: 350px !important;
}
.elementor-element ul#mega-menu-footer_menu .mega-sub-menu .mega-sub-menu .mega-menu-item li.menu-item {
    list-style: none !important;
    margin: 10px 0 25px !important;
    font-size: 14px;
    line-height: 22px;
}
.elementor-element ul#mega-menu-footer_menu .mega-sub-menu .mega-sub-menu .mega-menu-item li.menu-item:last-of-type{
    margin-bottom: 10px !important;
}
.megaMenuCustomStyles{
    border-right: solid 1px #dfe3e5 !important;
	height: 247px !important;
}
.custom-mobile-nav .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 16px !important;
}
.elementor-element ul.mega-sub-menu {
    padding-bottom: 10px !important;
}
.header-logo{
    width: 180px !important;
    margin-right: 23px !important;
}
.header-logo .elementor-widget-container, .header-logo a, .header-logo img{
    width: 100% !important;
}
.custom-top-bar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-top-bar p{
    margin-bottom: 0 !important;
}
.custom-top-bar a{
    color: #fff !important;
    text-decoration: underline;
}
.custom-tab-section .custom-shape{
    position: absolute;
    width: 60% !important;
    height: 80%;
    bottom: -30px;
    left: -30px;
    border-bottom-left-radius: 40px;
}
.custom-shape.aerospace{
    background: #FDECC8;
}
.custom-shape.automotive{
    background: #FDECC8;
}
.custom-shape.healthcare{
    background: #FDECC8;
}
.custom-shape.hightech{
    background: #FDECC8;
}
.custom-tab-section .elementor-column.elementor-col-50{
    width: 100%;
}
.vertical-tabs .eael-tabs-content .eael-advance-tabs{
    padding-top: 0 !important;
}

.custom-tab-section .eael-tab-title{
    font-size: 16px !important;
}
.custom-tab-section .eael-tab-title .tab-arrow{
    font-size: 14px !important;
}
.custom-tab-section .larger-text {
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}
.list-icon li {
    padding: 24px 32px !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .25);
    background: white;
    border-radius: 10px;
}
.two-column-kicker .kicker-icon{
    width: 25px !important;
    min-width: 25px !important;
    max-width: 25px !important;
}
.header-search-btn{
    max-width: 33px;
    margin-right: 15px;
}
.customMenu2025.mega-menu-desk .elementor-search-form--skin-full_screen .elementor-search-form__container{
/* top: 8px !important; */
    right: 0;
    left: 10%;
    margin: 0 auto 0 auto !important;
    max-width: 31% !important;
    min-height: 40px !important;
    height: 40px !important;	
}
.customMenu2025.header-with-topbar.mega-menu-desk .elementor-search-form--skin-full_screen .elementor-search-form__container{
    top: 4px !important;
    right: 0;
    margin: 0 auto 0 auto !important;
    max-width: 70%;
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg{
    color: #0D2444 !important;
}
.customMenu2025 .elementor-lightbox .dialog-lightbox-close-button {
 /*   margin: auto !important;*/
    width: 20px;
    cursor: pointer;
}

.--eael-wrapper-link-tag{
    z-index: 10 !important;
}
.elementor p a {
    font-weight: bold;
    color: #14539E;
    text-decoration: none;
}
.elementor p a:hover {
    font-weight: bold;
    color: #14539E;
    text-decoration: underline;
}
.testimonial-block p a{
    color: #0D2444 !important;
}


body.animation-overflow .mktoForm .mktoButtonWrap.mktoSkip .mktoButton,
body.animation-overflow .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #26A376 !important;
    width: 350px !important;
    height: auto !important;
    padding: 13px 24px 15px 24px !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-family: 'Roboto';
    text-transform: none;
    letter-spacing: 0px !important;
}
body.animation-overflow .mktoForm .mktoButtonWrap.mktoSkip .mktoButton:after ,
body.animation-overflow .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:after {
    content: "\e91f";
    font-family: 'HeroIcons' !important;
    margin: 0 0 0 5px;
    font-size: 19px;
    font-weight: normal;
    top: 3px;
    position: relative;
    transition: transform .2s ease-out;
    display: inline-block;
} 
body.animation-overflow .mktoForm .mktoButtonWrap.mktoSkip .mktoButton:hover,
body.animation-overflow .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:hover{
    background-color: #209068 !important;
}
body.animation-overflow .mktoForm .mktoButtonWrap.mktoSkip .mktoButton:hover:after,
body.animation-overflow .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:hover:after{
    transform: translateX(5px) scale(1.1);
}

/* Responsive Styles */

@media screen and (max-width: 1280px){
    .slanted-block .container {
        max-width: 100%;
        padding: 0 25px;
    }
}
@media screen and (max-width: 1280px){
    .elementor-35700 .elementor-element.elementor-element-811f968 > .elementor-widget-container{
        margin-left: 0 !important;
    }
    .elementor-35700 .elementor-element.elementor-element-9529d9e > .elementor-widget-container,
    .elementor-35700 .elementor-element.elementor-element-730dca4 > .elementor-element-populated {
        padding-left: 0 !important;
    }
    #mega-menu-item-35694 .mega-sub-menu:first-of-type{
        width: 840px !important;
    }
    .full-width .container{
        max-width: 90% !important;
        padding: 0;
    }
}
@media screen and (max-width: 1024px){
    .custom-form .elementor-field-type-submit{
        width: 220px;
        margin: 20px auto 0;
    }
    .customLogo-grid .qodef-grid-item{
        transform: scale(.85);
    }
    .vertical-tabs .eael-tabs-nav {
        width: calc(93% - 350px);
    }
    .vertical-tab-content {
        width: 300px !important;
    }
    .custom-form .elementor-button[type="submit"]{
        padding: 13px 18px;
    }
    .slanted-block:before{
        margin-top: -5px;
    }
    .slanted-block:after{
        margin-bottom: -5px;
    }
    .flex-footer .elementor-column:first-of-type {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .flex-footer .elementor-column {
        max-width: 18%;
    }
    .custom-counter-wrapper .custom-text-counter:before{
        top: -4px;
    }
    .elementor-35833 .elementor-element.elementor-element-b47e320 .elementor-heading-title {
        font-size: 50px;
    }
    .list-icon li {
        padding: 20px 28px !important;
    }
    .customMenu2025 ul.mega-sub-menu {
        margin-top: 28px !important;
    }
}
@media screen and (max-width: 900px){
    .flex-footer .elementor-column {
        max-width: 18%;
    }
    .flex-footer .elementor-column {
        max-width: none;
        width: 25% !important;
    }
}
@media screen and (max-width: 767px){
    .animated-chevron{
        height: 100%;
    }
    .animated-chevron .elementor-widget-container{
        transform: none !important;
        --translateY: 0 !important;
        height: 100%;
    }
    .animated-hero .elementor-top-column{
        z-index: 2;
    }
    .animated-hero .animation-container{
        position: absolute;
        top: 0;
        z-index: 1;
        height: 100%;
        overflow: hidden;
    }
    .animated-hero .animation-container .e-lottie__container{
        position: relative;
        height: 100%;
        width: 100%;
        right: -20%;
    }
    .animated-hero .animation-container .e-lottie__animation{
        height: 140%;
    }
    .block-label p{
        padding: 10px 24px;
    }
    .vertical-tabs .eael-tabs-nav {
        margin-right: 0px;
        width: 100%;
    }
    .vertical-tab-content {
        width: 400px !important;
        margin: 50px auto 0;
    }
    .time-line-bar.elementor-sticky--active{
        right: auto !important;
    } 
    .custom-timeline .time-line-bar.elementor-sticky--active {
        inset-inline-start: unset !important;
    }
    .timeline-row .elementor-container .elementor-column{
        width: calc(60% - 3px) !important;
    }
    .timeline-row .elementor-container .elementor-column:nth-of-type(1){
        width: calc(40% - 3px) !important;
    }
    .custom-image-box{
        max-width: none !important;
    }
    .custom-image-box .elementor-image-box-wrapper {
        flex-direction: row !important;
        display: flex;
        align-items: center;
    }
    .custom-image-box .elementor-image-box-wrapper .elementor-image-box-img{
        margin-right: 15px !important;
    }
    div#learn-more {
        width: 120px;
    }
    .flex-footer-mobile .elementor-section.elementor-section-boxed>.elementor-container{
        flex-wrap: nowrap;
    }
    .custom-tab-section .elementor-column.elementor-col-50{
        width: 100%;
        margin-top: 0;
    }
    .eael-tabs-content {
        min-width: 400px !important;
        max-width: 400px !important;
        margin: 30px auto 0 auto;
    }
    .custom-tab-section .custom-shape{
        bottom: -30px;
        left: -30px;
        border-bottom-left-radius: 30px;
    }
    .custom-tab-section .eael-tab-title{
        font-size: 14px !important;
    }
    .custom-tab-section .eael-tab-title .tab-arrow{
        font-size: 12px !important;
    }
    .custom-tab-section .larger-text {
        font-size: 18px;
        display: block;
        margin-bottom: 5px;
    }
    .leadership-row .elementor-widget-wrap {
        max-width: 300px;
        margin: 0 auto 30px !important;
        padding: 0 20px !important;
    }
    .elementor-35833 .elementor-element.elementor-element-b47e320 .elementor-heading-title {
        font-size: 35px;
    }
    .two-column-section .elementor-container{
        flex-direction: column-reverse !important;
    }
    .two-column-section  .two-column-kicker .elementor-container {
        flex-direction: row !important;
    }
    .two-column-section .elementor-top-column {
        margin-bottom: 40px;
    }
    .list-icon li {
        padding: 18px 26px !important;
    }
    .slanted-block .container {
        padding: 0 15px;
    }
    .custom-counter-wrapper .elementor-container{
        flex-wrap: wrap;
    }
    .custom-counter-wrapper .elementor-inner-column {
        transform: translateX(0);
        width: 100% !important;
        max-width: none;
        margin: 25px 0;
        padding: 0 20px;
        flex-wrap: wrap;
    }
    body.animation-overflow .mktoForm .mktoButtonWrap.mktoSkip .mktoButton,
    body.animation-overflow .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
        width: 300px !important;
    }
}
@media screen and (max-width: 600px){
    .flex-footer-mobile .elementor-section.elementor-section-boxed>.elementor-container {
        flex-wrap: wrap;
        max-width: 370px !important;
        margin: 0 auto;
        position: relative;
        /* right: -30px; */
    }
}
@media screen and (max-width: 480px){
    .vertical-tab-content {
        width: 100% !important;
        margin: 45px auto 0;
    }
    .customLogo-grid .qodef-grid-item{
        transform: scale(.75);
    }
    .custom-timeline:before, .custom-timeline:after{
        height: 80px;
    }
    .leadership-flex .elementor-column{
        width: 100% !important;
    }
    .timeline-row .elementor-container .elementor-column:nth-of-type(2) {
        min-width: 4px;
        max-width: 4px;
    }
    .timeline-row .elementor-container .elementor-column:nth-of-type(2) img {
        width: 18px;
        margin-left: -2px;
    }
    .custom-timeline .time-line-bar.elementor-sticky--active{
        margin-left: 2px !important
    }
    .flex-footer-mobile .elementor-section.elementor-section-boxed>.elementor-container {
        flex-wrap: wrap;
        max-width: 340px !important;
        margin: 0 auto;
        position: relative;
        right: -25px;
    }
    .custom-tab-section .custom-shape{
        bottom: -20px;
        left: -20px;
        border-bottom-left-radius: 30px;
    }
    .custom-counter-wrapper .elementor-inner-column{
        margin: 15px 0;
    }
}
@media screen and (max-width: 430px){
    .eael-tabs-content {
        min-width: 100% !important;
        max-width: none !important;
        margin: 20px auto 0 auto;
    }
}
@media screen and (max-width: 400px){
    .flex-footer-mobile .elementor-section.elementor-section-boxed>.elementor-container {
        right: -20px;
    }
}