

html {
    scroll-behavior: smooth;
  }

body {
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 1;
    overflow-x: unset;
    transition: 0.5s;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

button[disabled] {
    pointer-events: none;
    cursor: not-allowed;
}

.header-line {
    width: 8%;
    margin-top: 0px;
    background-color: #e41030;
}

.hidden-overflow {
    overflow: hidden !important;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.btn-primary {
    padding: 8px 12px;
    border: 1px solid #e41d30;
    font-size: 14px;
    background-color: #fff;
    color: #e41d30;
    transition: 0.5s;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #e51030 !important;
    color: #fff;
    border: 1px solid #e51030;
    outline: none;
    box-shadow: none;
}

.modal-content {
    border-radius: 0px;
    border: none;
}

.auto-height {
    height: auto !important;
}

#product-name, #switch-gear-product-name, .modal-header {
    background: #e41030;
    color: #fff;
    border-radius: 0px;
}

#product-name button, #switch-gear-product-name button, .modal-header button{
    color: #fff;
    opacity: unset;
}

#product-modal .modal-body table thead tr th {
    border-top: 0px;
    border-bottom: 0px !important;
}

.available-color {
    font-size: 18px;
    color: #e41030;
}



#highlights-lists, #range-lists, #feature-lists, #catalogue-1, #catalogue-2, #availiblity-lists {
    display: none;
}

.technical-data-list ul {
    list-style: none;
}

.technical-data-list ul li {
    margin: 10px 0px;
}

.technical-data-list ul li label {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
}

.technical-data-table thead{
    background: #e51030;
    color: #fff;
}

/*-- Header --*/

#main-header {
    overflow: hidden;
}

.fixed-header {
    position: static;
    width: 100%;
    padding: 0px;
    font-weight: 500;
    background-color: transparent;
    z-index: 2;
    transition: all 0.9s ease-out 0s;
}

.main-logo {
    width: 140px;
    padding: 0px;
    transition: all 0.9s ease-out 0s;
}

.menu-items{
    justify-content: flex-end;
}

.menu-items .navbar-nav li {
    margin: 0px 18px;
}

.custom-link {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    transition: 0.5s;
}


.custom-link:hover {
    color: #000
}

.scroll-custom-link {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    transition: 0.5s;
}

.scroll-custom-link:hover {
    color: #e41030
}

.scroll-fixed-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    font-weight: 500;
    z-index: 3;
    box-shadow: 0px 0px 13px 2px #00000047;
    color: #000;
    transition: all 0.9s ease-out 0s;
}

.scroll-main-logo {
    width: 100px;
    padding: 0px;
    transition: all 0.9s ease-out 0s;
}

/*-- Header ends here--*/

/*-- Slider Banner --*/

.content-banner .slick-list .slick-slide {
    height: auto;
}

.slick-arrow {
    position: absolute;
    top: 48%;
    z-index: 2;
    width: 50px;
    cursor: pointer;
    transition: 0.5s;
}

.slick-arrow:hover {
    width: 52px;
}

.left-slider {
    left:10px;
}

.right-slider {
    right: 10px;
}

.page-banner img{
    width: 100%;
}

/*-- Slider Banner ends here--*/


/*-- Values --*/

#values-container > .row > div > img{
    width: 60px;
    margin-bottom: 10px;
}

#values-container > .row > div > div {
    font-weight: 600;
    font-size: 15px;
}

/*-- Values ends here--*/

/*-- Footer section --*/

.footer-skin {
	background-color: #727271;
	color:#fff;
    text-transform: uppercase;
	z-index: 1;
}

.footer-logo {
    width: 160px;
    display: block;
    margin:0px auto;
}

.social-icons {
	padding:0px;
	list-style: none;
	margin:0px
}

.social-icons > li a {
    color: #fff;
}

.social-icons > li i {
	font-size: 20px;
	transition: 0.5s;
}

.social-icons > li i:hover {
    cursor: pointer;
}

.social-icons > li:first-child i:hover, .social-icons > li:first-child i:focus {
	color:#1877f2;
}

