body header {
    --reentrance: 0;
    position: relative;
    width: 100%;
    left: 0;
}

.hero-area {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.hero-area::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}


.hero-area .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header {
    z-index: 8;
}

.floating-header {
    background-color: #fff;
    margin-top: 0px;
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}

.floating-header img {
    width: 310px;
}

.floating-header-min-h {
    min-height: 90px;
}

.vertical-center-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.floating-header .menu>ul,
.floating-header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-header .menu ul li.menu-item {
    margin: 0px 10px;
    padding: 20px 0;
    position: relative;
}

.floating-header .menu .has-submenu {
    position: relative;
}

.floating-header .menu ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.floating-header .menu ul.sub-menu li a {
    padding: 10px 20px;
    background-color: #000;
    width: 145px;
    display: block;
    color:#fff

}

.floating-header .menu .has-submenu ul,
.floating-header .menu .has-submenu ul .inner-sub-menu {
    position: absolute;
    left: 100%;
}


.floating-header .menu .sub-menu,
.floating-header .menu .has-submenu>.inner-sub-menu {
    display: none;
    position: absolute;
}

.floating-header .menu ul .menu-item:hover .sub-menu,
.floating-header .menu .has-submenu:hover>.inner-sub-menu {
    display: block;
}

@media (max-width:500px) {
    .floating-header {

        margin-top: 0px;

    }

    .floating-header .menu {
        justify-content: flex-start;
    }

    .floating-header .menu ul {

        flex-direction: column;

        align-items: flex-start;

    }

    .floating-header .menu ul>li {
        padding: 10px 0;
    }

    .hero-area,
    .hero-area img {
        height: auto;
        object-fit: contain;
        padding-top: 27px;
    }
}

.mobile-menu {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px; */
}

.mobile-menu button {
    background-color: transparent;
    border: 0px;
    font-size: 25px;
    color: #fff;
}

.bike-power-section .section-media {
    width: 100%;
    height: 600px;
}

.bike-power-section .section-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bike-power-section .section-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 30px;
}

.feature-product-container .section-content h4,
.bike-power-section .section-content h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-product-container .section-content p,

.bike-power-section .section-content p {
    font-size: 34px;
    font-weight: 300;
    margin: 0px auto;
    text-align: center;
    line-height: 46px;
}

/*--------------------------------------------------------------*
  Features 
*--------------------------------------------------------------*/
.features-box {
    text-align: center;
    margin: 0px;
    padding: 10px 0px 0px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 12px;
    transition: 0.5s;
    margin-bottom: 10px;
}
.features-box:hover{
    background-color: #fcfcfc;
    border: 1px solid #a9a8a8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.features-box .feature-ico {
    margin-bottom: 15px;
    display: block;
}
.features-box .feature-ico img{
    width: 50px;
}

.features-box h4 {
    margin-bottom: 15px;
}

.features-middle-img {
    padding: 15px 30px 0px;
    position: relative;
    text-align: center;
}

.features-middle-img img {
    max-height: 700px;
}

.circle-animation {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    max-height: 400px;
    z-index: 0;
    opacity: 0.15;
    background: #dd0707;
}

.circle-animation:before,
.circle-animation:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 20px solid #dd0707;
    border-radius: 50%;
}

.circle-animation:before {
    animation: circleripple 4s linear infinite;
}

.circle-animation:after {
    animation: circleripple 4s linear 2s infinite;
}

.circle-animation.animated {
    opacity: 0 !important;
}

@keyframes circleripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

h2.large-heading {
    font-size: 4.625rem;
    line-height: 1;
    font-weight: 700;
}

h2.large-heading span {
    display: block;
    font-size: 2.225rem;
    color: var(--main-color);
    font-weight: 400;
}


/*--------------------------------------------------------------*
  Variation Slider
*--------------------------------------------------------------*/
.color-variation-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.color-variation-slider .owl-dots button.owl-dot {
    min-width: inherit;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--main-color);
    margin: 0px 10px;
}

.color-variation-slider .owl-dots button:focus {
    outline: none;
}

