﻿@import url('../../css2-1');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #302861;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #0738c3;
}
.section-entry {
    padding: 5rem 0;
}

/*------------------------social sticky  css start------------------------------*/
.section-entry {
    padding:6rem 0;
}
.icon-bar {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.float {
    position: fixed;
    /*  width:60px;
  height:60px;*/
    bottom: 0px;
    left: 10px;
    background-color: transparent;
    color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 70px;
    z-index: 999;
}

.my-float {
    margin-top: 16px;
}

.float1 {
    position: fixed;
    top: 50%;
    left: -55px;
    text-align: center;
    color: #fff;
    z-index: 599;
    transform: rotate(-90deg);
}

.mrt30 {
    margin-top:30px;
}

/*------------------------social sticky  css end------------------------------*/

.nav-quote-btn {
    background-color: #000000;
    color: #fff;
    padding: 15px 25px!important;
    border-radius: 50px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.nav-quote-btn:hover {
    background-color: #0040ff!important;
    color: #fff;
}


/*------------------------navbar css start------------------------------*/
.main-wrap {
        margin-top: -85px;

}
.logo img {
    width: 130px;
    margin: 18px 0px;
}
/* .logo .logo-text {
    padding-left: 105px;
    font-weight: 600;
} */

nav {
    z-index: 99;
    width: 100%;
    background: #0738c3;
    /*position: fixed;*/

}

nav .wrapper {
    position: relative;
    max-width: 100%;
    padding: 6px 30px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0738c3;
    width: 100%;

}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.carousel {
    position: relative;
    top: 85px;
}

.wrapper .nav-links {
    display: inline-flex;
    /* position: relative;*/
    /*option*/
    margin-bottom: unset;
}

.nav-links li {
    list-style: none;
}


/*.nav-links li:last-child
{
  padding-right:100px ;
}*/

.nav-links li a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    background: #0738c3;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #000000;
    width: 100%;
    left: 0;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.nav-links .drop-menu img {
    width: 80px;
}

.nav-links .drop-menu h4 {
    font-size: 18px;
    margin-top: 6px;
}

.nav-links .drop-menu2 {
    position: absolute;
    background: #000000;
    width: 290px;
    line-height: 45px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links .drop-menu1 {
    position: absolute;
    background: #000;
    width: 260px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.nav-links li:hover .drop-menu1,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.nav-links li.sub-dropdown:hover .drop-menu2,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 0;
    opacity: 1;
    visibility: visible;
    left: 260px;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 10px;
    font-weight: 400;
    border-radius: 0px;
}

.drop-menu1 li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.sub-dropdown {
    position: relative;
}

.sub-dropdown i {
    margin-left: 100px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
     ::-webkit-scrollbar {
        width: 10px;
    }
     ::-webkit-scrollbar-track {
        background: #242526;
    }
     ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }
    #menu-btn:checked~.nav-links {
        left: 0%;
    }
    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }
    #close-btn:checked~.btn.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        padding: 16px 20px;
        display: block;
        font-size: 20px;
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        display: flex;
        justify-content: space-around;
        text-align: center;
        flex-direction: column;
    }
    .nav-links .drop-menu1 {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    .nav-links .drop-menu2 {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    #showDrop1:checked~.drop-menu1,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    #showDrop2:checked~.drop-menu2,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    .nav-links .desktop-item {
        display: none;
    }
    .nav-links .desktop-item1 {
        display: none;
    }
    .nav-links .desktop-item2 {
        display: none;
    }
    .nav-links .mobile-item {
        display: flex;
        justify-content: space-between;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        margin-left: 0;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        position: relative;
    }
    .nav-links .mobile-item:hover {
        background: #0738c3;
    }
    .nav-links .mobile-item span {
        padding-right: 20px;
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 16px;
    }
    .drop-menu1 li {
        margin: 0;
    }
    .drop-menu1 li a {
        border-radius: 5px;
        font-size: 16px;
    }
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

/* .logo-img
{
    position: absolute;
    top: 0;
} */


/*------------------------navbar css end------------------------------*/


/*------------------------top header css start------------------------------*/

.social-title {
    color: #fff;
}

.top-header-section {
    background: rgb(36, 100, 172);
    background: radial-gradient(circle, rgba(36, 100, 172, 1) 89%, rgba(48, 40, 97, 1) 100%);
}

.header-left {
    padding: 10px 0;
}

.header-left ul {
    display: inline-block;
    margin-bottom: unset;
}

.site-header ol,
.site-header ul {
    margin-bottom: 0;
}

.header-left li:last-child {
    padding-right: 0;
}

.header-left li {
    padding-right: 40px;
    position: relative;
    display: inline-block;
    color: #fff;
    position: relative;
}

.header-left li a:first-child {
    color: #fff !important;
    padding-left: 25px;
}

.header-left li a:first-child:before {
    position: absolute;
    content: "\f095";
    left: 0;
    color: #0738c3;
    font-family: 'FontAwesome';
    transition: all 0.5s;
    background: #fff;
    width: 23px;
    text-align: center;
}

.header-left li i {
    color: #0f1934;
    margin-right: 6px;
}

.header-left ul li a:hover {
    text-decoration: none;
}

.header-right-div {
    text-align: right;
}

.social-links-second {
    float: right;
    margin: 0px 0 0 0;
}

.social-links-second ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.social-links-second li {
    float: left;
    width: auto;
    margin-right: 6px;
    list-style: none;
}

.social-links-second li a {
    display: inline-block;
    padding: 5px 7px;
    text-align: center;
    width: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: -1px 0 4px rgb(0 0 0 / 45%), 0 6px 3px rgb(0 0 0 / 16%) inset;
    border: 1px solid #bbb;
    opacity: 0.85;
}

.social-links-second ul li .icon_facebook i {
    transition: .2s all;
}

.social-links-second ul li .icon_facebook i:hover {
    color: #4267B2;
}

.social-links-second ul li .icon_twitter i {
    transition: .2s all;
}

.social-links-second ul li .icon_twitter i:hover {
    color: #1DA1F2;
}

.social-links-second ul li .icon_youtube i {
    transition: .2s all;
}

.social-links-second ul li .icon_youtube i:hover {
    color: #FF0000;
}

.social-links-second ul li .icon_instagram i {
    transition: .2s all;
}

.social-links-second ul li .icon_instagram i:hover {
    color: #405DE6;
}

.social-links-second ul li .icon_linkedin i {
    transition: .2s all;
}

.social-links-second ul li .icon_linkedin i:hover {
    color: #2867B2;
}


/*------------------------top header css end------------------------------*/


/*------------------------product css start------------------------------*/

.product-section {
    padding: 30px 0 30px 0;
}

.product-img {
    height: 100%;
    background-image: url(../images/product-img/two-wheeler.jpg);
    background-image: linear-gradient(145deg, #030700 21%, rgba(0, 0, 0, 0.61) 98%), url(../images/product-img/e-mobility.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 22px 0px rgb(0 0 0 / 30%);
}

.product-img1 {
    height: 100%;
    background-image: url(../images/product-img/three-wheeler.jpg);
    background-image: linear-gradient(145deg, #030700 21%, rgba(0, 0, 0, 0.61) 98%), url(../images/product-img/solar-energy-storage.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 22px 0px rgb(0 0 0 / 30%);
}

.product-test {
    color: #fff;
    padding: 100px 0 100px 0;
    text-align: center;
}

.product-test .type {
    color: red;
}

.product-test .type-second {
    color: red;
}

.wheeler-col {
    transition: all ease 0.5s;
    transform: scale(0.9);
}

.wheeler-col a {
    text-decoration: none;
}

.wheeler-col:hover {
    transform: scale(1);
}

.two-para h1 {
    font-size: 30px;

}

.two-para h2 {
    font-size:25px;
}

.popup {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.7);
    display: none;
    /* z-index: 9999; */
}

.popup.active {
    display: block;
}

.fade-out {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}

.popup-content {
    position: relative;
    background: #fff;
    padding: 30px;
    /*width: 90%;*/
    /*max-width: 800px;*/
    margin: 100px auto;
    z-index: 2;
    border-radius: 8px;
}

.popup-content h2 {
    text-align: center;
    color: rgb(128 102 255);
}

.get-ready-wrapper {
    text-align: center;
    margin-top: 17px;
    background-color: #ece9ff;
    padding: 21px 0;
    border-radius: 15px;
}

.popup-content p {
    text-align: center;
}

.popup-tabs {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 15px;
}

.tab-btn {
    flex: 1;
    padding: 10px 15px;
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 3px solid #0738c3;
    color: #000;
}

.tab-btn.active {
    border-color: #000000;
    color: #ffffff;
    background-color: #1900ff;
}

.popup-tab-content {
    display: none;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0 0;
    justify-content: space-between;
}

.feature-card {
   background: #FBE4D6;
    border: none;
    border-radius: 8px;
    padding: 15px;
    flex: 1 1 calc(48% - 10px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.feature-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #274291;
}

.feature-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}


.call-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1900ff;
    color: white;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 10px;
    
}
.call-btn:hover {
    color: #fff;
    text-decoration: none;
}

.form-input {
    width: 100%;
    padding: 8px;
    margin: 6px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-btn {
    background-color: #274291;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
}
.popup-close-btn {
  position: absolute;
top: -24px;
    right: -19px;
    font-size: 39px;
    font-weight: bold;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    z-index: 9999;
}

.popup-close-btn:hover {
    color: red;
}

/*------------------------product  css end------------------------------*/


/*------------------------introduction  css end------------------------------*/

.intro-div h2 {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
}

.intro-div p {
    font-size: 14px;
    text-align: justify;
}


/* button css */

.index4_btn,
.index4_btn:focus {
    min-width: 170px;
    height: 100%;
    line-height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 2px;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.index4_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #302861;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 10% 0;
    transform-origin: 0% 10% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.index4_btn:hover {
    color: #ffffff;
}

.index4_btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* button css */

.ab-para p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.ab-para a {
    text-decoration: none;
    text-align: center;
}


/*------------------------introduction css end------------------------------*/


/*------------------------water wave css start------------------------------*/



.header1 {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg, rgb(7 56 195) 0%, rgb(7 56 195) 100%);
    color: white;
}

.inner-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

.inner-header h6 {
    font-size:2.5rem;
    text-align:center;
}
.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}


/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .service-bg1 {
    padding-bottom: 15rem;
    margin-top: 14px;
    }
     .service-bg2 {
      padding-bottom: 29rem;
    }
     .bg4 {
      padding-bottom: 29rem;
    }
     .feature-card {
        flex: 1 1 100%;
    }
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .content {
        height: 30vh;
    }
    h1 {
        font-size: 24px;
    }
    .page-heading h1 {
    font-size: 30px!important;
    margin-top: 26px;
}
}


