@charset "utf-8";
@font-face {
    src: url('font/JosefinSans-Bold.ttf');
    font-family: JosefinSans-Bold;
    font-display: swap;
}


html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
    
    font-family: "AtlasGrotesk Light";
}

a:hover {
    text-decoration: none;
    color: #e41922;
}

p {
    font-family: JosefinSans-Bold;
    line-height: 28px;
    font-size: 16px;
}

.white {
    color: #fff;
    font-family: JosefinSans-Bold;

}
.white.ic i {
    font-size: 20px;
    margin-right: 10px;
}
.white.ic i:hover{
    color: #000;
    
}

.txt-grey {
    color: #2d2d2d;
}

h1,
h2,
h3,
h4.h5,
h6 {
    font-family: JosefinSans-Bold;
}

.a-center {
    text-align: center;
}

.a-justify {
    text-align: justify;
    font-size: 13px;
}

.d-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-color {
    background-color: #fafafa;
}

.bg-color-dark {
    background-color: #404040;
}

.padding-2p {
    padding: 2% 0;
}

.margin-2p {
    margin-bottom: 2%;
}

.margin-top-2p {
    margin-top: 2%;
}

.header {
    background-color: #e41922;
    padding: 0px 60px 0px 60px;
}

.header p {
    margin: 5px 0;
    font-size: 12px;
    font-family: JosefinSans-Bold;
}

.navbar {
    margin-bottom: 0px;
    border: none;
}

.navbar-brand {
    height: 89px;
}

.one {
    background-image: url('../images/Icon/bulb.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: inherit;
    height: 150px;
}

a:hover .one {
    background-image: url('../images/Icon/bulb1.png');
}

.two {
    background-image: url('../images/Icon/ledpannel.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: inherit;
    height: 150px;
}

a:hover .two {
    background-image: url('../images/Icon/ledpannel1.png');
}

.three {
    background-image: url('../images/Icon/tubelight.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: inherit;
    height: 150px;
}

a:hover .three {
    background-image: url('../images/Icon/tubelight1.png');
}

.four {
    background-image: url('../images/Icon/floodlight.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: inherit;
    height: 150px;
}

a:hover .four {
    background-image: url('../images/Icon/floodlight1.png');
}

.five {
    background-image: url('../images/Icon/roadlight.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: inherit;
    height: 150px;
}

a:hover .five {
    background-image: url('../images/Icon/roadlight1.png');
}

.six {
    background-image: url('../images/Icon/designerlight.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: inherit;
    height: 150px;
}

a:hover .six {
    background-image: url('../images/Icon/designerlight1.png');
}

.i-banner {
    background-image: url('../images/banner/i-banner.jpg');
    height: 200px;
}

table {
    margin: 19px 100px;
    width: 75% !important;
}

th {
    text-align: center;
}

.tr1 {
    background: rgba(228, 25, 34, 0.9);
    color: #fff;
}

.footer {
    background-color: #4d4d4d;
    padding: 20px 60px 20px 60px
}

.footer a,
.footer p,
.footer li {
    color: #ccc;
    font-size: 12px;
}

.footer ul {
    list-style-type: none;
}

.fa-envelope {
    font-size: 8px;
}

.fa-map-marker {
    padding-right: 5px;
}

.copyright {
    background-color: #404040;
}

.copyright a {
    color: #fff;
}

.fa-heart {
    color: #e21e25;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: JosefinSans-Bold;
    font-size: 16px;
}

.yellow-btn {
    padding: 5px 25px 5px 25px;
    font-family: JosefinSans-Bold;
    border: none;
    background: rgba(204, 204, 204, 0.49);
}

.yellow-btn:hover {
    background: #e41922;
    border: none;
    color: #fff;
}

.form-control {
    font-family: JosefinSans-Bold;
}

.banner img {
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-inverse {
        background-color: #fff;
    }
    .navbar-right {
        margin-top: 20px;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #2d2d2d;
    }
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #e41922;
    }
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: #e41922;
        background-color: #ffffff;
    }
    .pad-left-2p {
        padding-left: 2%;
    }
}

@media (max-width: 767px) {
    .a-center-m {
        text-align: center;
    }
    .padding-8p {
        padding: 0 8%;
    }
    .mar-tm-2p {
        margin-bottom: 2%;
        ;
    }
}

.error {
    color: #e41922;
    text-align: center;
    font-size: 28px;
    padding: 25px;
}

.input-group-addon:first-child {
    width: 24%!important;
    padding: 6px 47px;
}

.benifits ul li {
    font-family: JosefinSans-Bold;
    font-size: 16px;
}
.header .white a{
    color:white;
}
.header .white a:hover{
    color:black;
}


/*
     FILE ARCHIVED ON 10:00:55 Aug 19, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:13:01 Apr 24, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/*
playback timings (ms):
  esindex: 0.011
  captures_list: 133.557
  exclusion.robots.policy: 0.122
  exclusion.robots: 0.132
  load_resource: 1732.436
  CDXLines.iter: 20.843 (3)
  PetaboxLoader3.resolve: 385.574
  PetaboxLoader3.datanode: 93.548 (4)
  LoadShardBlock: 108.995 (3)
  RedisCDXSource: 0.968
*/

/* =========================================================
   ALL PRODUCTS DROPDOWN — SHARED SITE STYLE
   ========================================================= */
.products-dropdown > .dropdown-toggle {
    position: relative;
}

.products-dropdown > .dropdown-toggle .caret {
    margin-left: 7px;
    border-top-color: currentColor;
    transition: transform 0.25s ease;
}

.products-dropdown.open > .dropdown-toggle .caret {
    transform: rotate(180deg);
}

.products-dropdown-menu {
    padding: 8px 0;
    border: 0;
    border-top: 3px solid #e41922;
    border-radius: 0 0 8px 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.products-dropdown-menu > li > a {
    position: relative;
    padding: 12px 20px 12px 24px;
    color: #2d2d2d;
    font-family: JosefinSans-Bold;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.2s ease, background 0.2s ease, padding 0.2s ease;
}

.products-dropdown-menu > li + li > a {
    border-top: 1px solid #eeeeee;
}

.products-dropdown-menu > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e41922;
    opacity: 0;
    transform: translateY(-50%) scale(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.products-dropdown-menu > li > a:hover,
.products-dropdown-menu > li > a:focus {
    padding-left: 30px;
    background: #fff3f4;
    color: #e41922;
}

.products-dropdown-menu > li > a:hover::before,
.products-dropdown-menu > li > a:focus::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

@media (min-width: 768px) {
    .products-dropdown-menu {
        display: block;
        min-width: 245px;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(12px);
        transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
    }

    .products-dropdown:hover > .products-dropdown-menu,
    .products-dropdown:focus-within > .products-dropdown-menu,
    .products-dropdown.open > .products-dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .products-dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin: 0 15px 10px;
        padding: 5px 0;
        border-top-width: 2px;
        border-radius: 0 0 6px 6px;
        background: #222222;
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .open .products-dropdown-menu > li > a,
    .products-dropdown-menu > li > a {
        padding: 11px 18px 11px 24px;
        color: #f2f2f2;
    }

    .navbar-inverse .navbar-nav .open .products-dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .products-dropdown-menu > li > a:focus,
    .products-dropdown-menu > li > a:hover,
    .products-dropdown-menu > li > a:focus {
        padding-left: 30px;
        background: #303030;
        color: #ffffff;
    }

    .products-dropdown-menu > li + li > a {
        border-top-color: #3e3e3e;
    }
}
