.elementor-13 .elementor-element.elementor-element-4d1e750{--display:flex;}.elementor-13 .elementor-element.elementor-element-e5c4012{padding:30px 0px 30px 0px;}/* Start custom CSS for html, class: .elementor-element-578da21 *//*=========================================
        PREMIUM ABOUT HERO
=========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.ms-about-hero{

    position:relative;
    overflow:hidden;
    background:#fff;
    padding:30px 0;
    font-family:'Poppins',sans-serif;

}

/*================================
Container
================================*/

.about-hero-container{

    width:92%;

    max-width:1320px;

    margin:auto;

    position:relative;

    z-index:5;

}

/*================================
Background Text
================================*/

.hero-bg-text{

    position:absolute;

    top:20px;

    left:50%;

    transform:translateX(-50%);

    font-size:20px;

    font-weight:800;

    color:rgba(0,0,0,.03);

    letter-spacing:18px;

    user-select:none;

    pointer-events:none;

    z-index:1;

}

/*================================
Background Blob
================================*/

.hero-blob{

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(199,21,133,.16) 0%,
    rgba(199,21,133,.05) 55%,
    transparent 100%);

    top:-220px;

    right:-220px;

    z-index:0;

}

/*================================
Floating Circles
================================*/

.hero-circle{

    position:absolute;

    border-radius:50%;

    border:2px solid rgba(199,21,133,.12);

}

.hero-circle-1{

    width:240px;

    height:240px;

    left:-100px;

    bottom:-80px;

}

.hero-circle-2{

    width:130px;

    height:130px;

    right:140px;

    top:160px;

}

/*================================
Dots Pattern
================================*/

