@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@font-face {
    font-family: 'LEMON MILK';
    src: url('../fonts/LEMONMILK-Regular.woff2') format('woff2'),
        url('../fonts/LEMONMILK-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('../fonts/LEMONMILK-Bold.woff2') format('woff2'),
        url('../fonts/LEMONMILK-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
/* header css */
header{
    padding: 15px 0;
    background-color: #ffffff;
}
.darkHeader{
    box-shadow: 0 0 5px 2px #c1c1c147;
}
.custom_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site_menu_list .nav_bar{
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.nav_link{
    margin: 0 15px;
}
.nav_bar li.nav_link:first-child{
    margin-left: 0;
}
.nav_bar li.nav_link:last-child{
    margin-right: 0;
}
a.menu_item{
    color: #3A3F46;
    font-size: 16px;
    display: block;
    text-decoration: none;
	padding: 8px 0px;
}
a.menu_item:hover {
	color: #EB3916;
}
.dropdown-menu {
	background-color: #F3F3F3;
	border: none;
    border-radius: 6px;
	width: 220px;
}
.dropdown-menu.sub {
	left: 220px;
	top: 0px;
}
.dropdown-menu a {
	color: #3A3F46;
    font-size: 16px;
    display: block;
	text-align: left;
	white-space: initial;
}
.dropdown-menu li {
	margin: 0px;
}
.dropdown-menu a:hover {
	background-color: #EB3916;
	color: #fff;
}
.header_get_in_touch_btn .btn{
    margin: 0;
    box-shadow: none;
    background-color: #EB3916;
    width: 150px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    font-weight: 300;
	justify-content: center;
	transition: all 0.25s ease-in-out;
	margin-left: 15px;
}
.rmore-btn .btn{
    margin: 0;
    box-shadow: none;
    background-color: #EB3916;
    width: 150px;
    height: 34px;
    color: #ffffff;
    font-size: 14px;
    /* line-height: 20px; */
    border-radius: 0px;
    /* display: flex; */
    align-items: center;
    font-weight: 300;
	justify-content: center;
	transition: all 0.25s ease-in-out;
	/* margin-left: 15px; */
}

.header_get_in_touch_btn .btn span{
    font-size: 30px;
    display: block;
	width: 0;
	opacity: 0;
    transition: all 0.25s ease-in-out;
	margin: 0;
}
.header_get_in_touch_btn .btn:hover span {
	width: auto;
	opacity: 1;
	margin-left: 15px;
}
/* .banner_caption h3, .banner-content h3{
    font-size: 38px;
    margin-bottom: 0;
    max-width: 430px;
	text-transform: uppercase;
	font-family: 'LEMON MILK';
	color: #FD5000 !important;
	font-weight: 400 !important;
}
.banner_caption h3 span, .banner-content h3 span {
	color: #212529;
	font-weight: normal !important;
} */
.banner_caption h1, .banner-content h1{
    font-size: 38px;
    margin-bottom: 0;
    max-width: 430px;
	text-transform: uppercase;
	font-family: 'LEMON MILK';
	color: #FD5000 !important;
	font-weight: 400 !important;
}
.banner_caption h1 span, .banner-content h1 span {
	color: #212529;
	font-weight: normal !important;
}


/* sec heading css */
.sec_heading{
    margin-bottom: 30px;
}
.sec_heading h4{
    color: rgb(66 71 75);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.sec_heading h1{
    color: rgb(66 71 75);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.sec_heading h2{
    color: rgb(66 71 75);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.sec_heading h3{
    color: rgb(66 71 75);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.sec_heading h4::after{
    content: '';
    display: block;
    background-color: rgb(240 83 35);
    width: 89px;
    height: 2px;
    margin: 10px auto 0;
}
.sec_heading h1::after{
    content: '';
    display: block;
    background-color: rgb(240 83 35);
    width: 89px;
    height: 2px;
    margin: 10px auto 0;
}
.sec_heading h2::after{
    content: '';
    display: block;
    background-color: rgb(240 83 35);
    width: 89px;
    height: 2px;
    margin: 10px auto 0;
}
.sec_heading h3::after{
    content: '';
    display: block;
    background-color: rgb(240 83 35);
    width: 89px;
    height: 2px;
    margin: 10px auto 0;
}
.sub_heading h4{
    color: rgb(240 83 35);
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}
.sub_heading{
    margin-bottom: 30px;
}
.sub_heading p{
    color: #4B5058;
    font-size: 18px;
    text-align: center;
    max-width: 95%;
    margin: 15px auto 0;
}

.h4faq {
    font-size: 18px !important;
}

.abrand {
    color: #000;
}

/* footer */
footer{
    background-color: #F3F3F3;
    padding: 60px 0;
}
.footer_logo{
    display: block;
    margin-bottom: 5px;
}
.footer_menu_list ul{
    list-style-type: none;
    padding: 0 0 0 10px;
    margin: 0;
}
.footer_menu_list.last h3 {
    text-align: center;
}
.footer_menu_list.last {
	display: block;
    width: 160px;
    margin-left: auto;
}
.footer_menu_list ul li a{
    display: block;
    color: #4B5058;
    text-decoration: none;
    font-size: 16px;

}
.footer_menu_list ul li:hover a{
    color: #EB3916;
}
.footer_menu_list ul li{
    margin-bottom: 10px;
}
.footer_menu_list.pad-top {
    margin-top: 50px;
}
.footer_menu_list h3{
    color: #4B5058;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.footer_menu_list h4{
    color: #4B5058;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer_menu_list h3 span{
    border-bottom: 1px solid #4B5058;
    padding-bottom: 10px;
}
.footer_location{
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.footer_location img{
    flex-shrink: 0;
}
.footer_location p{
    color: #4B5058;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 0;
}
.footer_location a{
    color: #4B5058;
    font-size: 16px;
    text-decoration: none;
}
.social_icon_dv{
    display: flex;
    align-items: center;
}
.social_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4B5058;
    border-radius: 2px;
    width: 30px;
    height:30px;
    margin: 0 5px;
}
.social_icon:hover{
    background-color: #EB3916;
}
/* map zoomin css start */

.section-map {
    width: 100%;
    /*border: 1px solid #ccc;*/
    padding: 20px;
	position: relative;
	background-color: #fff;
	margin-bottom: 50px;
}
.section-map > img {
	margin: 0px auto;
	display: block;
	max-width: 100%;
}
.btn-zoomin {
	position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 6px;
	margin: 8px;
}
.btn-zoomin:focus {
	outline: none;
	box-shadow: none;
}
.btn-zoomin img {
	width: 24px;
}
#imgzoominModal button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
/* 04-12-2024 */
.p-text{
    font-size: 1.4rem;
}
.block-cat {
    background: #ffffff;
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 30px;
    max-width: 245px;
    margin: auto;
}
.banner_caption h1, .banner-content .h1-text {
    font-size: 35px;
    font-weight: 600 !important;
}
/* map zoomin css end */

@media(min-width:768px) and (max-width:990px){
    a.menu_item{
        font-size: 12px;
    }
    li.nav_link{
        margin: 0 5px;
    }
    .header_get_in_touch_btn .btn {
        margin: 0;
        box-shadow: none;
        background-color: #EB3916;
        width: 150px;
        height: 35px;
        color: #ffffff;
        font-size: 15px;
        line-height: 22px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        font-weight: 300;
    }
   
}
.about_menu {
    display: block !important;
}
.about_menu_mobile {
    display: none !important;
}
.mobile_toggle_btn{
    display: none;
}
.header_get_in_touch_btn.mobile{
    display: none;
}
.fixed-top.subpage {
	background-color: transparent;
	transition: all 0.25s ease-in-out;
}
.fixed-top.subpage.bg {
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
canvas {
    display: block;
    vertical-align: bottom;
}
#tsparticles {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 0;
	top: 0;
}
main, footer {
    position: relative;
    z-index: 1;
}
.org {
	/* color: #EB3916 !important; */
}
.dropdown-toggle::after {
	display: none;
}
.fixed-top .menu-right {
	display: flex;
}
/*31122024*/
@media (max-width: 576px) {
    .footer_menu_list .d-flex {
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 5px; 
    }

    .footer_menu_list ul {
        flex: 1 0 calc(50% - 10px); 
    }
}

@media(max-width:767px){
    .footer_menu_list h4.text {
        margin-top: 80px;
    }
    .footer_menu_list.pad-top {
        margin-top: 0px;
    }
    .about_menu {
        display: none !important;
    }
    .about_menu_mobile {
        display: block !important;
    }
    .mobile_toggle_btn{
        display: block;
        width: 22px;
    }
    .togglebar{
        display: block;
        width: 22px;
        height: 2px;
        background-color: #3A3F46;
        transition: transform .1s cubic-bezier(.4, 0, .2, 1);
        margin-bottom: 5px;
    }
    .site_menu_list{
        background-color: rgb(0, 0, 0, 0.5);
        height: 100vh;
        top: 72px;
        position: fixed;
        left: 0;
        width: 100%;
        display: none;
    }
   .site_menu_list > div{
       background-color: #DBDBDB;
       width: 300px;
       border-left: 15px solid #FD5000;
       margin-left: auto;
       padding: 20px;
        height: 100vh;
        overflow: auto;
   }
   .site_menu_list .nav_bar{
        display: block;
   }
   li.nav_link{
       margin: 0 0 15px;
   }
    .mobile_toggle_btn.active .toggle_iconbar1{
        transform: rotate(41deg);
        position: relative;
        top: 4px;
    }
    .mobile_toggle_btn.active .toggle_iconbar2{
        display: none;
    }
    .mobile_toggle_btn.active .toggle_iconbar3{
        transform: rotate(-40deg);
        top: -2px;
        position: relative;
    }
    .header_get_in_touch_btn.desktop{
        display: none;
    }
    .header_get_in_touch_btn.mobile{
        display: block;
    }
    .sec_heading h4{
        font-size: 30px;
    }
    .footer_menu_list ul li a, .footer_location p, .footer_location a{
        font-size: 16px;
		word-break: break-all;
        line-height: 1.814;
    }
    .footer_logo{
        max-width: 100%;
    }
   .menudv{
       position: relative;
       right: -100vw;
   }
   .dropdown-menu {
    position: static !important;
	background-color: transparent;
	transform: none !important;
   }
   .dropdown a[aria-expanded="false"]::after {
		content: '\002B';
		margin-left: 6px;
		font-size: 20px;
		position: relative;
		top: 2px;
	}
	.dropdown a[aria-expanded="true"]::after {
		content: '\2212';
		margin-left: 6px;
		font-size: 20px;
		position: relative;
		top: 2px;
	}
	.dropdown-menu a:hover {
		background-color: transparent;
		color: #eb3916;
	}
    .footer_menu_list.last h3 {
        text-align: inherit;
    }
    .footer_menu_list.last {
        width: 100%;
    }
    .p-text{
        font-size: 1.2rem;
    }
    .banner_caption h1, .banner-content .h1-text {
        font-size: 34px;
    }
    .block-cat{
        width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        
    }


}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        border-color: #ccc #bbb #aaa;
    }

    button:active,
    button:focus,
    input[type="button"]:active,
    input[type="button"]:focus,
    input[type="reset"]:active,
    input[type="reset"]:focus,
    input[type="submit"]:active,
    input[type="submit"]:focus {
        border-color: #aaa #bbb #bbb;
    }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus {
        color: #111;
    }

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/* CATALOG SECTION START */


.product-catalog-section {
    position: relative;
    background: #dc582a;
    padding: 5em 0 5em;
    overflow: hidden;z-index: 2;
}

.mask-catbg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(62% + 20px);
    height: 100%;
    z-index: -1;
}
.mask-catbg.led-catalog {
    background: url('/assets/images/electricals/light-catalog-bg.jpg') no-repeat scroll center center/cover;
}

.mask-catbg.fan-catalog {
    background: url('/assets/images/plywood/calibrum-plus.jpg') no-repeat scroll center center/cover;
}

.catalog-wrapper {
	background: #222;
    padding: 4em 3em 4.6em;
    text-align: center;
    border: 4px solid #fff;
}	

.donwload-btn p a{
	display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    justify-content: center;
	margin-bottom: 0px;
}

.donwload-btn p i {
    font-size: 6em;
    line-height: 0;
    margin-right: 12px;
}

.donwload-btn p span {
    font-size: 22px;
    text-align: left;
}

.donwload-btn p big {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}



.home-catalog-sec { padding-top:6.4em;}
.home-catalog-sec .catalog-wrapper{
    background: #222;
    padding: 1em;
    text-align: center;
    border: 4px solid #fff;
    margin-bottom: 1.2em;
}
.home-catalog-sec .catalog-wrapper .donwload-btn p span {
    font-size: 20px;
    text-align: left;
}
.home-catalog-sec .catalog-wrapper .donwload-btn p big{ font-size: 26px;}


p:last-child {
    margin-bottom: 0;
}

/* Section TItle */
.section-title .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    color: #222;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  
  .section-title .title::before {
    content: "";
    width: 50px;
    height: 2px;
    margin-left: -25px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #dc582a;
  }
  
  .section-title.bestseller .title::before {
    margin-left: 0px;
    left: 0%;
  }
  
  .section-padding-top {
    padding-top: 80px;
  }
  
  @media screen and (min-width: 1200px) {
    .section-padding-top {
      padding-top: 80px;
    }
  }
  
  .section-padding-bottom {
    padding-bottom: 80px;
  }
  
  @media screen and (min-width: 1200px) {
    .section-padding-bottom {
      padding-bottom: 80px;
    }
  }


/* CATALOG SECTION END */

/* MODAL START */



/* MODAL END */


.banner-form-error {
    font-size: 12px;
    position: relative;
    color: #f00;
}

  /* ------------------ START [Newly CSS added because of changes from eassets to assets] -------------- */


  .cat-block {
    position: relative;
}

.cat-block .cat-info {
    position: absolute;
    bottom: 20px;
    left: 2em;
    color: #fff;
}
.cat-block .cat-img {
    position: relative;
}
.cat-block .cat-img img {
    width: 100%;
}
.cat-block .cat-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(40%,transparent));
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent 40%);
}
.cat-block .cat-info .btn{ font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 25px;color: #f8f9fa;
border-color: #f8f9fa;}
.cat-block .cat-info .btn:hover{ font-size: 12px;border-color: #dc582a;}

.product-tab-section.home-product-list, .home-cat-section, .calcuator-section {
    overflow: hidden;
}

.cat-info h3 { font-size: 18px; }
.cat-info h2 { font-size: 18px; }

.cat-block{ margin-bottom:20px;}

.catalog-img {
    position: relative;
}
.catalog-img img {
    width: 100%;
}

.fan-catalog .catalog-img p {
    position: absolute;
    right: 0;
    top: auto;
    display: flex;
    align-items: center;
    background: #dc582a;
    line-height: 1;
    padding: 15px 3em;
    bottom: 6em;
    color: #fff;
}


.led-catalog .catalog-img p {
    position: absolute;
    left: 0;
    top: auto;
    display: flex;
    align-items: center;
    background: #fff;
    line-height: 1;
    padding: 15px 3em;
    bottom: 6em;
    color: #fff;
}

.led-catalog .catalog-img p { color:#222;}
.catalog-img p i {
    font-size: 5em;
    line-height: 0;
    margin-right: 12px;
}
.catalog-img p span {
    font-size: 22px;
}

.catalog-img p big {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}
/* 
.product-catalog-section{
    position: relative;
    background: #dc582a;
 padding: 5em 0 5em;
    overflow: hidden;z-index: 2;}
	
.mask-catbg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(62% + 20px);
    height: 100%;
    z-index: -1;
} */
/* .mask-catbg.led-catalog {
    background: url('/assets/images/electricals/light-catalog-bg.jpg') no-repeat scroll center center/cover;
} */
/* .mask-catbg.fan-catalog {
    background: url('/assets/images/electricals/fan-catalog-bg.jpg') no-repeat scroll center center/cover;
} */
.catalog-wrapper {
	background: #222;
    padding: 4em 3em 4.6em;
    text-align: center;
    border: 4px solid #fff;
}	
.home-catalog-sec { padding-top:6.4em;}
.home-catalog-sec .catalog-wrapper{
    background: #222;
    padding: 1em;
    text-align: center;
    border: 4px solid #fff;
    margin-bottom: 1.2em;
}
.home-catalog-sec .catalog-wrapper .donwload-btn p span {
    font-size: 20px;
    text-align: left;
}
.home-catalog-sec .catalog-wrapper .donwload-btn p big{ font-size: 26px;}

ul.product-features {
    display: block;
}

.modal-content .modal-header .modal-title {
    font-size: 19px;
    font-weight: 500;
    color: #dc582a;
}
.modal-body .inputCvr {
    margin-bottom: 14px;
}
.modal-body{ padding:1.4rem;} 
.modal-body .inputCvr input:not([type="submit"]){     font-size: 14px;
    height: auto;
    /* line-height: 50px; */
    border-color: #e7e7e7;
    border-radius: 0;
    background: #fff;
    padding: 10px;
}



.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.title-desc {
     color: #707070;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.814;
}



.btn-dark:hover {
    background-color: #dc582a;
    border-color: #dc582a;
  }
  
  .btn-outline-dark:hover {
    background-color: #dc582a;
    border-color: #dc582a;
  }
  
  .btn-light:hover {
    color: #dc582a;
  }
  





/* ------------------ END [Newly CSS added because of changes from eassets to assets] -------------- */