.color-section .owl-dots button.owl-dot.red {
    background: #a92323;
}

.color-section .owl-dots button.owl-dot.yellow {
    background: #c0b714;
}

.color-section .owl-dots button.owl-dot.black {
    background: #333333;
}

.color-section .owl-dots button.owl-dot.aqua {
    background: #4f9e8d;
}

.color-section .owl-dots button.owl-dot.green {
    background: #509a4b;
}

.color-section .owl-dots button.owl-dot.brown {
    background: #987233;
}

.color-section .owl-dots button.owl-dot.golden {
    background: #c0a05d;
}

.color-section .owl-dots button.owl-dot.gray-blue {
    background: #7489af;
}

.color-section .owl-dots button.owl-dot.active {
    animation: ripple 1s linear infinite;
}

.variation-section .color-variation-slider {
    max-width: 1170px;
    margin: auto;
}

.variation-section .color-variation-slider .owl-dots {
    position: absolute;
    top: 0;
    margin: 0 0 0 50px;
    right: 100%;
    width: 50px;
}

.variation-section .owl-dots button.owl-dot {
    margin-bottom: 10px;
    display: inline-block;
    transition: all 400ms;
}

.variation-section .owl-dots button.owl-dot {
    width: 32px;
    height: 32px;
    position: relative;
    transition: all 400ms;
    left: 0;
}

.variation-section .owl-dots button.owl-dot:before {
    display: inline-block;
    width: 30px;
    height: 2px;
    content: "";
    background: var(--main-color);
    position: absolute;
    left: 0px;
    transition: all 400ms;
    opacity: 0;
    z-index: -1;
}

.variation-section .owl-dots button.owl-dot.active {
    left: 40px;
}

.variation-section .owl-dots button.owl-dot.active:before {
    opacity: 1;
    left: -40px;
}


.variation-section .owl-dots button.owl-dot.brown {
    background: #8d5a32;
}

.variation-section .owl-dots button.owl-dot.navy {
    background: #92C9E9;
}

.variation-section .owl-dots button.owl-dot.green {
    background: #78a01f;
}

.variation-section .owl-dots button.owl-dot.black {
    background: #22335C;
}

.variation-section .owl-dots button.owl-dot.active {
    animation: ripple 1s linear infinite;
}

.owl-carousel.overflow-show .owl-stage-outer {
    overflow: initial;
}

.gallery-slider .item {
    box-shadow: 0 70px 100px -40px rgba(0, 0, 0, .5);
}

.gallery-slider.owl-carousel .owl-dots {
    text-align: center;
}

.gallery-slider.owl-carousel button.owl-dot {
    outline: none !important;
}

.gallery-slider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.6);
    width: 16px;
    height: 16px;
    margin: 0 6px;
    display: block;
    border-radius: 50%;
    transform: scale(.8);
    transition: transform 0.2s ease-in-out;
}

.gallery-slider .owl-dots .owl-dot.active span {
    transform: scale(1);
}

.color-variation-slider .item {
    width: 700px;
    height: 560px;
    margin: auto;
}

.color-variation-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cap-details {
    padding: 15px 0px 0px;
}

.cap-details h4 {
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}



.owl-nav button {
    min-width: auto;
    height: 48px;
    width: 48px;
    border: 2px solid #cccccc !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: var(--dark-gray);
    font-size: 20px !important;
    outline: none !important;
    line-height: 48px;
}

.owl-nav button.owl-next {
    margin-left: 10px;
}

.owl-nav button:hover {
    color: var(--main-color);
    border-color: var(--main-color) !important;
}