.hero-dots{

    position:absolute;

    right:5%;

    bottom:70px;

    width:180px;

    height:180px;

    opacity:.22;

    background-image:
    radial-gradient(#C71585 1.8px,transparent 1.8px);

    background-size:18px 18px;

}

/*================================
Content
================================*/

.hero-content{

    position:relative;
    max-width:860px;
    margin:auto;
    text-align:center;

}

/*================================
Tag
================================*/

.hero-tag{

    display:inline-block;

    color:#C71585;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:25px;

}

/*================================
Heading
================================*/

.hero-content h1{

    font-size:35px;
    line-height:1.3;
    color:#111;
    font-weight:700;
    margin-bottom:20px;

}

.hero-content h1 span{

    color:#C71585;

}

/*================================
Description
================================*/

.hero-content p{

    max-width:760px;
    margin:0 auto 30px;

    font-size:18px;
    line-height:1.7;
    font-weight:600;

    color:#000;

}

/*================================
Features
================================*/
.hero-features{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px 40px;

    max-width:760px;

    margin:35px auto;

}

.feature-item{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    font-weight:500;

    color:#222;

}

.feature-item i{

    color:#C71585;

    font-size:18px;

}

/*================================
Buttons
================================*/

.hero-buttons{

    display:flex;
    justify-content:center;
    gap:20px;

    margin-top:35px;

}

.hero-btn{

    padding:18px 40px;

    border-radius:60px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.hero-btn-primary{

    background:#111;

    color:#fff;

}

.hero-btn-primary:hover{

    background:#C71585;
    color:#fff;

    transform:translateY(-4px);

}

.hero-btn-outline{

    border:2px solid #C71585;

    color:#111;

    background:#fff;

}

.hero-btn-outline:hover{

    background:#C71585;

    color:#fff;

    transform:translateY(-4px);

}

/*================================
Statistics
================================*/

.hero-stats{

    width:92%;

    max-width:1320px;

    margin:90px auto 0;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    position:relative;

    z-index:5;

}

.stat-card{

    background:#fff;

    padding:40px 20px;

    text-align:center;

    border-radius:24px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.4s;

    overflow:hidden;

    position:relative;

}

.stat-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:0;

    background:#C71585;

    transition:.45s;

    z-index:1;

}

.stat-card>*{

    position:relative;

    z-index:5;

}

.stat-card:hover::before{

    height:100%;

}

.stat-card:hover{

    transform:translateY(-12px);

    box-shadow:0 28px 60px rgba(199,21,133,.25);

}

.stat-card h2{

    font-size:48px;

    color:#C71585;

    margin-bottom:12px;

    transition:.35s;

}

.stat-card span{

    color:#666;

    font-size:16px;

    transition:.35s;

}

.stat-card:hover h2,

.stat-card:hover span{

    color:#fff;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b93994 *//*=========================================
        MAHALAXMI ABOUT SECTION
=========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.ms-about{

    position:relative;
    padding:30px 0;
    background:#fff;
    overflow:hidden;
    font-family:'Poppins',sans-serif;

}

.ms-about-container{

    width:92%;
    max-width:1320px;
    margin:auto;

    display:grid;
    grid-template-columns:48% 52%;
    align-items:center;
    gap:80px;

}

/*==========================
LEFT
==========================*/

.about-images{

    position:relative;
    min-height:620px;

}

.about-img-main{

    width:82%;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.about-img-main img{

    width:100%;
    display:block;
    object-fit:cover;

}

.about-img-small{

    position:absolute;

    right:0;

    bottom:10px;

    width:58%;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 25px 55px rgba(0,0,0,.15);

}

.about-img-small img{

    width:100%;
    display:block;
    object-fit:cover;

}

.about-shape{

    position:absolute;

    width:180px;
    height:180px;

    border-radius:50%;

    background:rgba(199,21,133,.08);

    left:-60px;

    bottom:-40px;

    z-index:-1;

}

/*==========================
RIGHT
==========================*/

.about-tag{

    display:inline-block;

    color:#C71585;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:20px;

}

.about-content h2{

    font-size:35px;

    line-height:1.2;

    color:#111;

    margin-bottom:28px;

    font-weight:600;

}

.about-desc{

    color:#000;

    font-size:19px;

    line-height:1.5;

    margin-bottom:40px;

}

/*==========================
FEATURES
==========================*/

.about-features{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:22px 40px;

    margin-bottom:45px;

}

.feature{

    display:flex;

    align-items:center;

    gap:14px;

}

.feature-icon{

    width:34px;
    height:34px;

    border-radius:50%;

    background:#C71585;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.feature span{

    font-size:16px;

    color:#222;

    font-weight:500;

    line-height:1.5;

}

/*==========================
BOTTOM
==========================*/

.about-bottom{

    display:flex;

    align-items:center;

    gap:35px;

    flex-wrap:wrap;

}

.about-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    background:#000;

    color:#fff;

    text-decoration:none;

    border-radius:60px;

    font-weight:600;

    transition:.35s;

}

.about-btn:hover{

    background:#C71585;
    color:#fff;

}

.call-box{

    display:flex;

    align-items:center;

    gap:18px;

}

.call-icon{

    width:62px;
    height:62px;

    border:2px solid #C71585;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#C71585;

    font-size:22px;

}

.call-content span{

    display:block;

    color:#777;

    margin-bottom:5px;

    font-size:15px;

}

.call-content h4{

    color:#111;

    font-size:24px;

    font-weight:700;

}

/*==========================
LAPTOP
==========================*/

@media(max-width:1200px){

.ms-about{

padding:90px 0;

}

.ms-about-container{

gap:50px;

}

.about-content h2{

font-size:40px;

}

.about-img-main{

width:85%;

}

.about-img-small{

width:55%;

}

}

/*==========================
TABLET
==========================*/

@media(max-width:991px){

.ms-about-container{

grid-template-columns:1fr;

gap:70px;

}

.about-images{

min-height:auto;

max-width:700px;

margin:auto;

}

.about-img-main{

width:75%;

}

.about-img-small{

width:48%;

right:0;

bottom:-30px;

}

.about-content{

text-align:center;

}

.about-features{

grid-template-columns:1fr 1fr;

text-align:left;

}

.about-bottom{

justify-content:center;

}

}

/*==========================
MOBILE
==========================*/

@media(max-width:767px){

.ms-about{

padding:70px 0;

}

.about-images{

max-width:100%;

padding-bottom:60px;

}

.about-img-main{

width:100%;

}

.about-img-small{

position:relative;

width:70%;

margin:-70px auto 0;

right:auto;

bottom:auto;

}

.about-shape{

display:none;

}

.about-content h2{

font-size:34px;

}

.about-desc{

font-size:16px;

}

.about-features{

grid-template-columns:1fr;

gap:18px;

}

.about-bottom{

flex-direction:column;

align-items:flex-start;

}

.call-box{

width:100%;

}

.about-btn{

width:100%;

}

}

/*==========================
SMALL MOBILE
==========================*/

@media(max-width:480px){

.about-content h2{

font-size:28px;

line-height:1.3;

}

.about-tag{

font-size:12px;

}

.about-img-small{

width:82%;

margin-top:-50px;

}

.call-content h4{

font-size:20px;

}

.feature span{

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5c4012 *//*=====================================
MISSION • VISION • CORE VALUES
======================================*/

.ms-values{

    padding:30px 0;
    background:#fff;
    position:relative;
    overflow:hidden;

}

/*=====================================
CONTAINER
======================================*/

.values-container{

    width:95%;
    max-width:1320px;
    margin:auto;
    display:block;

}

/*==========================
Heading
==========================*/

.section-title{

    text-align:center;
    max-width:760px;
    margin:0 auto 70px;

}

.section-title span{

    color:#C71585;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:16px;

}

.section-title h2{

    font-size:35px;
    margin:18px 0;
    color:#111;
    font-weight:600;
    line-height:1.2;

}

.section-title p{

    color:#000;
    line-height:1.7;
    font-size:18px;

}

/*==========================
Cards Grid
==========================*/

.values-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    align-items:stretch;

}

/*==========================
Card
==========================*/

.value-card{

    background:#fff;
    border-radius:24px;
    padding:40px 35px;

    position:relative;
    overflow:hidden;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.45s ease;

    cursor:pointer;

}

/* Pink Background */

.value-card::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:0;

    background:#C71585;

    transition:.45s;

    z-index:1;

}

.value-card:hover::before{

    height:100%;

}

/* Shine Effect */

.value-card::after{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:60%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.25),
        transparent
    );

    transition:.8s;

    z-index:2;

}

