

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}


/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    margin: 0;
    padding: 0;
}
.hero h1
{
  color: #fff !important;
}
.hero p {
    color: #fff !important;
    line-height: 25px;
    margin-top: 20px;
    font-size: 16px;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}*/

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5
 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/slider/1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slider/2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slider/3.jpg);
}
.fade-carousel .slides .slide-4 {
  background-image: url(../images/slider/4.jpg);
}
.fade-carousel .slides .slide-5 {
  background-image: url(../images/slider/5.jpg);
}
.slider-button span {
    color: #fff !important;
    font-weight: 400;
}


/*Bharat Goyal */


.edit-index-causrol-des {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}
.edit-index-quote h4
{
  color: #fff;
}
.edit-index-footer-half i {
    color: #fff !important;
    border-color: #fff !important;
}
.edit-index-footer-half h3 {
    color: #fff !important;
}
.edit-index-footer-half span {
    color: #fff !important;
}
.edit-index-footer-half  a {
    color: #fff !important;
}
.edit-product-page
{
  padding:0px 0px 30px !important;
}
.edit-product-content {
    opacity: 1 !important;
    left: 40px;
    text-align: center;
}
.edit-product-content h3 a {
    color: #fff !important;
}
.edit-product-box:hover .overlay {
    background: #1fcab866 !important;
}
.edit-product-box img {
    width: 100%;
    height: 247px;
    object-fit: cover;
    object-position: center;
}
.request-quote
{
      margin-top: -20px !important;
}
.request-quote-form
{
      padding: 10px 15px !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.submit-button-new:hover {
    background: #333 !important;
    color: #fff !important;
}
.pb-50 .pl-10 p{
    font-size:14.5px
}

/********************************/
/          Media Queries       /
/********************************/


@media all and (max-width: 1200px) {

}

@media all and (max-width: 979px) {


}

@media all and (max-width: 767px) {
.hero {
    width: 90%;
}
.hero h1 {
    font-size: 35px;
    line-height: 30px;
}

}


@media all and (max-width: 479px) {
  .hero {
    width: 90%;
}
.hero h1 {
    font-size: 30px;
    line-height: 30px;
}