.me-banner {
    padding: 50px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}
.me_margin {
    margin-bottom: 10px
}

.me-service-three-box {
    padding: 10px;
    border-radius:20px;
    box-shadow: 1.5px 3.99px 27px 0px rgb(249 62 126 / 15%);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    height: 100%;
    text-align: center;
}
a:hover, .me-team-box .me-team-info a:hover {
    color: #f93e7e;
    text-decoration: none;
}
.maargin_box {
    margin: 80px 0px
}

.fa-solid, .fas {
    color: #E30016;
    font-size: 40px;
}

.material-icons {
    color: #E30016;
    font-size: 40px !important;
}

.me-service-three-box:hover {
    transform: translate(0px, -10px);
}

.me-service-three-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 38px;
    font-family: 'Signika', sans-serif;
    color: #111111;
    color: #ed1c24;
}

.me-service-three-box svg {
    width: 90px;
    height: 90px;
}

.me-service-three-box svg {
    fill: #ffb628;
}

.me-service-three-box .me-service-more svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.me-service-three-box .me-service-more {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 15px 30px;
    margin-top: 10px;
    /* display: inline-block; */
}

    .me-service-three-box .me-service-more span {
        padding: 0px 20px;
        vertical-align: middle;
    }

    .me-service-three-box .me-service-more svg:first-child {
        width: 25px;
        height: 25px;
        fill: #f93e7e;
    }
    .fa-solid, .fas {
        color: #E30016;
        font-size: 40px;
    }


    /* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    /* -webkit-font-feature-settings: 'liga'; */
    -webkit-font-smoothing: antialiased;
  }
  .three-wheeler{
    padding: 3% 1%;
    margin-bottom: 3%;
    box-shadow: 0 2px 8px -2px rgb(31 45 61 / 40%);
    border-radius: 8px;
  }
  .three-wheeler h4{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
    color: #000;
  }
  .three-wheeler h3{
    margin-bottom: 10px;
  }
  .three-wheeler h2{
    margin-bottom: 15px;
    color: #ed1c24;
  }



  
.maargin_box {
    margin: 80px 0px
}


.me-heading h1,
.me-heading2 h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
}

.me-heading {
    margin-bottom: 20px;
}

    .me-heading h4 {
        border-left: 4px solid #ffb628;
        padding-left: 10px;
        font-size: 18px;
    }

.me-heading2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .me-heading2 h4 {
        padding-bottom: 10px;
        font-size: 18px;
        position: relative;
    }

        .me-heading2 h4:after {
            border-bottom: 2px solid #ffb628;
            position: absolute;
            content: '';
            width: 100px;
            height: 2px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

        .me-service-three-box {
            padding: 10px;
            box-shadow: 1.5px 3.99px 27px 0px rgb(249 62 126 / 15%);
            background: #ffffff;
            position: relative;
            overflow: hidden;
            z-index: 1;
            transition: 0.5s;
            text-align: center;
        }

        .margin-top {
            margin-top: 30px;
            font-size: 18px;
            text-align: center;
        }
        .mt-3 {
            margin-top: 1rem!important;
        }                