/*------------------------water wave css end------------------------------*/


/*------------------------water wave button css start------------------------------*/

.wrapper1 {
    padding-bottom: 50px;
}

.wrapper1,
.wave-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wave-btn {
    height: 40px;
    margin-left: 20px;
    /*  border-radius: 0 0 10px 10px;*/
    transition: all 0.8s ease 0s;
    text-decoration: none;
    overflow: hidden;
}

.wave-btn__text {
    z-index: 1;
    font-family: sans-serif;
    color: #fff;
    text-transform: uppercase;
    /*  letter-spacing: 2px;*/
}

.wave-btn,
.wave-btn__text {
    position: relative;
}

.wave-btn:hover {
    border-radius: 10px;
    transition: all 0.8s ease 0s;
    box-shadow: 0 0 40px rgba(73, 115, 255, 0.6);
    text-decoration: none;
}

.wave-btn:hover .wave-btn__waves {
    top: -50px;
}

.wave-btn,
.wave-btn__waves {
    width: 220px;
}

.wave-btn__waves {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    background-color: #4973ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    transition: all 0.8s ease 0s;
}

.wave-btn__waves:after,
.wave-btn__waves:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 250%;
    height: 250%;
    transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
}

.wave-btn__waves:before {
    background-color: #000;
    border-radius: 48%;
    animation: waves 5s infinite linear;
}