.gallary-slider .owl-next,
.gallary-slider .owl-prev,
.capability-slider .owl-prev,
.capability-slider .owl-next {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.capability-slider .owl-next {
    right: 0;
    left: auto;
}

.gallary-slider .owl-prev,
.capability-slider .owl-prev {
    left: -10%;
}

.gallary-slider .owl-next,
.capability-slider .owl-next {
    right: -10%;
}

/*--------------------------------------------------------------*
  Vertical Tab
*--------------------------------------------------------------*/
.select-filter {
    display: none;
}

.vertical-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.vertical-tab .nav-tabs {
    max-width: 30%;
    flex: 0 0 30%;
    width: 100%;
    padding-right: 30px;
    border: none;
    display: block;
}

.vertical-tab .nav-tabs li {
    width: 100%;
    display: block;
}

.vertical-tab .nav-tabs .nav-item .nav-link {
    color: #000;
    background-color: transparent;
    border: 0px;
    padding: 15px 0px;
    font-size: 26px;
    font-weight: 300;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    line-height: 1.3;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.vertical-tab .nav-tabs .nav-item .nav-link:before {
    background: #dd0707;
    height: 2px;
    width: 0px;
    margin-right: 0px;
    content: "";
    display: inline-block;
    position: relative;
    top: -9px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.vertical-tab .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.vertical-tab .nav-tabs .nav-item .nav-link.active:before {
    width: 32px;
    margin-right: 15px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.vertical-tab .tab-content {
    max-width: 70%;
    flex: 0 0 70%;
    width: 100%;
    border: none;
    padding: 15px 0px 0px 0px;
}

.vertical-tab .tab-content .tab-pane {
    padding-left: 30px;
}

.vertical-tab .tab-content .tab-title {
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
}

.vertical-tab .tab-content .tab-title:before {
    height: 12px;
    margin-right: 10px;
    width: 32px;
    content: "";
    display: inline-block;
    background: #dd0707;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 100%;
}

.vertical-tab .nav-tabs .nav-item .nav-link::after {
    display: none;
}

table.specifications {
    width: 100%;
}

table.specifications td,
table.specifications th {
    padding: 10px 0px;
    font-size: 18px;
    border-bottom: 1px solid #d6d6d6;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

table.specifications tr:last-child td,
table.specifications tr:last-child th {
    border: 0px;
}

.section-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: inherit;
    background-clip: padding-box;
    -webkit-overflow-scrolling: touch;
}

.section-background .background-wrapper {
    backface-visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    background-clip: padding-box;
}

.section-background .background-wrapper .background-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: scroll;
}

.section-background .background-wrapper .overlay-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}


.count-title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #198754;
}

.make-India-section,
.make-India-section .accordion-item {
    background: #000;
    /* height: 100vh; */
    overflow: hidden;

}

.make-India-section .col-lg-8 {
    position: relative;
    min-height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.make-India-section .collapse-tab {}

.make-India-section .accordion-button {
    background-color: transparent;
}



.make-India-section .accordion-item,
.make-India-section .collapse-tab button {
    padding: 25px 15px;
    box-sizing: content-box;
    margin-bottom: 12px;
    border-radius: 10px;
    background-color: #000;
    background: linear-gradient(#000, #000) padding-box,
        linear-gradient(to right, darkblue, darkorchid) border-box;
    border-radius: 12px;
    box-shadow: 0px 0px 20px darkblue, 0px 0px 20px darkorchid, 0px 0px 20px;
    border: 2px solid transparent;

}

.make-India-section .accordion-item {
    margin-bottom: 40px;
}

.make-India-section .collapse-tab button.collapsed {
    border: 2px solid #000;
    box-shadow: none
}


.make-India-section .accordion-button,
.make-India-section .accordion-button:focus {
    border-bottom: 2px solid #f2f2f2;
    box-shadow: none !important;
}

.make-India-section .accordion-button.collapsed {
    border: 2px solid #000;
}

.make-India-section h1 {
    text-align: left;
    font-size: 40px;
    color: #fff;
}

.make-India-section p {
    text-align: left;
    font-size: 16px;
    color: #ddd;
    font-weight: 400 !important;
}



.make-India-section .card.card-body {
    background-color: #000;
    /* width: 900px; */
}

.make-India-section .card.card-body p {
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
}

.make-India-section .card.card-body .icons-row p {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
    margin-top: 15px;
}

.content-box.collapse.show {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.content-box.collapse {

    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);

}

.heading-text {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    padding-bottom: 5rem;
}

.possiblilities-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 25px;

}

.possiblilities-container.grid-4-col {
    grid-template-columns: auto auto auto auto;

}



.possiblilities-container>div {
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:10px 30px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.possiblilities-container>div img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.possiblilities-container>div p {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0px;
}

.e-rickshaw-sec5 ul li {
    padding: 20px;
    border: 1px solid #e2e2e2;
}

.e-rickshaw-sec5 ul li:nth-child(2n+1) {
    color: #000;
    font-size: 16px;
}

.e-rickshaw-sec5 ul li:nth-child(2n+2) {
    color: #000;
    font-size: 18px;
}

@media (max-width:500px) {
    .possiblilities-container.grid-4-col {
        grid-template-columns: auto;

    }

    .possiblilities-container {
        display: grid;
        grid-template-columns: auto;
        gap: 25px;

    }

    .make-India-section h1 {
        text-align: left;
        font-size: 30px;
        color: #fff;
    }

    .e-rickshaw-sec5 ul li:nth-child(2n+1) {
        color: #000;
        font-size: 14px;
    }

    .e-rickshaw-sec5 ul li:nth-child(2n+2) {
        color: #000;
        font-size: 16px;
    }
}




.probootstrap-main {
    width: 100%;
    padding: 30px;
    position: relative
}

.probootstrap-main:before {
    background: rgba(0, 0, 0, .5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease
}

.probootstrap-main.mobile-open:before {
    visibility: visible;
    opacity: 1
}

.probootstrap-main .probootstrap-bar {
    position: fixed;
    top: 0;
    padding: 20px 0;
    z-index: 5;
    background: #fff;
    width: calc(100% - 250px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media screen and (max-width: 768px) {
    .probootstrap-main .probootstrap-bar {
        width: 100%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.probootstrap-main .probootstrap-bar .probootstrap-toggle {
    position: absolute;
    left: 15px;
    font-size: 20px;
    color: #000;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.probootstrap-main .probootstrap-bar .probootstrap-main-site-logo {
    margin: 0 auto;
    width: 100px;
    text-align: center;
    position: relative
}

.probootstrap-main .probootstrap-bar .probootstrap-main-site-logo a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media screen and (max-width: 768px) {
    .probootstrap-main {
        width: 100%;
        padding: 30px 15px
    }
}


.probootstrap-main .card-columns {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3
}


@media screen and (max-width: 960px) {
    .probootstrap-main .card-columns {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
}

@media screen and (max-width: 768px) {
    .probootstrap-main .card-columns {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

@media screen and (max-width: 576px) {
    .probootstrap-main .card-columns {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
}

.probootstrap-main .card-columns .card {
    background: #e6e6e6;
    border: none;
    border-radius: 0 !important;
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    opacity: 0;
    visibility: hidden
}

.probootstrap-main .card-columns .card.img-loaded {
    opacity: 1;
    visibility: visible
}

.probootstrap-main .card-columns .card a {
    position: relative;
    display: block
}

.probootstrap-main .card-columns .card a:before {
    z-index: 1;
    content: "";
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.probootstrap-main .card-columns .card a .card-img-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.probootstrap-main .card-columns .card:hover,
.probootstrap-main .card-columns .card:focus {
    -webkit-transform: scale(.96);
    -ms-transform: scale(.96);
    transform: scale(.96)
}

.probootstrap-main .card-columns .card:hover a:before,
.probootstrap-main .card-columns .card:focus a:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    visibility: visible;
    opacity: 1
}

.probootstrap-cover {
    background-size: cover;
    background-repeat: no-repeat
}

.probootstrap-cover {
    background-position: center center
}

.probootstrap-cover .probootstrap-heading {
    font-size: 45px;
    line-height: 1.34;
    color: #fff
}

@media screen and (max-width: 768px) {
    .probootstrap-cover .probootstrap-heading {
        font-size: 37px;
        line-height: 1.3
    }
}

.probootstrap-cover .probootstrap-subheading,
.probootstrap-cover p {
    color: rgba(255, 255, 255, .5)
}

@media screen and (max-width: 768px) {
    .probootstrap-cover .btn {
        width: 100% !important;
        border: 1px solid red
    }
}

.probootstrap-cover a {
    position: relative;
    color: #fff
}

.probootstrap-cover a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1fad9f;
    height: 2px;
    content: " "
}

.probootstrap-cover.overlay {
    position: relative
}

.probootstrap-cover.overlay:before {
    content: "";
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}


textarea {
    height: inherit !important
}

.probootstrap-vh-100 {
    height: 100vh
}

@media screen and (max-width: 960px) {
    .probootstrap-vh-100 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em
    }
}

.probootstrap-vh-75 {
    height: 75vh
}

@media screen and (max-width: 960px) {
    .probootstrap-vh-75 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em
    }
}


.probootstrap-section,
.probootstrap-footer {
    padding: 7em 0
}

.probootstrap-section .probootstrap-heading,
.probootstrap-footer .probootstrap-heading {
    font-size: 40px;
    line-height: 1.5
}

@media screen and (max-width: 768px) {

    .probootstrap-section .probootstrap-heading,
    .probootstrap-footer .probootstrap-heading {
        font-size: 30px
    }
}

.probootstrap-bg-dark {
    background: #263135
}

.probootstrap-footer {
    font-size: 16px
}

.probootstrap-footer .probootstrap-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em
}

.probootstrap-footer .probootstrap-footer-widget h2 {
    font-weight: 400
}

.probootstrap-footer p {
    color: rgba(255, 255, 255, .3)
}

.probootstrap-footer.probootstrap-bg-dark {
    background: #222b2f
}

.probootstrap-footer a {
    color: rgba(255, 255, 255, .3)
}

.probootstrap-footer a:hover {
    color: #1fad9f
}

.probootstrap-footer .probootstrap-heading {
    font-size: 24px
}

.probootstrap-footer .probootstrap-heading-2 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6)
}

.probootstrap-footer-social li {
    list-style: none;
    margin: 0 10px 10px 0;
    display: inline-block
}

.probootstrap-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    position: relative
}

.probootstrap-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-small-nav>li {
    display: inline-block
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #1fad9f
}

.media .probootstrap-icon {
    width: 100px
}

.media .probootstrap-icon span {
    color: #1fad9f
}

.probootstrap-media {
    border: 1px solid #e6e6e6
}

.probootstrap-media.text-center .probootstrap-icon {
    margin: 0 auto
}

.probootstrap-overflow-hidden {
    overflow: hidden
}

.padding-top-bottom {
    padding-top: 120px;
    padding-bottom: 120px
}


.probootstrap-animate {
    opacity: 0;
    visibility: hidden
}

#probootstrap-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000
}

#probootstrap-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#probootstrap-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

#probootstrap-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

#probootstrap-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px
    }
}

.header-sticky {
    position: sticky;
    top: 0px;
    z-index: 999;
}

.header-sticky .floating-header {
    margin-top: 0px;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.header-sticky .floating-header-min-h {
    min-height: 50px;
    transition: min-height 0.5s;
}

.statix-section {
    max-width: 100%;
    overflow: hidden;

}

.statix-section .statix-container {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.statix-section .statix-container .statix-content {
    padding: 6rem;
}

.statix-section .statix-content {
    color: rgb(9, 42, 42);

}

.statix-section .statix-content h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.3;
    color: inherit;
    margin-bottom: 1.5rem;
    /* text-shadow: 0px 6px 10px rgb(73, 181, 181); */
}

.statix-section .statix-content h6 {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.3;
    color: inherit;
    margin-bottom: 1rem;
    /* text-shadow: 0px 6px 10px rgb(73, 181, 181); */
}

.statix-section .statix-content p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    /* text-shadow: 0px 6px 10px rgb(73, 181, 181); */
}

.statix-section .statix-container .statix-image {
    width: 100%;
}

.statix-section .statix-container .statix-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.statix-postion-abs-image {
    position: absolute;
    left: 0px;
}

.statix-bg-image {
    padding: 5rem;
    background-size: 60%;
    background-position: right;
    background-repeat: no-repeat;
}

.fill-heading {
    font-size: 56px;
    line-height: 1.1em;
    font-weight: 600;
    text-align: center;
}

.fill-inner-text {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 400;
    text-align: center;
}

.fill-container .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.fill-container .section-title h2 {
    font-size: 40px;
    margin-bottom: 4px;
}

.fill-container .section-title p {
    font-size: 40px;
    line-height: 1.5;
    width: 80%;
    margin-bottom: 45px;
}

.statix-bg-image-full {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;

    background: rgb(0, 0, 0);
    background: linear-gradient(98deg, rgba(0, 0, 0, 0.6885567459405637) 0%, rgba(255, 255, 255, 0) 44%);
}

.statix-bg-image-full .container {
    z-index: 1;
    position: relative
}

.statix-bg-image-full ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statix-bg-image-full li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.statix-bg-image-full h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 100px;
}

.statix-bg-image-full li i {
    font-size: 60px;
    font-weight: 200;
    color: #fff;
}

.statix-bg-image-full li h4 {
    font-size: 45px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #fff;
}

.statix-bg-image-full li span {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #fff
}

@media (max-width:500px) {
    .overlay {
        background: linear-gradient(98deg, rgba(0, 0, 0, 0.6885567459405637) 0%, rgba(255, 255, 255, 0) 90%);
    }

    .ptb-140 {
        padding: 35px 0px;
    }

    .statix-bg-image-full h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .statix-bg-image-full li i {
        font-size: 20px;
        margin-top: 5px;
    }

    .statix-bg-image-full li h4 {
        font-size: 20px;
    }

    .statix-bg-image-full li span {
        font-size: 12px;
    }

    .statix-bg-image-full {
        height: 200px;
    }


}

.counter-section {
    background-size: cover;
    position: relative;
}

.counter-section::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.counter-section .counter {
    padding: 40px 0px;
    background: transparent;
    border: 0px solid #000;
    background-color: #3f3f3f;
}


.counter-section .statistic-text h3 {
    font-weight: 600;
    font-size: 30px;
    font-family: "Metropolis-Bold", sans-serif;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 40px;
    color: #fff;
}

.counter-section .statistic-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    color: #f5f5f5;
}