.social-icons > li:nth-child(2) i:hover, .social-icons > li:nth-child(2) i:focus {
	color:#f8504d;
}

.social-icons > li:nth-child(3) i:hover, .social-icons > li:nth-child(3) i:focus {
	color:#0077b5;
}

.social-icons > li:nth-child(4) i:hover, .social-icons > li:nth-child(4) i:focus {
	color:#f8504d;
}

.footer-link {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.footer-link > li a{
    display: block;
    color: #fff !important;
}


/*-- Footer section ends here--*/

/*-- Catalogue --*/

.pdf-container a{
    display: block;
    padding: 10px;
    height: 100%;
    color: #000;
    transition: 0.5s;
}

.pdf-container a:hover {
    text-decoration: none;
}

.pdf-container a:hover img {
    border: 2px solid #e51030;
    transform: scale(1.1);
}

.pdf-container a img {
    border: 1px solid #ccc;
    width: 100%;
    min-height: 370px;
    transition: 0.5s all ease-in-out;
    object-fit: scale-down;
}
/*-- Catalogue ends here--*/

/*-- Career Section --*/

.career-container {
    padding: 30px 12px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 20px;
    color: #000;
    transition: 0.5s;
}

.career-container:hover {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 15%);
    border: 1px solid #e51030;
    transform: scale(1.1);
}

.career-container .d-flex {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    transition: 0.5s;
}

.career-container:hover .d-flex{
    color: #e51030;
}

.career-container .d-flex small {
    font-weight: 600;
}

.career-container > div img {
    width: 100px;
}

.career-container .btn-primary {
    background-color: #fff !important;
    padding: 10px;
    color: #e51030;
    border:1px solid #e51030;
    transition: 0.5s;
    border-radius: 20px;
}

.career-container .btn-primary:hover, .btn-primary:focus {
    background-color: #e51030 !important;
    color: #fff;
    border: 1px solid #e51030;
    outline: none;
    box-shadow: none;
}

.career-forms {
    display: none;
}

#job-google-form {
    min-height: 450px;
}

/*-- Career Section ends here--*/

/*-- Contact Us section --*/

#contact-us-container div a {
    transition: 0.5s;
}

#contact-us-container div a:hover {
    color: #e41d30;
}

#contact-us-container div a img{
    width: 55px;
    margin-bottom: 15px;
}

#contact-form input, #contact-form  select{
    border: none;
    border-bottom: 1px solid #ccc;
    transition: 0.5s;
    border-radius: 0px;
}

#contact-form input:hover, #contact-form  select:hover, #contact-form input:focus, #contact-form  select:focus, #contact-form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #e41030;
    border-bottom: 1px solid #e41d30;
}

#contact-form .btn-primary {
    padding: 8px 40px;
    border: 1px solid #e41d30;
    font-size: 18px;
    background-color: #fff;
    color: #e41d30;
    transition: 0.5s;
}

#contact-form .btn-primary:hover, #contact-form .btn-primary:focus {
    background-color: #e41d30;
    color: #fff;
}

/*-- Contact Us section ends here--*/

/*-- Our Product --*/

.img-box {
    display: block;
}

.img-box img {
    width: 90px;
    margin: 0px auto;
}

/*-- Our Product ends here--*/


/*-- Lighting Page css --*/