.wave-btn__waves:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 44%;
    animation: waves 10s infinite linear;
}

@keyframes waves {
    0% {
        transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    }
    100% {
        transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    }
}


/*------------------------water wave button css end------------------------------*/


/*------------------------hallmark animation section css start start------------------------------*/

.manu-head-ani {
    text-align: center;
}

.wrapper2 {
    display: inline-flex;
    text-align: center;
}

.wrapper2 .static-txt {
    color: #000;
    font-size: 32px;
    font-weight: 600;
}

.wrapper2 .dynamic-txts {
    margin-left: 15px;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}

.dynamic-txts li {
    list-style: none;
    color: #fc6d6d;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    top: 0;
    animation: slide 12s steps(1) infinite;
}

@keyframes slide {
    100% {
        top: -360px;
    }
}

.dynamic-txts li span {
    position: relative;
    margin: 5px 0;
    line-height: 90px;
    top: -19px;
}

.dynamic-txts li span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 140%;
    width: 100%;
    background: #fff;
    border-left: 2px solid #fc6d6d;
    animation: typing 3s steps(10) infinite;
}

@keyframes typing {
    40%,
    60% {
        left: calc(100% + 30px);
    }
    100% {
        left: 0;
    }
}


/*---------------------accordion---------------------*/

.accordion {
    /*    height: 50px;
    width: 500px;
    margin-top: 20px;*/
    background: rgb(48, 40, 97);
    background: linear-gradient(90deg, rgba(48, 40, 97, 1) 45%, rgba(36, 100, 172, 1) 100%);
    color: #fff;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 14px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transition: .4s all;
}

.title-head {
    font-size: large;
}

.show {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: .4s all;
}

.info {
    height: 0;
    width: 100%;
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
    padding: 0 14px;
    position: relative;
    overflow: hidden;
    border: 0;
    transition: .4s all;
}

.info.reveal {
    min-height: 190px;
    border: 1px solid #313c8c;
    border-radius: 0 0 10px 10px;
    transition: .4s all;
}

.accordion.radius {
    border-radius: 10px 10px 0 0;
}

.title-head {
    margin-bottom: 0rem;
}

@media screen and (max-width: 500px) {
    .accordion,
    .info {
        width: 400px;
    }
}

@media screen and (max-width: 400px) {
    .accordion,
    .info {
        width: 330px;
    }
}

@media screen and (max-width: 350px) {
    .accordion,
    .info {
        width: 300px;
    }
}


/*------------------------hallmark animation section css start end------------------------------*/


/*-----------------------footer start------------------*/

.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #0738c3;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: grid;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #ece5e5;
    font-size: 15px;
}

.cta-text span a {
    color: #ece5e5;
}

.cta-text span:hover a {
    color: #ece5e5;
    text-decoration: none;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-top: 14px;
    font-size: 14px;
    color: #ece5e5;
    line-height: 28px;
    text-align: center;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #0738c3;
}

.footer-widget ul li {
    display: inline-block;
    /*  float: left;*/
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #0738c3;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #0738c3;
    padding: 13px 20px;
    border: 1px solid #0738c3;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0 10px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ece5e5;
}

.copyright-text p a {
    color: #fff;
}

.copyright-text p:hover a {
    color: #ccc;
    text-decoration: none;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #0738c3;
}

.footer-menu li a {
    font-size: 14px;
    color: #ece5e5;
}

.makeinindia {
    text-align: right;
}

.vocalforlocal {
    text-align: left;
}

.footer-menu ul li a {
    text-decoration: none;
}

.make-local-row {
    background-image: url("../images/bg-white-brush.png");
    background-repeat: no-repeat;
    background-position: center;
    /*    background-size: 46em 24em;*/
}

.footer-social-icon {
    text-align: center;
    padding: 10px;
}

.footer-social-icon ul li {
    display: inline-block;
    list-style: none;
    color: #fff;
}

.footer-social-icon ul li i {
    font-size: 16px;
    background: #3d3c3c;
    border-radius: 50%;
    transition: all 0.5s;
}

.footer-social-icon ul li .fa-facebook:hover {
    color: #fff;
    background: #4267B2;
}

.footer-social-icon ul li .fa-twitter:hover {
    color: #fff;
    background: #1DA1F2;
}

.footer-social-icon ul li .fa-linkedin:hover {
    color: #fff;
    background: #0077b5;
}

.footer-social-icon ul li .fa-youtube:hover {
    color: #fff;
    background: #FF0000;
}


/*-----------------------footer end--------------------*/


/*-----------------------modal start--------------------*/

.main-btn-rect,
.main-btn-circle {
    position: relative;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #fffff0;
    background-color: rgb(48 40 97);
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 100;
}

.main-btn-rect {
    padding: 10px 80px;
    line-height: 30px;
}

.main-btn-rect:before,
.main-btn-rect:after {
    position: absolute;
    content: "";
    top: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 240, 0.2);
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.main-btn-rect:before {
    left: 0;
}

.main-btn-rect:after {
    right: 0;
}