.value-card:hover::after{

    left:140%;

}

/* Content */

.value-card>*{

    position:relative;
    z-index:5;

}

/* Hover */

.value-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(199,21,133,.25);

}

/*==========================
Icon
==========================*/

.value-icon{

    width:80px;
    height:80px;

    border-radius:20px;

    background:rgba(199,21,133,.10);

    color:#C71585;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;

    margin-bottom:28px;

    transition:.5s;

}

.value-card:hover .value-icon{

    background:rgba(255,255,255,.18);

    color:#fff;

    transform:rotate(360deg);

}

/*==========================
Heading
==========================*/

.value-card h3{

    font-size:30px;
    color:#111;
    margin-bottom:18px;
    transition:.35s;

}

.value-card:hover h3{

    color:#fff;

}

/*==========================
Paragraph
==========================*/

.value-card p{

    color:#000;
    font-weight:700;
    line-height:1.9;
    transition:.35s;

}

.value-card:hover p{

    color:#fff;

}

/*==========================
List
==========================*/

.value-card ul{

    list-style:none;
    margin-top:20px;

}

.value-card li{

    position:relative;
    padding-left:24px;
    margin:14px 0;
    color:#000;
    font-weight:700;
    transition:.35s;

}

.value-card li::before{

    content:"✓";

    position:absolute;
    left:0;

    color:#C71585;

    font-weight:700;

    transition:.35s;

}

.value-card:hover li{

    color:#fff;

}

.value-card:hover li::before{

    color:#fff;

}

/*==========================
Tablet
==========================*/

@media(max-width:991px){

.values-container{

width:92%;

}

.values-grid{

grid-template-columns:1fr;
gap:30px;

}

.section-title{

margin-bottom:50px;

}

.section-title h2{

font-size:32px;

}

.value-card{

padding:35px 30px;

}

}

/*==========================
Mobile
==========================*/

@media(max-width:768px){

.ms-values{

padding:70px 0;

}

.section-title{

margin-bottom:40px;

}

.section-title h2{

font-size:28px;

}

.section-title p{

font-size:16px;

}

.value-icon{

width:70px;
height:70px;
font-size:30px;

}

.value-card{

padding:30px 25px;

}

.value-card h3{

font-size:24px;

}

}