.statistic-text {
    padding-right: 50px;
}

.counter-section i {
    font-size: 50px;
    color: #987233;
}

.counter-section h2 {
    font-size: 50px;
    font-weight: 600;
    color: #26C673;
}

.counter-section p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

@media (max-width:500px) {
    .counter-section.ptb-250 {
        padding: 25px 0px;
    }

    .counter-section .statistic-text h3 {
        text-align: left;
        font-size: 25px;
    }

    .counter-section .statistic-text p {
        text-align: left;
        font-size: 18px;
    }
}


.single-product {
    width: 100vw;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    overflow: hidden;
}

.single-product .product-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.single-product .product-layer .container,
.single-product .product-layer .row {
    height: 100%;
}

.sx-img {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.vertical-center-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.vertical-center-content {
    width: 100%;
    color: #fff;
}

.vertical-center-content h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: inherit;
}

.vertical-center-content p {
    font-size: 16px;
    font-weight: 400;
    color: inherit;
}

.product-active .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0px 0px;
}

.product-active .owl-nav .owl-next {
    position: absolute;
    right: 5%;
}

.product-active .owl-nav button,
.product-active .owl-nav button {
    border: 0px !important;
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 2;
}

@media (max-width: 768px) {
    .single-product .sx-img {
        height: 250px;
        position: absolute;
        z-index: 4;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .single-product .vertical-center-wrap {
        min-height: 0;
        z-index: 5;
        align-items: flex-start;
        padding-top: 40px;
    }

    .vertical-center-content h3 {
        font-size: 30px;
    }

    .vertical-center-content p {
        /* font-size: 10px; */
        text-align: justify;
    }
}

.viewer-360 {
    position: relative;
}

.viewer {
    position: relative;
    overflow: hidden;
}

.viewer img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    object-fit: cover;
}