.main-btn-rect:hover:before,
.main-btn-rect:hover:after {
    width: 50%;
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.main-btn-circle:hover {
    -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}

.popup {
    position: fixed;
    /* top: 100%; */
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.popup.active {
    top: 0;
    background: rgb(48, 40, 97);
    background: -moz-linear-gradient(90deg, rgba(48, 40, 97, 1) 8%, rgba(122, 102, 247, 1) 58%);
    background: -webkit-linear-gradient(90deg, rgba(48, 40, 97, 1) 8%, rgba(122, 102, 247, 1) 58%);
    background: linear-gradient(90deg, rgba(48, 40, 97, 0.50) 8%, rgba(122, 102, 247, 0.50) 58%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#302861", endColorstr="#7a66f7", GradientType=1);
    transition: background-color 0.6s, opacity 0.6s;
}

.popup .main-btn-rect {
    padding: 10px 100px;
}

.popup .popup-content {
    position: absolute;
    top: 30%;
    left: 50%;
    /*max-height: 568px;*/
    /*min-width: 320px;*/
    margin-top: 150px;
    padding: 25px;
    background-color: #fffff0;
    color: #070000;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    -moz-transition: margin 0.6s;
    -o-transition: margin 0.6s;
}

.popup.active .popup-content {
    margin-top: 0px;
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

.form-group {
    position: relative;
    width: 90%;
    margin: 0px auto;
}

form#send input,
form#send textarea {
    position: relative;
    margin-bottom: 32px;
    width: 100%;
    height: 29px;
    font-family: "RobotoLight", sans-serif;
    text-indent: 20px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid #070000;
    -webkit-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s;
}

form#send input:focus,
form#send textarea:focus {
    border-bottom: 1px solid rgb(63, 173, 168);
}

form#send label {
    position: absolute;
    top: 0;
    line-height: 28px;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

form#send input:focus+label,
form#send textarea:focus+label {
    color: rgb(63, 173, 168);
}

form#send .txt {
    line-height: 22px;
    left: 2px;
}

form#send .main-btn-rect {
    position: relative;
    display: block;
    padding: 12px 80px;
    margin: 0px auto;
    font-size: 14px;
}

form#send .main-btn-rect i {
    margin-right: 5px;
}

.popup .fade-out {
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
    font-size: 15px;
}

.share-wrap {
    position: absolute;
    display: inline-table;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: center;
}

.share-btn {
    color: #fffff0;
    padding: 7px 25px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 100;
    font-size: 14px;
    font-family: "Lobster", sans-serif;
    background-color: rgba(63, 173, 168, 0.8);
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

.share-btn:hover {
    color: #fffff0;
    text-decoration: none;
    background-color: rgba(63, 173, 168, 1);
}

.service-battery-text h2 {
    color:#000!important;
    text-align:center;
}

.service-battery-text p {
    color:#000!important;
     text-align:center;
}


.popup-tab-content h2 {
    color:#fff;
}
.page-wrapper {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   background-color: #f4f4f49c;
    padding: 32px;
    border-radius: 20px
    
}



.white {
    color:#fff;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block;
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 2px;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 6px 9px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle;
}

.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}

.event-header h4 {
    text-align: center;
    padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    form#send .main-btn-rect {
        padding: 7px 60px;
        font-size: 14px;
    }
  
}


/*-----------------------modal end--------------------*/


/*--------------------about us section start------------------------*/

