/*header start*/
.header {
    background-color: #fff;
    margin-bottom: 100px;
    box-shadow: 0px 15px 10px -15px #111;
}

.header .left {
    width: 12.5%;
}

.header .left img {
    width: 130px;
    padding: 0px;
}

.header .right {
    width: 70%;
}
.header .vivanlogo{
width: 12.5%;
}
.header .vivanlogo img {
    width: 130px;
    padding: 0px;
}
 .header .right ul {
    gap: 20px;

}

.header .right ul li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    padding-left: 10px;
    transition: all .5s ease-in-out;
}

.header .right ul li a:hover {
    color: green;
    border-left: 3px solid green;
}

.header .right ul li .active {
    color: green;
    border-left: 3px solid green;
}

.banner .slider .box1 img{
    margin-top: 30px;
    width: 100%;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 15px 10px -15px #111;
    transition: all .5s ease-in-out;
    background: #fff none repeat scroll 0 0;
}

.sticky+.slider {
    padding-top: 102px;
}

.banner {
    position: relative;
}

.header {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
}
.header .toggle {
    display: none;
}
/*header end*/

/*banner*/
.slider .box {
    position: relative;
    width: 100%;
    display: inline-block;
}

.slider .box1 {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 5;
}

.slider .box1 img {
    width: 80%;
    height: auto;
}

.slider .box>img {
    height: auto;
    display: block;
}

/* Dark overlay only over .box image */
.slider .box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* black with 50% transparency */
    z-index: 1;
}

.slider .box2 {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 5;
}

.slider .box2 h1 {
    font-size: 100px;
    text-transform: uppercase;
    color: rgb(0, 89, 255);
}

.slider .box2 h2 {
    padding: 30px 0px;
    font-size: 50px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    line-height: 1.5;
}

.btn i {
    padding-left: 10px;
    font-size: 20px;
}

