/* Global styles starts here ___________________________________________________ */
.to-light{
    color: #fff;
}
.cust-head-light{
    font-size: 36px;
    color: #fff;
}
.cust-sub-head-light{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.cust-desc-light{
    font-size: 16px;
    color: #fff;
}

.cust-head{
    font-size: 36px;
    color: #000;
}
.cust-sub-head{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.cust-desc{
    font-size: 16px;
    color: #000;
}


.white-line{
    outline: 0.5px solid #fff;
}


em{
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 112, 41);
}


.svg-cons{
    width: 50%;
    
}

.svg-p{
    text-align: center;
    margin-top: 50px;
}


.grid-hover:hover{
  
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/* Global styles ends here ___________________________________________________ */

/* navbar styles starts here ___________________________________________________ */

.nav-override{
    background-color: #163056;
}

.logo-size{
    height: 60px;
    width: auto;
}

.nav-cust{
    color: #fff !important;
    margin: 10px;
}

.nav-cust:hover {
    color: rgb(255, 112, 41) !important;
    
}

/* navbar styles ends here ___________________________________________________ */




/* breadcrums styles starts here ___________________________________________________ */
.breadcrum-grid{
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: top center;
}
.breadcrum-grid-about{
    background-image: url(../img/bg-carsoue.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: top center;
}
.breadcrum-grid-ups{
    background-image: url(../img/bg-ups.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: top center;
}
.breadcrum-grid-track{
    background-image: url(../img/bg-track.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: top center;
}
.breadcrum-grid-ev{
    background-image: url(../img/ev-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: top center;
}
.breadcrum-grid-renew{
    background-image: url(../img/bg-reneew.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: top center;
}

.breadcrum-grid-hv{
    background-image: url(../img/bg-hv.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: top center;
}

.crums-p{
    margin-top: 100px;
    color: #fff;
    text-transform: capitalize;

}


.to-orange{
    color: #ff7029;
    margin-left: 10px;
    margin-right: 10px;
}


.crums-title{
    font-size: 48px;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    margin-top: 25%;
}

.layer-g{
    margin-top: 80px;
    margin-bottom: 80px;
    min-height: 450px;

}
.layer-img{
    margin-right: -50px;
    z-index: 1;
    box-shadow: 0px 16px 32px rgb(32 32 51 / 20%);
}

.layer-img-right{
    margin-left: -50px;
    z-index: 1;
    box-shadow: 0px 16px 32px rgb(32 32 51 / 20%);
}
.white-bg{
    background-color: #fff;
}

.bg-grey{
    background-color: #d9dde9;
}

.bg-service{
    background-color: #f7f7f7;
    background-image: url(../img/bg-services.png);
}

.bg-service-blare{
    background-color: #f7f7f7;
    background-image: url(../img/bg-carsoue.png);
}

.inner-title{
    padding-left: 10px;
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    /* border: 2px solid red; */
}


.inner-text{
    text-align: left;
    padding-right: 20px;
}

.inner-title-right{
    padding-left: 20px;
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    /* border: 2px solid red; */
}


.inner-text-right{
    text-align: left;
    padding-left: 20px;
}
.no-decor{
    text-decoration: none;
    color: #fff;
}

/* breadcrums styles ends here ___________________________________________________ */

/* slider styles starts here ___________________________________________________ */
.slick-slider .element{
    height:100px;
    width:100px;
    background-color:#fff;
    color:#fff;
    border-radius:5px;
    display:inline-block;
    margin:0px 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    font-size:20px;

  }
  .slick-slider .slick-disabled {
    opacity : 0; 
    pointer-events:none;
  }

  .slick-slider .element:hover{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);



  }


/* slider styles ends here ___________________________________________________ */


/* slider styles starts here ___________________________________________________ */

.slidebg{
    background-image: url(../img/bg-carsoue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}


/* .element-1 .bord{
    border: 2px solid red !important;
    width: 100%;
} */
.slick-sliderbig .element{
    background-color: transparent;
    height:650px;
    width:100%;
    color:#000;
    border-radius:5px;
    display:inline-block;
    margin:20px 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    font-size:20px;

  }
  .slick-slider .slick-disabled {
    opacity : 0; 
    pointer-events:none;
  }

  .slick-slider .element:hover{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);


  }


  .tech-title-white{
    /* padding-left: 10px; */
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    /* border: 2px solid red; */
    padding-left: 15px;
}

  .text-cars{
    color: #fff;
    padding-left: 15px;
    padding-right: 50px;

  }



  .bg-white{
    background: #bdbdbd !important;
    height: 300px;
    width: 100%;
  }
/* slider styles ends here ___________________________________________________ */

/* inner page styles ends here ___________________________________________________ */

.carousel-head{
    font-size: 36px;
    font-weight: 700;
}
.page-title{
    /* padding-left: 10px; */
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    /* border: 2px solid red; */
}

.coming-title{
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}


.tech-title{
    /* padding-left: 10px; */
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    /* border: 2px solid red; */
}


.page-text{
    text-align: left;
    /* padding-right: 20px; */
}



/* inner page styles ends here ___________________________________________________ */

/* .bg-carou{
    background-color: rgba(0, 0, 0, 0.44);
} */

.carousel-control-prev{
    margin-top: 200px;
}
.carousel-control-next{
    margin-top: 200px;
}

.carousel{
    height: 400px;
}

.carousel-inner{
    height: 600px;
}

.carousel-item{
    height: 600px;
}

.car-hei{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.44);
}
.banner1{
    background-image: url(../img/ups.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner2{
    background-image: url(../img/final-dl.beatsnoop.com-LgIFB5RkmY.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner3{
    background-image: url(../img/final-dl.beatsnoop.com-7viMSX8xGj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner4{
    background-image: url(../img/common_busway_fg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mar-top{
    margin-top: 200px;
}


.mar-top-50{
    margin-top: 120px;
}
.carousel-title{
    font-size: 24px;
    font-weight: 600;
    padding-left: 40px;
    color: #fff;
    margin-top: 50px;

}

/* carousel styles ends here ___________________________________________________ */


/* contact-banner page styles starts here ___________________________________________________ */

.contact-banner{
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bann-cons{
    min-height: 240px;

}

.btn-oran-cust{
    background-color: #ff7029;
    color: #fff;
    border-radius: 0px;
}

.cont-banner-text{
    color: #fff;
    font-size: 28px;
    padding-left: 30px;
    padding-right: 40px;
}


.greyarea{
    background-color: #d9dde9;
    height: 100px;
}

/* contact-banner page styles ends here ___________________________________________________ */




.value {
    font-size: 50px;
    display: block;
    font-weight: bold;
    color: #ff7029;
    text-align: center;
  }

  .count-text{
    text-align: center;
    font-size: 18px;
    font-weight: 700;

  }

  .title-main{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }


  
/* footer styles starts here ___________________________________________________ */

.bg-nav-foot{
    background-color: #163056;
    height: auto;
}

.foo-cons{
    font-size: 20px;
    margin: 10px;
    color: #fff;
}
.foo-cons:hover{
    color: rgb(255, 112, 41);
}

.foo-text h4{
    color: #fff;

}

.foo-text p{
    color: #fff;
    font-size: 16px;
}

.foo-text p a{
    text-decoration: none;
    color: #fff;
}
/* footer styles ends here ___________________________________________________ */




/* Contact styles starts here ___________________________________________________ */

.bg-contact{
    background-color: #f8f9fa;
}

.map-embed{
    width: 100%;
    height: 350px;
}

/* Contact styles ends here ___________________________________________________ */




.servic-text{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}






@media only screen and (min-width: 480px) {


}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    /* CSS */
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    


    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    .nav-cust{
        color: #fff;
        margin-top: 05px;
    }

    .mar-top{
        margin-top: 0px;
    }

    .client-grid{
        padding: 15px;
        margin-top: 10px;
    }
    
    .client-row{
        height: auto;
        padding: 15px;
    }

    .foo-text{
        margin-top: 20px;
    }
    

    .padd-phone{
        padding-left: 25px;
        padding-right: 25px;
    }
    .logo-size{
        margin-top: 10px;
    }

    
    .carousel-control-prev{
        margin-top: 80px;
    }
    .carousel-control-next{
        margin-top: 80px;
    }

    .carousel{
        height: 400px;
    }

    .carousel-inner{
        height: 400px;
    }

    .carousel-item{
        height: 400px;
    }
    .carousel-title{
        font-size: 18px;
        font-weight: 600;
        padding: 80px;
        color: #fff;
        margin-top: 50px;
    
    }
    .layer-g{
        min-height: auto;
    }
    .layer-img{
        margin-right: 0px;
        z-index: 1;
        box-shadow: 0px 16px 32px rgb(32 32 51 / 20%);
    }
    
    .layer-img-right{
        margin-left: 0px;
        z-index: 1;
        box-shadow: 0px 16px 32px rgb(32 32 51 / 20%);
    }

    .mar-resp{
        margin-top: 40px;
    }

    .tech-title-white{
        /* padding-left: 10px; */
        color: #fff;
        text-align: left;
        font-weight: 700;
        font-size: 28px;
        /* border: 2px solid red; */
        margin-left: 50px;
    }
    
      .text-cars{
        color: #fff;
        padding-left: 15px;
        padding-right: 50px;
        margin-left: 50px;
      }
      .slick-sliderbig .element{
        height:auto;
      }
  } 



.modal button.close {
  right: 0;
  outline: 0;
}
  
#gallery-lightbox img {
  height: auto;
  object-fit: cover;
  cursor: pointer;
}

#gallery-lightbox img:hover {
  opacity: 0.9;
  transition: 0.5s ease-out;
}