.ab-body {
    background-image: url('../images/ab-bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /* Do not repeat the image */
}

.container-color {
    background-color: #fff;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 3px 3px #302861, -1em 0 0.4em #0738c3;
}

.ab-intro-head {
    text-align: center;
    padding: 20px 0;
}

.ab-intro-head p {
    text-align: justify;
}

.ab-intro-head h1 {
    color: #000;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 3px 2px 3px #302861;
}

.ab-intro-head h1:after {
    display: block;
    content: '';
    border-bottom: solid 3px #0738c3;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.ab-intro-head h1:hover:after {
    transform: scaleX(1);
}

.ab-intro-head h1.fromRight:after {
    transform-origin: 100% 50%;
}

.ab-intro-head h1.fromLeft:after {
    transform-origin: 0% 50%;
}

.ab-about-para p {
    text-align: justify;
}


/* .value-section
{
  background-image: url('../images/ab-value-bg.jpg'), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
.value-div
{

} */


/*================================ab-us-section========================================*/

.vision-back {
    background-image: linear-gradient(rgb(0 0 0 / 85%), rgb(0 0 0 / 85%)), url(../img/slide4.jpg);
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    padding: 50px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.ab-content-sec {
    text-align: center;
    color: #fff;
}

.ab-content-sec h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}

.ab-section {
    padding-top: 6em;
    padding-bottom: 6em;
}

.col-mt {
    padding-top: 30px;
}

.ab-img-sec {
    text-align: center;
}


/*--------------------about us section end------------------------*/


/*--------------------Contact section start------------------------*/

.contact-body {
    background: url('../images/contact-bg.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-blend-mode: overlay;
    ;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section {
    padding: 0px 0 50px 0;
}

.card-head {
    /* background-color: green; */
    padding: 10px;
}

.card-head h3 {
    text-align: center;
    padding-bottom: 20px;
}

.card-head h3 i {
    font-size: 30px;
    background-color: #302861;
    height: 70px;
    width: 70px;
    padding: 20px 0 0 0;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s;
}

.card-head h3:hover i {
    font-size: 40px;
    background-color: #594daa;
    height: 80px;
    width: 80px;
    padding: 20px 0 0 0;
    border-radius: 50%;
    color: #fff;
}

.card-head h2 {
    text-align: center;
    font-size: 24px;
}

.card-head p {
    text-align: center;
}

.card-head p a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}

.card-head h2:hover {
    color: #0738c3;
}

.card-head p a:hover {
    color: #302861;
    font-size: 19px;
}


/*--------------------contact section end------------------------*/


/*--------------------Equiry section start------------------------*/

.card {
    padding: 30px 10px 10px 10px;
    height: 373px;
    border: none;
    -webkit-box-shadow: 0px 1px 9px 3px rgba(219, 210, 219, 1);
    -moz-box-shadow: 0px 1px 9px 3px rgba(219, 210, 219, 1);
    box-shadow: 0px 1px 9px 3px rgba(219, 210, 219, 1);
    display: flex;
    justify-content: center;
    align-items: center
}

.fcard,
.scard,
.tcard {
    background: rgb(255 255 255 / 49%);
    backdrop-filter: blur(5px);
}

.card i {
    font-size: 36px;
}

.fcard {
    color: #0738c3;
}


/* .fcard p
{
  word-wrap: break-word;
} */

.scard {
    color: #302861;
}

.tcard {
    color: #0738c3;
}

.card p a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}

.tcard p {
    margin-bottom: 0px;
}

.container-bg-col {
    background-color: #ffffffba;
}

.contact-body1 {
    color: #fff;
    background-image: url('../images/eng-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
	font-weight:bolder;
	margin-top:20px;
}


/* === Login styles === */

.login {
    position: relative;
    margin: 100px auto;
    width: 60%;
    /* height: 315px; */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.login h1 {
    line-height: 55px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.form {
    width: 100%;
}

.form .field {
    position: relative;
    margin: 0 20px;
}

.login .submit {
    text-align: center;
}

.login p:first-child {
    margin-top: 30px;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

.form input[type=text],
input[type=number],
input[type=email],
input[type=message] {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    width: 100%;
    border: none;
    background: rgb(255 255 255);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    transition: color 0.3s ease-out;
}

.form input[type=message] {
    height: 100px;
}

.form input[type=submit] {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding: 12px 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    border: none;
    margin-bottom: 20px;
}


/*--------------------Equiry section end------------------------*/


/*--------------------border section start------------------------*/

.about-desc .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 3px 2px 3px #f5f5f5;
}

.about-desc h2.title::before {
    content: " ";
    position: absolute;
    width: 122px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
}

.about-desc h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    margin-left: -70px;
    border: 5px solid #302861;
}

.about-desc1 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc1 h2.title::before {
    content: " ";
    position: absolute;
    width: 186px;
    height: 4px;
    background-color: #fff;
    bottom: 0px;
    border-radius: 3px;
}

.about-desc1 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    margin-left: -100px;
    border: 5px solid #302861;
}

.about-desc3 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
}

.about-desc3 h2.title::before {
    content: " ";
    position: absolute;
    width: 327px;
    height: 4px;
    background-color: #0738c3;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc3 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    border-radius: 3px;
    margin-left: -234px;
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc4 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc4 h2.title::before {
    content: " ";
    position: absolute;
    width: 56px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc4 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -32px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc5 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc5 h2.title::before {
    content: " ";
    position: absolute;
    width: 96px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc5 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -53px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc6 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc6 h2.title::before {
    content: " ";
    position: absolute;
    width: 270px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc6 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -144px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc7 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc7 h2.title::before {
    content: " ";
    position: absolute;
    width: 366px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc7 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -189px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc8 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc8 h2.title::before {
    content: " ";
    position: absolute;
    width: 204px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc8 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -117px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc9 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc9 h2.title::before {
    content: " ";
    position: absolute;
    width: 185px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc9 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -102px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc10 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc10 h2.title::before {
    content: " ";
    position: absolute;
    width: 103px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc10 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -62px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc11 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #0738c3;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc11 h2.title::before {
    content: " ";
    position: absolute;
    width: 316px;
    height: 4px;
    background-color: #0738c3;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc11 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -173px; */
    border: 5px solid #000;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc12 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc12 h2.title::before {
    content: " ";
    position: absolute;
    width: 281px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc12 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -152px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc13 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc13 h2.title::before {
    content: " ";
    position: absolute;
    width: 150px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc13 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -84px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc14 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc14 h2.title::before {
    content: " ";
    position: absolute;
    width: 128px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc14 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -70px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc15 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc15 h2.title::before {
    content: " ";
    position: absolute;
    width: 120px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc15 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -70px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc16 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc16 h2.title::before {
    content: " ";
    position: absolute;
    width: 405px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc16 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -213px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc17 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc17 h2.title::before {
    content: " ";
    position: absolute;
    width: 341px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc17 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -179px; */
    margin: auto;
    left: 0;
    right: 0;
    border: 5px solid #302861;
}

.about-desc18 .title {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #302861;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    z-index: 10;
    text-shadow: 1px 2px 2px #7b74a5;
}

.about-desc18 h2.title::before {
    content: " ";
    position: absolute;
    width: 654px;
    height: 4px;
    background-color: #302861;
    bottom: 0px;
    border-radius: 3px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-desc18 h2.title::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3pxsolid #F5F7FA;
    border-radius: 50% !important;
    background-color: #fff;
    bottom: -8px;
    /* border-radius: 3px; */
    /* margin-left: -335px; */
    border: 5px solid #302861;
    margin: auto;
    left: 0;
    right: 0;
}

#popup-reg input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #302861;
}

#popup-reg textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #302861;
}

#popup-reg input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #302861;
}

#popup-reg input:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #302861;
}


/*--------------------border section end------------------------*/

.two-para p {
    text-align: justify;
}

.table-css {
    text-align: center;
}

.table-css h2 {
    color: #000;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 2px 2px #302861;
}

.table-css h2:after {
    display: block;
    content: '';
    border-bottom: solid 3px #0738c3;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.table-css h2:hover:after {
    transform: scaleX(1);
}

.table-css h2.fromRight:after {
    transform-origin: 100% 50%;
}

.table-css h2.fromLeft:after {
    transform-origin: 0% 50%;
}

.table-custom table thead tr th {
    background-color: #302861;
    color: #fff;
    padding: 8px 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.table-custom table tbody tr td {
    font-size: 14px;
    padding: 4px 4px;
    text-align: center;
}

.table-custom table tbody tr:nth-child(odd) {
    background-color: #9d9898;
    color: #fff;
}

.table-custom table tbody tr:hover:nth-child(odd) {
    background-color: #798ec9;
    color: #fff;
}

.table-custom table tbody tr:nth-child(even) {
    background-color: #fff;
    color: #302861;
}

.table-custom table tbody tr:hover:nth-child(even) {
    background-color: rgb(223, 221, 221);
    color: #302861;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #b5b0b0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #fff;
}


/*------------------------@media Query section css start ------------------------------*/

@media (max-width: 425px) and (min-width: 200px) {
    .dynamic-txts li span {
        position: relative;
        margin: 5px 0;
        line-height: 90px;
        top: -30px;
    }
    .dynamic-txts li span::after {
        content: "";
        position: absolute;
        left: 0;
        height: 210%;
        width: 100%;
        background: #fff;
        border-left: 2px solid #fc6d6d;
        animation: typing 3s steps(10) infinite;
    }
    .wrapper2 .static-txt {
        color: #000;
        font-size: 20px;
        font-weight: 600;
    }
    .dynamic-txts li {
        list-style: none;
        color: #fc6d6d;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        top: 0;
        animation: slide 12s steps(1) infinite;
    }
    .wrapper2 .dynamic-txts {
        margin-left: 5px;
        height: 90px;
        line-height: 90px;
        overflow: hidden;
    }
    .ab-para p {
        margin-bottom: 10px;
        text-align: justify;
        font-size: 14px;
        text-align: center;
    }
    .logo-img {
        width: 185px;
    }
    .icon-bar {
        display: none;
    }
    .makeinindia {
        text-align: center;
    }
    .vocalforlocal {
        text-align: center;
    }
    .make-local-row {
        background-image: url(../images/bg-white-brush.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 19em 20em;
    }
    .popup .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 100%;
        min-width: 100%;
        margin-top: 150px;
        padding: 25px;
        background-color: #fffff0;
        color: #070000;
        -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
        box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transition: margin 0.6s;
        -webkit-transition: margin 0.6s;
        -moz-transition: margin 0.6s;
        -o-transition: margin 0.6s;
    }
    .about-desc3 .title {
        font-size: 22px;
    }
    .about-desc3 h2.title::before {
        width: 236px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc3 h2.title::after {
        margin-left: -125px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc7 .title {
        font-size: 22px;
    }
    .about-desc7 h2.title::before {
        width: 260px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc7 h2.title::after {
        margin-left: -138px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc11 .title {
        font-size: 25px;
    }
    .about-desc11 h2.title::before {
        width: 259px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc11 h2.title::after {
        margin-left: -137px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc12 .title {
        font-size: 25px;
    }
    .about-desc12 h2.title::before {
        width: 230px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc12 h2.title::after {
        margin-left: -125px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc17 .title {
        font-size: 22px;
    }
    .about-desc17 h2.title::before {
        width: 244px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc17 h2.title::after {
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc18 .title {
        font-size: 25px;
    }
    .about-desc18 h2.title::before {
        width: 177px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc18 h2.title::after {
        margin: auto;
        left: 0;
        right: 0;
    }
    .about-desc16 h2.title::before {
        width: 179px;
        margin: auto;
        left: 0;
        right: 0;
    }
}


/*End (max-width: 400px) and (min-width: 200px)*/

@media(max-width: 768px) and (min-width: 426px) {
    .logo-img {
        width: 213px;
    }
    .icon-bar {
        position: fixed;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99999
    }
}

@media (max-width: 992px) and (min-width: 768px) {}

@media(max-width: 1200px) and (min-width: 1024px) {
    .nav-links li a {
        color: #f2f2f2;
        text-decoration: none;
        font-size: 18px;
        font-weight: 300;
        padding: 9px 10px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
}




/*------------------------@media Query section css end------------------------------*/

.sec-por-e {
    padding: 60px 0;
}

.sec-por-e .product-grid {
    font-family: 'Lexend', sans-serif;
    text-align: center;
    margin: 0 0 10px;
    border: 10px solid #fff;
    transition: all 0.4s ease 0s;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.sec-por-e .product-grid:hover {
    box-shadow: 0 15px 45px rgba(131, 131, 131, .3);
}

.sec-por-e .product-grid .product-image {
    position: relative;
}

.sec-por-e .product-grid .product-image a.image {
    display: block;
}

.sec-por-e .product-grid .product-image img {
    width: 100%;
    height: auto;
}

.sec-por-e .product-grid .product-content {
    background: #302861;
    padding: 18px 12px 12px;
    position: relative;
}

.sec-por-e .product-grid .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.sec-por-e .product-grid .title a {
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.sec-por-e .product-grid .title a:hover {
    color: #fff;
}

.sec-por-e .product-grid .price span {
    color: #071c1f;
    text-decoration: line-through;
}

@media screen and (max-width: 990px) {
    .sec-por-e .product-grid {
        margin-bottom: 30px;
    }
}

.commeing_soon #container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: auto;
    padding: 1.5rem;
    transition: all 0.25s cubic-bezier(.25, .8, .25, 1);
}

.commeing_soon h1,
.commeing_soon h2 {
    color: white;
    font-family: 'Lobster Two', cursive;
    font-style: italic;
    font-weight: 200;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-shadow: 2px 0px 2px #240284, -2px 0px 2px #240284, 0px 2px 2px #240284, 0px -2px 2px #240284, 0 6px 10px rgba(0, 0, 0, .5);
}

.commeing_soon h1 {
    font-size: 12rem;
    margin-bottom: 3rem;
}

.commeing_soon h2 {
    font-size: 4rem;
}

.commeing_soon input[type="email"] {
    background: #fff;
    width: 50%;
    margin: auto;
    padding: 1rem;
    border: 3px solid #240284;
    transition: all 0.25s cubic-bezier(.25, .8, .25, 1);
}

@media all and (max-width:970px) {
    .commeing_soon h1 {
        font-size: 10rem
    }
    .commeing_soon h2 {
        font-size: 3.33rem;
    }
}

@media all and (max-width:820px) {
    .commeing_soon h1 {
        font-size: 8rem
    }
    .commeing_soon h2 {
        font-size: 2.66rem;
    }
    .commeing_soon input[type="email"] {
        width: 75%;
    }
}

@media all and (max-width:660px) {
    .commeing_soon h1 {
        font-size: 6rem
    }
    .commeing_soon h2 {
        font-size: 2rem;
    }
    .commeing_soon input[type="email"] {
        width: 100%;
    }
}

@media all and (max-width:510px) {
    .commeing_soon h1 {
        font-size: 5rem
    }
    .commeing_soon h2 {
        font-size: 1.66rem;
    }
    .commeing_soon input[type="email"] {
        width: 100%;
    }
}

@media all and (max-width:435px) {
    .commeing_soon h1 {
        font-size: 4rem
    }
    .commeing_soon h2 {
        font-size: 1.33rem;
    }
}


/* Style the tab */

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
    display: none;
}


/* Clear floats after the tab */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.contantpages {
    position: absolute;
    width: 600px;
    height: 300px;
    background-color: #0077b5;
    left: -600px;
    top: 0;
    display: none;
}

.form-container {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0;
    box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
}

.form-container .left-content {
    background-color: #2E323B;
    font-family: 'Oswald', sans-serif;
    width: 40%;
    padding: 66px 50px;
    display: inline-block;
    vertical-align: top;
}

.form-container .left-content .title {
    color: #FF97A8;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 55px;
}

.form-container .left-content .sub-title {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.form-container .right-content {
    text-align: center;
    width: 100%;
    padding: 30px 50px;
    display: inline-block;
}

.form-container .right-content .form-title {
    color: #888;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 2px;
    margin: 0 0 30px;
    border-bottom: 2px solid #FF97A8;
}

.form-container .right-content .form-horizontal {
    color: #999;
    font-size: 14px;
    text-align: left;
    margin: 0 0 15px;
}

.form-container .form-horizontal .form-group {
    margin: 0 0 20px;
}

.form-container .form-horizontal .form-group:nth-of-type(2) {
    margin-bottom: 35px;
}

.form-container .form-horizontal .form-group label {
    font-weight: 500;
}

.form-container .form-horizontal .form-control {
    color: #888;
    background: #f9f9f9;
    font-weight: 400;
    letter-spacing: 1px;
    height: 40px;
    padding: 6px 12px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}

.form-container .form-horizontal .form-control:focus {
    box-shadow: 0 0 5px #FF97A8;
}

.form-container .form-horizontal .signin {
    color: #fff;
    background: linear-gradient(to right, #FF638E, #FF97A8);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    width: 100%;
    padding: 9px 11px;
    margin: 0 0 20px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus {
    box-shadow: 0 0 10px #FF97A8;
    outline: none;
}

.form-container .form-horizontal .remember-me {
    width: calc(100% - 105px);
    display: inline-block;
}

.form-container .form-horizontal .remember-me .check-label {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
}

.form-container .form-horizontal .remember-me .checkbox {
    height: 17px;
    width: 17px;
    min-height: auto;
    margin: 0 1px 0 0;
    border: 2px solid #FF97A8;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .remember-me .checkbox:before {
    content: '';
    height: 5px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 2.5px;
    transition: all 0.3s ease;
}

.form-container .form-horizontal .remember-me .checkbox:checked {
    background-color: #FF97A8;
}

.form-container .form-horizontal .remember-me .checkbox:checked:before {
    opacity: 1;
}

.form-container .form-horizontal .remember-me .checkbox:not(:checked):before {
    opacity: 0;
}

.form-container .form-horizontal .remember-me .checkbox:focus {
    outline: none;
}

.form-container .form-horizontal .forgot {
    color: #999;
    font-size: 12px;
    text-align: right;
    width: 100px;
    vertical-align: top;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .forgot:hover {
    text-decoration: underline;
}

.form-container .right-content .separator {
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 0 15px;
    display: block;
}

.form-container .right-content .social-links {
    text-align: center;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.form-container .right-content .social-links li {
    margin: 0 2px 5px;
    display: inline-block;
}

.form-container .right-content .social-links li a {
    color: #fff;
    background-color: #F16262;
    font-size: 12px;
    padding: 9px 12px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease 0s;
}

.form-container .right-content .social-links li:nth-child(2) a {
    background-color: #3B5897;
}

.form-container .right-content .social-links li a i {
    margin-right: 10px;
}

.form-container .right-content .social-links li a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form-container .right-content .signup-link {
    color: #999;
    font-size: 13px;
}

.form-container .right-content .signup-link a {
    color: #F16262;
    transition: all 0.3s ease 0s;
}

.form-container .right-content .signup-link a:hover {
    text-decoration: underline;
}
#mail-msg-alert {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width:767px) {
    .form-container .left-content,
    .form-container .right-content {
        width: 100%;
        padding: 30px;
    }
    .form-container .left-content .title {
        margin: 0 0 20px;
    }
    .form-container .left-content .sub-title {
        font-size: 40px;
    }
    .Two-para h2 {
            margin-top: 23px;
    font-size: 29px;
    }
}

.w3-modal-content {
    width: 40% !important;
}

.w3-modal {
    z-index: 20 !important;
}

.form-container {
    margin-top: 20px !important;
}

.form-container .right-content {
    background: radial-gradient(at 50% 25%, #1093ea 0%, #007bb7 100%);
}

.form-container .form-horizontal .form-group label {
    font-weight: 500;
    color: #fff;
}

.form-container .form-horizontal .form-group {
    margin: 0 0 10px;
}

.form-container .right-content {
    padding: 30px 20px;
}

.form-container .form-horizontal .form-group:nth-of-type(2) {
    margin-bottom: 10px;
}

.form-container .form-horizontal .signin {
    margin-top: 20px;
}

.form-group {
    width: 100%;
}

.w3-teal {
    color: #fff!important;
    background-color: #302861!important;
}

.mod-hed {
    font-size: 20px;
    text-align: center;
}

.w3-container {
    padding: 16px;
}


@media(max-width:525px) {
    .wrapper1,
    .wave-btn {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

@media(max-width:992px) {
    .w3-modal-content {
        width: 60% !important;
    }
}

@media(max-width:768px) {
    .w3-modal-content {
        width: 100% !important;
        margin-top: 70px;
    }
}

.coms {
    width: 100%;
}

.coms img {
    width: 100%;
}

marquee a{color:white; }
marquee a:hover{color:#fff;}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-top: 10px;
    margin-left: 21px;
}

.hm-ab-wrapper {
        background-color: #f5f5f5eb;
            margin-top: 3rem;

}

.hm-ab-content h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}
.hm-ab-content h3{
        font-size: 22px;

}


.card-wrap {
    margin-bottom: 2rem;
}

.gsupport-inner-cover {
    transition: 0.3s;
    box-shadow: 0px 3px 10px 0px rgb(41 45 194 / 8%);
    position: relative;
    height: 100%;
    background-color: #ffffff;
    padding: 2rem;
    text-align: center;
}

.gsupport-inner-cover:hover {
    background-image: url(../img/solarbg.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
}
.gsupport-inner-cover:hover p {
    color: #fff;
}
.gsupport-inner-cover:hover h5 {
    color: #fff;
}

.gsupport-icon-wrap {
    margin-top: -71px;
}
.gsupport-icon-wrap img {
    background-color: green;
    border-radius: 50%;
    padding: 10px;
    background-color: #1f6300;
    border-radius: 50%;
    box-shadow: 3px 3px 3px #908c8c;
    width: 50px;
    height: 50px;
}
.gsupport-icon-wrap {
    padding: 1.5rem;
}
.hm-service-wrap h4{
    text-align: center;
}
.hm-service-wrap h2{
    text-align: center;
}
.bg-cl {
    background-color: #f5f5f5eb;

}

/* gallery */

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

.page-banner-fixed {
    background-image: linear-gradient(rgb(14 41 118 / 4%), rgb(7 56 195)), url(../img/yukinova-common-banner.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    text-transform: uppercase;
}
.page-banner-fixed h2 {
    font-weight: 700;
    color: #ffffff;
    /*margin-bottom: 17px;*/
    text-align: center;
    margin-top: 33px;
}


.footer-social-list {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin-top: 23px;
}
.footer-social-list li a {
    color: #fff;
}
.footer-social-list li a i {
    font-size: 20px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
}


/*-------------------------------------------------
    Claim Warranty
-------------------------------------------------*/

.claim {
    margin: 0 auto 100px auto;
    padding-top: 90px;
}
.claim h1 {
    color: #000;
}
.claim>.form input[type=text], input[type=number], input[type=email], input[type=message] {
    color: unset;
    padding: 3px 10px;
}
.claim>.form input[type=submit] {
    color: #000;
}
.claim>.form input::placeholder {
    color: #b8b8b8;
    font-size: 15px;
}
.ml-form {
    margin-left: 21px;
}

.electric-bike h1 {
       font-size: 32px;
}
.electric-heading {
        font-size: 24px;
}

.proinfo h3 {
   text-transform: uppercase;
}

.mrb40 {
    margin-bottom: 40px;
}

.home-input input {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    width: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    transition: color 0.3s ease-out;
}

.home-input textarea {
    font-weight: 400;
    position: relative;
    width: 100%;
    border: none;
      background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    transition: color 0.3s ease-out;
}

.home-input select {
    font-weight: 400;
    position: relative;
    width: 100%;
    border: none;
      background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    /*color: rgb(255, 255, 255);*/
    transition: color 0.3s ease-out;
}

.thankbtn {
    margin-top:30px;
}

.thankbtn a {
        background-color: #0738c3;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

.solar-btn-wrap {
    margin-top:2rem;
}

.solar-btn-wrap button {
    background-color: #000;
    border: none;
    color: #fff;
    padding: 10px 37px;
}

input[type="number"], input[type="text"], input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

input::placeholder {
    color: #888; /* Ensure the placeholder text is visible */
}

input[type="checkbox"] {
    margin-right: 10px;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/*button:hover {*/
/*    background-color: #0056b3;*/
/*}*/

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}



/* Form Layout */
section-entry {
    margin-top: 40px;
}

input[type="checkbox"] {
    margin: 10px 0;
}
.unit-product-wrap {
    display: flex;
    margin-bottom: 10px;
}

.unit-icon {
    padding-right: 10px;
    color: var(--primary);
}

.unit-icon i {
    font-size:24px;
}

.page-heading h1 {
    font-size:35px;
}

/*Service center*/

.service-center-wrapper {
    background-image: url('../img/bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(150 186 226);
}
.service-center-info h5 {
    background-color: #0040ff;
    color: #fff;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 19px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.points-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.points-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: 18px;
}
.points-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-color: #0040ff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.introduction-service h5 {
    background-color: #0040ff;
    color: #fff;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 19px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.service-bg1 {
    background-image: url('../img/service-center-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 10px;
}
.why-service-center-wrapper {
    background-image: url('../img/bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(150 186 226);
}
.why-service-details h5 {
   background-color: #0040ff;
    color: #fff;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 19px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.why-us-service-point {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    margin-bottom: 1rem;
}
.why-us-service-point p {
    margin-bottom: 0;
}
.service-bg2 {
    background-image: url('../img/servicebg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 10px;
}
.dealer-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
   height: 100%;
}
.dealer-card {
  flex: 1 1 300px;
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-left: 5px solid #0040ff;
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
 
}
.dealer-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0, 64, 255, 0.2);
}
.dealer-card h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.start-with-one-heart-wrapper {
    background-image: url('../img/bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(150 186 226);
}
.start-with-one-heart-wrapper h5 {
   background-color: #0040ff;
    color: #fff;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 19px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.business-wrap {
    padding: 30px;
}
.business-wrap p {
    margin-bottom: 0;
}
.service-center-btn {
    margin-top: 15px;
}
.service-center-btn button {
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    border: none;
}
.service-center-btn button:hover {
    color: #fff;
}
.service-input input{
    padding: 29px 10px;
    border-radius: 0;
}
.service-center-form-wrapper {
    background-color: rgb(0 123 255 / 8%);
}
.service-center-form-wrapper h5 {
    background-color: #0040ff;
    color: #fff;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 19px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bg3 {
    background-image: url('../img/servicebg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 10px;
}
.bg4 {
    background-image: url('../img/bg4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 10px;
}


.center-btn {
    margin-top: 50px;
}
.center-btn a {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    text-decoration: none;
}

.download-btn  {
   
}
.download-btn  button {
     background-color:#302861;
    color:#fff;
    text-decoration:none;
}

#popupForm {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}

.popup-content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  margin: 100px auto;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.popup-content h3 {
  margin-top: 0;
}

.popup-content input {
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.popup-content button {
  width: 100%;
  background: #000;
  color: white;
  border: none;
  padding: 10px;
  font-weight: bold;
  border-radius: 4px;
}

.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 22px;
  cursor: pointer;
}