/*==========================
Small Mobile
==========================*/

@media(max-width:480px){

.values-container{

width:94%;

}

.section-title h2{

font-size:24px;

}

.section-title p{

font-size:15px;

}

.value-card{

padding:25px 20px;

}

.value-icon{

width:60px;
height:60px;
font-size:26px;

}

.value-card h3{

font-size:20px;

}

.value-card p,
.value-card li{

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a96627 *//*=========================================
        WHY CHOOSE US
=========================================*/

.ms-choose{

    padding:30px 0;
    background:#fff;
    position:relative;
    overflow:hidden;

}

.ms-container{

    width:92%;
    max-width:1320px;
    margin:auto;

    display:grid;
    grid-template-columns:48% 52%;
    align-items:center;
    gap:70px;

}

/*==========================
LEFT
==========================*/

.choose-image{

    position:relative;

}

.img-box{

    border-radius:30px;
    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.img-box img{

    width:100%;
    display:block;
    transition:.5s;

}

.img-box:hover img{

    transform:scale(1.08);

}

.experience-box{

    position:absolute;

    right:-25px;
    bottom:35px;

    background:#C71585;

    color:#fff;

    padding:30px;

    width:190px;

    text-align:center;

    border-radius:22px;

    box-shadow:0 20px 45px rgba(199,21,133,.35);

}

.experience-box h2{

    font-size:35px;
    margin-bottom:6px;
    line-height: 1.2;
    font-weight:600;
    font-family: 'Poppins',Sans-Serif;

}

.experience-box span{

    font-size:17px;
    line-height:1.5;
     font-family: 'Poppins',Sans-Serif;

}

/*==========================
RIGHT
==========================*/

.choose-tag{

    color:#C71585;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
    text-transform:uppercase;

}

.choose-content h2{

    font-size:35px;
    color:#111;
    line-height:1.2;
    margin:20px 0;
    font-family: 'Poppins',Sans-Serif;
    font-weight:600;

}

.choose-content p{

    font-size:18px;
    color:#000;
    line-height:1.7;
    margin-bottom:35px;
    font-family: 'Poppins',Sans-Serif;

}

/*==========================
Checklist
==========================*/

.choose-list{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px 35px;
    margin-bottom:45px;

}

.choose-item{

    display:flex;
    align-items:center;
    gap:14px;

    font-weight:500;
    color:#222;

    transition:.35s;

}

.choose-item i{

    width:38px;
    height:38px;

    border-radius:50%;

    background:rgba(199,21,133,.12);

    color:#C71585;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.35s;

}

.choose-item:hover{

    transform:translateX(8px);

}

.choose-item:hover i{

    background:#C71585;
    color:#fff;
    transform:rotate(360deg);

}

/*==========================
Button
==========================*/

.choose-btn{

    display:inline-block;

    padding:18px 42px;

    border-radius:50px;

    background:#000;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.35s;
    
    font-size: 18px;

}

.choose-btn:hover{

    background:#C71585;
    color:#fff;

    transform:translateY(-4px);

}

/*==========================
Counters
==========================*/

.counter-wrapper{

    width:92%;
    max-width:1320px;

    margin:80px auto 0;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.counter-box{

    background:#fff;

    border-radius:22px;

    text-align:center;

    padding:35px 20px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.counter-box:hover{

    transform:translateY(-10px);

    background:#C71585;

}

.counter-box h3{

    font-size:44px;

    color:#C71585;

    transition:.35s;

}

.counter-box p{

    color:#555;

    margin-top:8px;

    font-size:16px;
    font-weight:600;
    color:#000;

    transition:.35s;

}

.counter-box:hover h3,
.counter-box:hover p{

    color:#fff;

}

/*==========================
Responsive
==========================*/

@media(max-width:1100px){

.ms-container{

grid-template-columns:1fr;
gap:60px;

}

.choose-content{

text-align:center;

}

.choose-list{

text-align:left;

}

.experience-box{

right:20px;

}

}

@media(max-width:768px){

.ms-choose{

padding:70px 0;

}

.choose-content h2{

font-size:36px;

}

/*.choose-list{*/

/*grid-template-columns:fr;*/

/*}*/

.counter-wrapper{

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.experience-box{

position:relative;

right:auto;
bottom:auto;

margin:20px auto 0;

}

}

@media(max-width:480px){

.choose-content h2{

font-size:28px;

}

.choose-content p{

font-size:15px;

}

.choose-btn{

width:100%;

text-align:center;

}

.counter-wrapper{

grid-template-columns:1fr;

}

.counter-box h3{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db7db41 *//*=========================================
        INDUSTRIES WE SERVE
=========================================*/

.ms-industries{

    padding:30px 0;
    background:#fff;
    position:relative;
    overflow:hidden;

}

.industries-container{

    width:95%;
    max-width:1320px;
    margin:auto;

}

/*==========================
Heading
==========================*/

.ms-industries .section-title{

    max-width:760px;
    margin:0 auto 40px;
    text-align:center;
   font-family: 'Poppins','Sans-Serif';
}

.ms-industries .section-title span{

    display:inline-block;

    color:#C71585;

    font-size:14px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:15px;
    font-family: 'Poppins','Sans-Serif';

}

.ms-industries .section-title h2{

    font-size:35px;

    color:#111;

    margin-bottom:20px;

    line-height:1.2;

    font-weight:600;
    font-family: 'Poppins','Sans-Serif';

}

.ms-industries .section-title p{

    font-size:17px;

    color:#000;

    line-height:1.9;
    font-family: 'Poppins','Sans-Serif';

}

/*==========================
Grid
==========================*/

.industry-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*==========================
Card
==========================*/

.industry-card{

    position:relative;

    background:#fff;

    padding:45px 35px;

    border-radius:24px;

    text-align:center;

    overflow:hidden;

    transition:.45s;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

/* Hover Background */

.industry-card::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:0;

    background:#C71585;

    transition:.45s;

    z-index:1;

}

.industry-card:hover::before{

    height:100%;

}

/* Shine Effect */

.industry-card::after{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.25),
        transparent
    );

    transition:.8s;

    z-index:2;

}

.industry-card:hover::after{

    left:140%;

}

/* Keep Content Above */

.industry-card>*{

    position:relative;

    z-index:5;

}

/* Hover */

.industry-card:hover{

    transform:translateY(-12px);

    box-shadow:0 28px 60px rgba(199,21,133,.25);

}

/*==========================
Icon
==========================*/

.industry-card i{

    width:85px;

    height:85px;

    border-radius:50%;

    background:rgba(199,21,133,.10);

    color:#C71585;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:36px;

    margin:0 auto 28px;

    transition:.45s;
    

}

.industry-card:hover i{

    background:rgba(255,255,255,.18);

    color:#fff;

    transform:rotateY(360deg);

}

/*==========================
Title
==========================*/

.industry-card h3{

    font-size:24px;

    color:#111;
    font-weight:600;

    margin-bottom:16px;

    transition:.35s;
    font-family: 'Poppins','Sans-Serif';

}

.industry-card:hover h3{

    color:#fff;

}

/*==========================
Description
==========================*/

.industry-card p{

    color:#000;

    line-height:1.8;

    font-size:16px;

    transition:.35s;
    font-family: 'Poppins','Sans-Serif';

}

.industry-card:hover p{

    color:#fff;

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.industry-grid{

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.ms-industries .section-title h2{

font-size:34px;

}

}

@media(max-width:767px){

.ms-industries{

padding:70px 0;

}

.industry-grid{

grid-template-columns:1fr;

}

.ms-industries .section-title{

margin-bottom:45px;

}

.ms-industries .section-title h2{

font-size:28px;

}

.ms-industries .section-title p{

font-size:16px;

}

.industry-card{

padding:35px 28px;

}

.industry-card i{

width:75px;
height:75px;
font-size:32px;

}

.industry-card h3{

font-size:22px;

}

}

@media(max-width:480px){

.ms-industries .section-title h2{

font-size:24px;

line-height:1.35;

}

.ms-industries .section-title p{

font-size:15px;

}

.industry-card{

padding:28px 22px;

}

.industry-card i{

width:68px;
height:68px;
font-size:28px;

margin-bottom:20px;

}

.industry-card h3{

font-size:20px;

}

.industry-card p{

font-size:15px;

}

}/* End custom CSS */