.elementor-30143 .elementor-element.elementor-element-2e2053f:not(.elementor-motion-effects-element-type-background), .elementor-30143 .elementor-element.elementor-element-2e2053f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-30143 .elementor-element.elementor-element-2e2053f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;}.elementor-30143 .elementor-element.elementor-element-2e2053f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-5772d0d */.inlite-case-study{
    
    color:#1f2937;
    line-height:1.8;
}

.inlite-container{
   
    margin:auto;
    padding:0 20px;
}

.inlite-insight{
    padding:30px 0;
    
}

.inlite-insight blockquote{
    margin:20px 0;
    padding:20px;
    border-left:4px solid #f97c2c;
    background:#fff;
    border-radius:8px;
}

.inlite-hero{
    
    color:#fff;
    padding:30px 0;
}

.inlite-hero h1{
    font-size:48px;
    line-height:1.2;
    margin-bottom:20px;
}

.inlite-hero h2{
    font-size:24px;
    margin-bottom:20px;
}

.erp-card {
    background: #fc741d !important;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    height: 100%;
    color: #fff !important;
}

.hero{padding:90px 0}
.section-title{font-weight:700;margin-bottom:25px}
.card-custom{height:100%;border:none;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.info-card{border-left:4px solid #0d6efd}
.timeline-card{height:100%;border-radius:16px}
.cta{background:#0f172a;color:#fff;padding:70px 0}
.table thead th{background:#0f172a;color:#fff}

.pop-up-butt{background: #f97c2c;
    width: 100%;
    border-radius: 50px;
    border: none;
    margin-top: 20px;}
    
/*form styles*/
#msform {
    text-align: center;
    position: relative;
   
}

#msform fieldset {
    
    border: 0 none;
    border-radius: 0px;
    
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e87c33;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    
    background: #eb7529;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
    
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px ##e87c33;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

@media(max-width:767px){

    .inlite-insight,
    .inlite-hero{
        padding:60px 0;
    }

    .inlite-hero h1{
        font-size:30px;
    }

    .inlite-hero h2{
        font-size:20px;
    }
}/* End custom CSS */