.wel-sec-bg {
    background: #081012;
    position: relative;
    padding: 100px 80px 100px;
}


.hero-btn.absolute {
    bottom: 20px;
    width: 100%;
}
.grd-top {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100px;
    top: 0;
}
.hm-item-right {
    width: 44.25%;
}
.hm-content-left {
    width: 42%;
    position: relative;
}
.hm-content-left p {
    text-align: justify;
}
.hm-content-left .abs-bottom-left {
    bottom: -30px;
}
.sec-head {
    color: #F90D37;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.head-icon {
    margin-right: 5px;
}
.call-enqury {
    display: inline-flex;
    padding: 8px;
    align-items: center;
    background: url(../images/call-bg.png) no-repeat;
    width: 318px;
    height: 69px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}
.call-enqury:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: linear-gradient(to left, #041f25, #09323B, #29ecab);
    border-radius: 9999px 0 0 9999px;
}
.call-txt span {
    display: block;
    font-size: 20px;
    color: #2CFFB9;
    text-transform: uppercase;
    font-weight: 600;
}
.call-enqury img {
    margin-right: 10px;
    display: inline-block;
}
.sec-bg-light {
    background-color: #F2F5F4;
    position: relative;
}
.dark-bg {
    background-color: #171F21;
    border-radius: 10px;
    position: relative;
    padding: 95px 20px 20px;
    margin-bottom: 65px;
}
.pro-icon {
    width: 143px;
    height: 143px;
    border: 2px solid #000;
    border-radius: 100%;
    text-align: center;
    line-height: 140px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -72px;
    z-index: 1;
}
.pro-icon img {
    display: inline-block;
    border-radius: 100%;
}
.pro-content p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 21px;
    color: #ffffff;
}
.col-4 {
    width: calc(25% - 10px);
    position: relative;
}
.pro-content a.link,
.other-product-slider a span {
    color: #2CFFB9;
    font-weight: 600;
}
.other-product-slider .slick-list {
    padding-top: 100px;
}
.other-product-slider .slick-slide {
    margin: 0 8px;
}
.other-product-slider a:hover .link:after {
    width: 100%;
}
.service-bg {
    background: #000000 url(../images/service-bg-modern.jpg) no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 200px 0 100px;
    background-size: 100%;
}
.service-bg .service-img {
    width: 650px;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 35px;
}
.service-list {
    list-style-type: none;
    padding: 0;
    margin: 0 -8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
}
.service-list li {
    background: #1D1D1D;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    /* width: 260px; */
    min-height: 240px;
    margin: 0 8px;
    border: 1px solid #000000;
    position: relative;
    transition: all .3s linear;
}
.service-list li:hover:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* border-width: 10px;*/
    width: 100%;
    height: 100%;
    background: url(../images/border-box.png) no-repeat 100% 100%;
    background-size: 100%;
    /* border-image-source: linear-gradient(to bottom, #2CFFB9, #1D1D1D);*/
}
.service-icon {
    width: 78px;
    height: 78px;
    background-color: #EDF6F3;
    border-radius: 100%;
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-list li .heading-26 {
    color: #EDF6F3;
    font-weight: 600;
    line-height: 1.2;
}
.service-list li:nth-child(2) {
    margin-top: 55px;
}
.service-list li:nth-child(3) {
    margin-top: 110px;
}
.service-list li:nth-child(4) {
    margin-top: 165px;
}
.service-txt {
    margin-left: 15px;
}
.service-waves {
    position: absolute;
    top: -35%;
    left: 0;
    z-index: -1;
}
.service-wrapper .service-left {
    position: relative;
    z-index: 2;
}
.book-service .service-left .call-enqury {
    width: auto
}
.service-bg:after {
    position: absolute;
    content: "";
    background: url(../images/modern-futuristic-sci-fi-background.png) no-repeat left bottom;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.book-service {
    position: relative;
    z-index: 1;
}
.sale-sec {
    position: relative;
    padding: 110px 0 0 0;
    background: url(../images/curved-highway-blue-sky.png) no-repeat center;
    min-height: 451px;
    width: 100%;
    z-index: 1;
    background-size: cover;
}
.sale-icon {
    width: 78px;
    height: 78px;
    background-color: rgba(255, 255, 255, .44);
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sale-sec p {
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 30px;
}
.sale-point {
    font-size: 40px;
    color: #000101;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}
.sale-sec .col-4 {
    padding-top: 30px;
    overflow: hidden;
}
.sale-sec .col-4:after {
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    background: rgba(253, 255, 253, 1.0);
    background: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 12%), #17C289);
    background: -moz-linear-gradient(to bottom, rgb(255 255 255 / 12%), #17C289);
    background: linear-gradient(to bottom, rgb(255 255 255 / 12%), #17C289);
}
.sale-sec .col-4:hover:after {
    opacity: 1;
    transform: translateY(0);
}
.inner-padding {
    padding: 60px 0 30px;
}
.best-features-listing {
    margin: 0 -8px;
}
.best-features-listing .col-6 {
    margin-bottom: 16px;
    width: calc(16.66%);
}
.feature-box {
    border: 1px solid #E1ECE9;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 0 8px 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    height: 100%;
    position: relative;
    transition: all .3s linear;
    background: #fff;
    min-height: 175px;
}
.feature-box img {
    display: inline-block;
}
.feature-box:after {
    position: absolute;
    content: "";
    width: calc(100% - 12px);
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    height: calc(100% - 12px);
    border-radius: 10px;
    border: 1px solid #E1ECE9;
}
.feature-box p {
    font-size: 12px;
    color: #081012;
    line-height: 20px;
    margin-top: 20px;
    font-weight: 600;
}
.our-team .service-container {
    margin: 0 0 0 auto;
    width: calc(100% - 250px);
}
.our-team {
    background: #000000;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.our-team .col-3 {
    width: calc(33.33%);
    padding: 0 10px;
}
.team-service-box {
    width: 100%;
    padding: 20px 15px 0;
    display: block;
    position: relative;
    border-radius: 10px;
    transition: all .3s linear;
    z-index: 1;
    background: rgba(0, 0, 0, 1.0);
    background: -webkit-linear-gradient(to top, rgb(0 0 0), rgb(29 29 29));
    background: -moz-linear-gradient(to top, rgb(0 0 0), rgb(29 29 29));
    background: linear-gradient(to top, rgb(0 0 0), rgb(29 29 29));
}
.team-service-box:hover {
    position: relative;
    z-index: 1;
}
.team-service-box:hover:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: calc(20px - 2%);
    height: 96%;
    width: 96%;
}
.team-service-box:hover:after {
    border: solid 2px #0f0;
    box-sizing: border-box;
    border-radius: 5px;
    border-image-slice: 10;
    /* border-radius*2 */
    /*  border-image-repeat: round;*/
    border-image-width: 1px;
    /* border-radius*2 */
    position: absolute;
    content: "";
    border-radius: calc(20px - 2%);
    border-image-source: linear-gradient(#2CFFB9, rgba(0, 0, 0, 1.0));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.team-service-box .heading-20 {
    color: #ffffff;
    padding: 0 24px;
    margin: 0 auto 30px;
    line-height: 1.2;
    transition: all .3s linear;
}
.team-overlay-caption .heading-20 {
    transition: color .3s linear;
    margin-bottom: 10px;
}
.team-service-box:hover .heading-20,
.team-member li .team-info:hover .heading-20.white {
    color: #2CFFB9 !important;
}
.team-service-box p {
    color: #5B5B5B;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.abs-left-item,
.abs-shape-left,
.team-abs-top {
    position: absolute;
    z-index: 0;
    top: 0;
}
.abs-shape-left {
    left: 1%;
    top: 50px;
}
.team-abs-top {
    left: 0;
    z-index: -1;
}
.header-text {
    margin-left: 10%;
}
.team-header-top {
    width: 50%;
    margin: 0 0 0 auto;
}
.team-member {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.team-member li {
    width: calc(25% - 16px);
    padding: 0 8px;margin-bottom:15px;
}
.team-member li .team-info {
    display: block;
    background: rgba(0, 0, 0, 1.0);
    background: -webkit-linear-gradient(to top, rgb(0 0 0 / 12%), rgb(29 29 29 / 87%));
    background: -moz-linear-gradient(to top, rgb(0 0 0 / 12%), rgb(29 29 29 / 87%));
    background: linear-gradient(to top, rgb(0 0 0 / 12%), rgb(29 29 29 / 87%));
    position: relative;
    border-radius: 10px;
    padding: 10px;
}
.team-member li .team-info:before {
    position: absolute;
    content: "";
}
.team-overlay-caption {
    position: absolute;
    bottom: 45px;
    padding: 0 15px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
}
.team-member li .team-info img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    border-radius: 10px;
}
.team-member li .team-info:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    top: 0;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 1.0);
    background: -webkit-linear-gradient(to bottom, rgb(0 0 0 / 12%), rgb(17 17 17 / 98%));
    background: -moz-linear-gradient(to bottom, rgb(0 0 0 / 12%), rgb(17 17 17 / 98%));
    background: linear-gradient(to bottom, rgb(0 0 0 / 12%), rgb(17 17 17 / 98%));
}
.team-des {
    font-size: 14px;
    color: #8b8888;
    font-weight: 600;
}
.team-member li:hover .team-info img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    opacity: 1;
}
.center-img {
    margin: 0 auto;
}
@media(max-width:1366px) {
    .hm-content-left .abs-bottom-left {
        position: relative;
    }
    .hm-content-left {
        width: 50%;
    }
    .wel-sec-bg {
        padding: 100px 60px;
    }
    .our-team {
        padding: 80px 0;
    }
    #products.pt-20 {
    padding-top: 3rem;
}
#products .heading-h1{margin-bottom:15px;}
#e-scooter .owl-stage-outer {
    padding-bottom: 5rem;
}
}
@media(max-width:1280px) {
    .wel-sec-bg {
        padding: 80px 40px;
    }
    .our-team {
        padding: 60px 0;
    }
    .owl-stage-outer .thumb-scooter.bottom-0 {
        bottom: -6rem;
    }
    .sec-bg-light.pt-20 {
        padding-top: 3rem;
    }
}
@media(max-width:1199px) {
    .wel-sec-bg {
        padding: 50px 0;
    }
    .other-product-slider {
        margin-bottom: 60px;
    }
    .other-product-slider .slick-prev {
        left: 50%;
        margin-left: -50px;
    }
    .slick-next {
        right: 50%;
        margin-right: -50px;
    }
    .our-team {
        padding: 50px 0;
    }
    .team-service-box .heading-20 {
        padding: 0;
    }
    .best-features-listing .col-6 {
        margin-bottom: 20px;
        width: calc(20% - 8px);
    }
    .service-bg .service-img {
        width: 50%;
        top: 0;
    }
    .service-bg {
        padding: 100px 0;
    }
}
@media(max-width:992px) {
    .hero-carousel {
    height: 480px;
    position: relative;
    overflow: hidden;
}
    .sale-sec {
        min-height: auto;
    }
    .service-wrapper .service-left .mrgb100 {
        margin-bottom: 0px !important;
    }
    .wel-sec-bg,
    .our-team {
        padding: 30px 0;
    }
    .team-member li {
        width: calc(33.33% - 10px);
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .team-service-box .btn-theme {
        padding: 5px 45px 5px 25px;
        font-size: 12px;
    }
    .our-team .service-container {
        width: 100%;
    }
    .best-features-listing .col-6 {
        margin-bottom: 15px;
        width: calc(33.33% - 8px);
    }
    .service-list {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(2, 1fr);
        top: 6rem;
        position: relative;
        margin-bottom: 4rem;
    }
    .service-list li {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        min-height: 203px !important;
        padding: 15px !important;
    }
    .service-list li .heading-26 {
        font-size: 16px !important;
    }
    .service-bg .service-img {
        display: none;
    }
}
@media(max-width:767px) {
    
    .hero-carousel {
    height: 450px;
    position: relative;
    overflow: hidden;
}
    .hm-content-left .call-enqury {
        margin-bottom: 30px;
    }
    .other-product-slider .slick-list {
        padding-top: 80px !important;
    }
    .hm-item-right,
    .hm-content-left {
        width: 100%;
    }
    .hm-content-left .heading-h1 {
        max-width: 100%;
        display: flex;
    }
    .our-team .service-container {
        justify-content: center;
    }
    .our-team .col-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .team-header-top {
        margin: 0 auto;
        width: 100%;
    }
    .team-member li {
        width: calc(50% - 10px);
    }
    .header-text {
        margin-left: 0;
    }
    .sale-point {
        font-size: 30px;
    }
    .sale-sec .col-4 {
        width: calc(50% - 10px);
    }
    .owl-stage-outer .thumb-scooter.bottom-0 {
        display: none;
    }
    .service-txt {
    margin-left: 0;
}
}
@media(max-width:520px) {
    .our-team .col-3 {
        width: 100%;
        padding: 0;
    }
    .feature-box {
        padding: 15px;
        margin: 0 5px 0px;
    }
    .feature-box p {
        line-height: 16px;
        margin-top: 10px;
    }
    .best-features-listing {
        margin: 0 -5px;
    }
    .best-features-listing .col-6 {
        margin-bottom: 10px;
        width: calc(50% - 5px);
    }
    .feature-box img {
        width: 35px;
    }
    .team-overlay-caption {
        bottom: 30px;
        padding: 0 10px;
    }
    .team-overlay-caption .heading-20 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .team-des {
        font-size: 14px;
    }
    .sale-sec p {
        font-size: 16px;
    }
    .sale-point {
        font-size: 25px;
    }
    .pro-icon {
        width: 100px;
        height: 100px;
        top: -50px;
        line-height: inherit;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .pro-icon img {
        width: 70px;
        height: 70px;
    }
    .dark-bg {
        padding: 70px 10px 20px;
    }
    .other-product-slider .slick-list {
        padding-top: 50px !important;
    }
}
@media(max-width:380px) {
    .team-overlay-caption .heading-20 {
        font-size: 16px;
    }
    .sale-sec p {
        font-size: 14px;
    }
}
.owl-stage-outer .thumb-box {
    height: auto !important;
}
.owl-stage-outer .thumb-scooter.bottom-0 {
    bottom: -12rem;
    height: auto !important;
}
#e-scooter .owl-stage-outer {
    padding-bottom: 6rem;
}