.viewer img:first-child {
    position: relative;
}

.viewer img.active {
    opacity: 1;
}

.grid-item {
    width: 400px;
    height: 400px;
}

.grid-item img {
    width: 400px;
    height: 400px;
    object-fit: contain;
}


.social-media-icon-header {
    display: flex;
    gap: 10px;
}

.social-media-icon-header a {
    width: 45px;
    height: 45px;
    background: #dedede;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 50px;
    color: #3a3a3a;
}
.social-media-icon-header.footer a {    
    background: #3c3c3c;    
    color: #d9d9d9;
}

.social-media-icon-header img {
    width: 30px;
    height: 30px;
}

.social-media-icon-header .facebook:hover {
    background-color: rgb(57, 9, 215);
    color: #fff
}
.social-media-icon-header .instagram:hover {
    background-color: rgb(255, 80, 135);
    color: #fff
}
.social-media-icon-header .twitter:hover {
    background-color: rgb(80, 214, 255);
    color: #fff
}
.social-media-icon-header .whatsapp:hover {
    background-color: rgb(64, 168, 0);
    color: #fff
}



 :root {
     --primary-color: #83C1E1
 }

 .pdp-banner {
     min-height: 100vh;
     background-color: #fff;
     background-image: linear-gradient(60deg, #FFEA9F 0%, #FFEA9F 50%, transparent 0%);
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: flex-end;
 }

 .pdp-banner .pdp-image {
     width: 100%;
     height: 100%;
     position: relative;
 }

 .pdp-banner .pdp-image img {
     width: 100%;
     position: relative;
     z-index: 99;     
     object-fit: contain;
 }

 .pdp-banner .pdp-image-loader::before {
     content: "";
     height: 870px;
     width: 800px;
     background-image: url('../img/product/e-loader-1.png');
     background-size: contain;
     background-repeat: no-repeat;
     position: absolute;
     top: 0px;
     opacity: 0.1;
     left: -150px;
     z-index: 0;
 }

  .pdp-banner .pdp-image-rickshaw::before {
      content: "";
      height: 870px;
      width: 800px;
      background-image: url('../img/product/e-rickshaw-img2.png');
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 0px;
      opacity: 0.1;
      left: -150px;
      z-index: 0;
  }

 .pdp-banner .pdp-content {
     padding: 0px 100px;
 }

 .pdp-banner .pdp-content h2 {
     font-size: 80px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .pdp-banner .pdp-content p {
     font-size: 17px;
     letter-spacing: 1px;
     margin-bottom: 50px;
     line-height: 1.8;
 }

 .pdp-banner .pdp-content button {
     font-size: 17px;
     letter-spacing: 1px;
     background-color: var(--primary-color);
     border: 0px;
     padding: 10px 25px;
     border-radius: 4px;
     color: #fff;
     transition: 0.5s;
 }

 .pdp-banner .pdp-content button:hover {
     background-color: #4d8eae;
 }

 .pdp-title h3 {
     padding: 20px 0px;
     font-size: 40px;
 }

 .pdp-about h3 {
     line-height: 2;
     font-size: 60px;
     font-weight: 600;
 }

 .pdp-about p {
     line-height: 2;
     font-size: 16px;
     font-weight: 400;
     position: relative;
 }

 .pdp-about.list {
     padding-top: 25px;
     padding-left: 25px;
 }

 .pdp-about.list p::before {
     content: "";
     width: 10px;
     height: 10px;
     border-radius: 10px;
     background-color: #f00;
     position: absolute;
     left: -18px;
     z-index: 1;
     top: 10px;

 }





 @media (max-width:500px) {
     .pdp-banner .pdp-content {
         padding: 50px 0px 0px;
     }

     .pdp-banner .pdp-content h2 {
         font-size: 60px;
     }

     .pdp-banner .pdp-image::before {
         height: 470px;
         width: 400px;
         left: -50px;
     }

     .pdp-about h3 {
         font-size: 50px;
     }

     .pdp-title h3 {
         font-size: 35px;
     }
 }