/* slick slider arrow*/
.slick-prev,
.slick-next {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.btn a,
.btn i {
    color: #ffffff;
    /* Add this line to make 'View more' white */
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

/*welcome start */
.welcome {
    padding-top: 30px;
    position: relative;
}

.welcome .col {
    width: calc(50% - 0px);
    text-align: end;
}

.welcome .col h2 {
    line-height: 1.4;
    text-align: right;
    border-right: 3px solid #787b7c;
    width: 650px;
    padding-right: 60px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.welcome .col1 {
    width: 55%;
    padding-top: 30px;
}

.welcome .col1 p {
    line-height: 1.7;
}

.welcome .col2 {
    width: 41%;
    position: absolute;
    top: 32%;
    right: 3%;
    z-index: -1;
}

.welcome .col2 img {
    width: 95%;
    border-radius: 10px;
}

/*head image start*/
.head {
    background-color: #e9eaec;
}

.head .col {
    width: calc(25% - 10px);
}

.head .col h4 {
    text-align: center;
    padding: 20px 0px 0px 0px;
    margin-left: -70px;
}

.head .col img {
    border-radius: 100%;
    height: 170px;
    width: 170px;
    padding-top: 20px;
    border: 2px solid #b3b7c7;
    padding: 20px;
    background-color: #b3b7c7;
}

.head .flex-row {
    margin-left: 150px;
}

/*head image end*/

/*bharat start*/
.bharat {
    background-color: #000;
}

.bharat .col {
    width: calc(50% - 10px);
    color: #fff;
}

.bharat .col h6 {
    text-transform: uppercase;
    letter-spacing: 5px;
}

.bharat .col h2 {
    padding: 20px 0px;
}

.bharat .col p {
    line-height: 2;
}

.bharat .col #m {
    padding-top: 30px;
}
.bharat .col img{
width: 100%;
margin-top: 150px;
}
/*powerful motor start*/
.pm {
    padding-top: 120px !important;
    background-image: url(/Image/motor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pm .col {
    width: calc(33.33% - 10px);
    color: #fff;
}

.pm .col .m1,
.pm .col .m2,
.pm .col .m3 {
    text-align: right;
}

.pm .col .m1,
.pm .col .m2,
.pm .col .m3,
.pm .col .m4,
.pm .col .m5,
.pm .col .m6 {
    padding: 30px 0px;
}

.pm .col p {
    padding-top: 15px;
    padding-right: 50px;
}

.pm .col .m4 p,
.pm .col .m5 p,
.pm .col .m6 p {
    padding-left: 50px;
}

/*evs start*/
.evs .col {
    width: calc(50% - 10px);
}

.evs .col h6 {
    color: #8c9ff1;
    letter-spacing: 20px;
}

.evs .col h2 {
    padding: 20px 0px;
    letter-spacing: 3px;
    line-height: 1.5;
    margin-right: 250px;
}

.evs .col p {
    line-height: 1.5;
    margin-right: 50px;
    text-align: justify;
}

.evs .col img {
    width: 70%;
    margin: 100px 0px 0px 100px;
    border-radius: 20px;
}

/*point start*/
.point .col {
    width: calc(50% - 0px);
    text-align: center;
}

.point .col img {
    transition: all.2s ease-in-out;
    border-radius: 60px;
}

.point .col img:hover {
    filter: brightness(50%);
    border-radius: 10px;
}

.point .col h3 {
    padding-top: 10px;
    transition: all.2s ease-in-out;
}

.point .col h3:hover {
    color: #8c9ff1;
}

/*latest start*/
.latest .col1 {
    width: calc(50% - 0px);
}

.latest .col1 h2 {
    text-align: right;
    display: block;
    border-right: 3px solid #787b7c;
    width: 650px;
    padding-right: 90px;
    margin-bottom: 50px;
}

.latest .col1 h5 {
    text-transform: uppercase;
    letter-spacing: 20px;
    padding-top: 20px;
    padding-left: 60px;
    color: #0f7ea7;
}

.latest .col {
    width: calc(33.33% - 10px);
    padding: 0px 15px;
}

.latest .col h6 {
    color: #5170f8;
    padding: 20px 0;
}

.latest .col h2:hover {
    transition: all .2s ease-in-out;
    color: #5170f8;
}

.latest .col p {
    padding-top: 15px;
    padding-bottom: 20px;
}

/*img hover lest -right*/
.img-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px !important;
    height: auto;
}

.img-container img {
    width: 100%;
    transition: transform 0.5s ease;
}

.img-container:hover img {
    transform: translateX(10px);
    /* move right on hover */
}

/*img hover lest -right end*/

/*footer strat*/
.footer {
    background-color: #0d0d0d;
    padding: 50px 0px;
}

.footer .col {
    width: calc(25% - 10px);
    color: #fff;
    padding: 0px 10px;
}

.footer .col h2 {
    padding-bottom: 20px;
    font-size: 27px;
    font-weight: 500;
}

#our {
    padding-left: 60px;
}

.footer .col p {
    color: #787b7c;
}

.footer .col h5 {
    font-size: 16px;
    font-weight: 500;
}

.footer .col h5 a {
    color: #787b7c;
    letter-spacing: 1.5px;
}

.footer .col .vi {
    padding-bottom: 30px;
    letter-spacing: 1.5px;
}

.footer .col a {
    line-height: 2.5;
    color: #787b7c;
    font-weight: 600;
    font-size: 17px;
}

.footer .col .fa-solid {
    padding-right: 15px;
    color: #787b7c;
}

/*copyright start*/
.copyright {
    background-color: #1e282f;
    padding: 20px 0px;
    text-align: center;
}

.copyright p {
    color: #949292;
}

.copyright a {
    color: #ffcb0f;
}

/*copyright end*/

/*media query responsive for tablet*/
@media screen and (max-width:1024px){
 html,
 body{
    overflow-x: hidden;
 }
 .container{
    padding: 0px 30px;
}
.section{
    padding: 30px 0px;
}

}

/*media query responsive for tablet*/
@media screen and (max-width:767px){
.container{
    padding: 0px 10px;
}
.section{
    padding: 10px 0px;
}
.header{
    position: relative;
    margin-bottom: 0px;
}
#myDiv {
    display: none;
    flex-direction: column;
    background: white;
    padding: 10px;
  }
.header .toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 28px;
    font-size: 20px;
    color: #ffcb0f;
    border: 1px solid #ffcb0f;
    padding: 5px 10px;
}
.header .toggle:hover {
    color: #00c0ef;
    border: 1px solid #00c0ef;
}
.header .toggle{
    top: 10px;
    right: 13px;
    font-size: 20px;
    padding: 5px 10px;
}
.header .left {
    width: 95%;
}
.header .left img {
    width: 75px;
}
.header .vivanlogo{
    display: none;
}
.header .right {
    width: 100%;
}
.header .right ul {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #000;
}
.header .right ul li a {
    font-size: 12px;
}
.sticky{
    padding-top: 10px; 
 padding-bottom: 10px;
}
.slider .box2 h1{
    font-size: 22px;
}
.slider .box2 h2{
    padding: 0px;
    font-size: 16px;
}
.banner .slider .box1 img{
    margin-top: 5px;
}
.btn{
    padding: 5px 10px;
    font-size: 12px;
}
.btn i{
    font-size: 10px;
}
.slick-next{
    right: 4px;
}
.slick-prev{
    left: 4px;
}
.slick-prev, .slick-next{
    width: 30px;
    height: 30px;
    top: 65%;
    font-size: 12px;
}
#Lodex{
  width: 65%;  
}
.welcome{
    padding-top: 0px;
}
.welcome .col{
    width: 100%;
}
.welcome .col h2{
    width: 320px;
    padding-right: 20px;
    margin-bottom: 10px;
}
h2{
    font-size: 18px;
}
p{
    font-size: 13px;
    line-height: 10px;
}
.welcome{
    padding-bottom: 55%;
}
.welcome .col1 p{
    line-height: 1.3;
}
.welcome .col1{
    width: 100%;
    padding-top: 10px;
}
.welcome .col2{
    width: 100%;
    top: 65%;
    right: -2%;
}
.head .col{
    width: calc(50% - 0px);
}
.head .flex-row{
    margin-left: 20px;
}
.head .col h4{
    padding: 5px 0px;
    margin-left: 0px;
}
h4{
    font-size: 18px;
}
.head .col img{
    height: 135px;
    width: 135px;
    padding: 10px;
}
.bharat .col{
    width: 100%;
}
.bharat .col h2{
    padding: 15px 0px;
}
.bharat .col #m{
    padding-top: 10px;
}
.bharat .col img{
    margin-top: 0;
}
h6{
    font-size: 13px;
}
.pm{
    padding-top: 0px !important;
}
.pm .col{
    width: 100%;
}
.pm .col .m1, .pm .col .m2, .pm .col .m3, .pm .col .m4, .pm .col .m5, .pm .col .m6{
    padding: 5px 0px !important;
}
.pm .col p{
padding-top: 5px;
padding-right: 25px;
line-height: 1.3;
}
.evs .col{
    width: 100%;
}
.evs .col h2{
    padding: 10px 0;
    margin-right: 0;
}
.evs .col p{
    margin-right: 0;
}
.evs .col img{
    width: 100%;
    margin: 0;
}
.point .col{
    width: 100%;
}
.point .col img{
    border-radius: 40px;
}
h3{
    font-size: 20px;
}
.latest .col1{
    width: 100%;
}
.latest .col1 h2{
    width: 300px;
    padding-right: 35px;
    margin-bottom: 0px;
}
.latest .col{
   width: 100%; 
   padding: 0px;
}
.img-container{
    height: 200px  !important;
}
.latest .col p{
    line-height: 20px;
}
.btn1{
    font-size: 12px;
}
.btn1 a{
    margin-bottom: 20px;
}
.footer{
   padding: 20px 0px; 
}
.footer .col{
   width: 100%; 
   padding: 0px 0px; 
}
.footer .col h2{
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer .col p{
    line-height: 20px;
}
#our{
    padding: 10px 0px; 
}
.footer .col a{
    font-size: 15px;
    line-height: 1.5;
}
.footer .col h5{
    font-size: 12px;
}
.footer .col .vi{
    padding-bottom: 15px;
}
.footer .col .fa-solid{
    padding-right: 13px;
}
.copyright{
    padding: 15px 0px;
}
.copyright p{
    font-size: 12px;
}
.copyright a{
    font-size: 13px;
}
}