.product-container {
    text-align: center;
    box-shadow: 0px 9px 14px 3px rgb(0 0 0 / 15%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.product-container:hover img {
    transform: scale(1.1);
}

.product-image {
    background: #9E9E9E;
    padding: 10px;
    height: 250px;
}

.product-image > img {
    height: 100%;
    width: 100%;
    transition: 0.5s;
    object-fit: scale-down;
}

.product-name {
    height: 60px;
}

.product-container .btn-primary {
    border-radius: 25px;
}

/*-- Lighting Page css ends here--*/

/*-- Events--*/

.image-column {
    float: left;
    width: 50%;
    padding: 10px;
  }
  
  .image-column img {
    margin-top: 12px;
    cursor: pointer;
  }
  
  .image-row:after {
    content: "";
    display: table;
    clear: both;
  }

  .imageModal {
    top: 25%;
  }

  .event-modal {
    top: 8%;
  }

  .event-modal .modal-content{
    background: transparent;
    position: relative;
  }
  
  .event-modal .modal-body {
    position: relative;
  }

  .event-slider .slick-list{
    height: 500px;
  }

  .event-slider .slick-slide {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .event-slider .slick-slide img{
    margin: 0px auto;
    max-height: 500px;
    object-fit: scale-down;
  }

  .close-modal {
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    cursor: pointer;
  }

  .left-slider {
    left: 10px;
    background: #fff;
    border-radius: 50%;
  }

  .right-slider {
    right: 10px;
    background: #fff;
    border-radius: 50%;
  }

/*-- Events ends here--*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .fixed-header {
        position: sticky;
        top: 0;
        background-color: #fff;
        box-shadow: 0px 0px 13px 2px #00000047;
    }
    
    .main-logo {
        width: 110px;
    }
    
    #header-skin #menu-collapse {
        outline: none;
    }

    .custom-link {
        color: #000
    }

    .slick-arrow {
        width: 26px;
    }

    .slick-arrow:hover {
        width: 30px;
    }

    .pdf-container a img {
        max-height: unset;
    }

    .career-container:hover {
        transform: scale(1);
    }

    .img-box h4 {
        font-size: 1.2rem;
    }

      
    #product-table thead {
        border: none;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      
      #product-table tr {
        display: block;
        margin-bottom: 35px
      }
      
      #product-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
      }
      
      #product-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
      }
      
      #product-table td:last-child {
        border-bottom: 0;
      }

      .page-banner  {
        height: auto;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .fixed-header {
        position: sticky;
        top: 0;
        background-color: #fff;
        box-shadow: 0px 0px 13px 2px #00000047;
    }

    #header-skin #menu-collapse {
        outline: none;
    }
    
    .main-logo {
        width: 110px;
    }

    .custom-link {
        color: #000;
    }
    
    .pdf-container a img {
        max-height: unset;
    }

    .career-container:hover {
        transform: scale(1);
    }

    .img-box h4 {
        font-size: 1.2rem;
    }

    .page-banner  {
        height: auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .fixed-header {
        position: fixed;
        background-color: transparent;
        box-shadow: unset;
    }

    .custom-link {
        color: #fff;
        font-size: 12px;
    }

    .main-logo {
        width: 110px;
    }

    #header-skin #menu-collapse {
        outline: none;
    }

    .scroll-custom-link {
        font-size: 12px;
    }

    .pdf-container a img {
        max-height: 370px;
    }

    .img-box h4 {
        font-size: 1.2rem;
    }

    .page-banner  {
        height: auto;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .fixed-header {
        position: fixed;
        background-color: transparent;
        box-shadow: unset;
    }

    .main-logo {
        width: 140px;
    }

    .custom-link {
        font-size: 17px;
        color: #fff;
    }

    #header-skin #menu-collapse {
        outline: none;
    }

    .scroll-custom-link {
        font-size: 16px;
    }

    .career-container:hover {
        transform: scale(1.1);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .fixed-header {
        position: fixed;
        background: transparent;
        box-shadow: unset;
    }    

    .custom-link {
        color: #fff;
    }

    #header-skin #menu-collapse {
        outline: none;
    }
}

.product-nav-tabs {
    padding: 0px;
    list-style-type: none;
    border: none;
    flex-direction: column;
}

.product-nav-tabs > li > a{
    display: block;
    padding: 10px;
    border: 1px solid #e41030;
    margin-bottom: 15px;
    transition: 0.5s;
}

.product-nav-tabs > li a.active {
    background-color: #e41030;
    color: #fff;
}

.product-nav-tabs > li > a:hover, .product-nav-tabs > li > a:focus {
    background-color: #e41030;
    color: #fff;
}