@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

/**************/
.pr-0 {
	padding-right: 0;
}

/**********/
.header-top {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	min-height: 155px;
}

.logo-box {
	background-color: #fff;
	width: 40%;
	padding: 40px
}

	.logo-box a {
		width: 140px;
		height: auto;
		display: inline-block;
	}

.menu-box {
	width: 60%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 60px
}

	.menu-box .navbar-nav > li > a {
		color: #fff;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0;
		margin-left: 45px
	}

	.menu-box .nav > li > a:focus, .menu-box .nav > li > a:hover {
		text-decoration: none;
		background-color: transparent;
		color: #e30b18
	}

	.menu-box .nav > li.active a {
		color: #e30b18
	}

.active {
	color: #e30b18
}

.menu-box .nav > li.active a .dropbtn {
	color: #e30b18
}

.dropbtn {
	background-color: transparent;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	margin-left: 45px;
	padding-bottom: 20px
}

	.dropbtn:hover {
		color: #e30b18
	}

.dropdown {
	position: relative;
	display: inline-block;
	position: relative;
	top: -2px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 1100px;
	-webkit-box-shadow: 1px 1px 19px 0px rgba(43, 42, 43, 1);
	-moz-box-shadow: 1px 1px 19px 0px rgba(43, 42, 43, 1);
	box-shadow: 1px 1px 19px 0px rgba(43, 42, 43, 1);
	z-index: 1;
	left: -930px;
	border-top: 8px solid #e30b18;
}

	.dropdown-content::after {
		content: "";
		position: absolute;
		top: -15px;
		width: 12px;
		height: 12px;
		background-color: #e30b18;
		right: 75px;
		transform: rotate(135deg);
	}

.dropdown:hover .dropdown-content {
	display: block;
}

.main-menu {
	width: 30%;
	background-color: #fff;
	min-height: 100px;
	padding: 40px;
}

	.main-menu li a {
		color: #e30b18;
		font-size: 20px;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		margin: 5px 0 10px;
		display: inline-block;
	}

		.main-menu li a.active {
			border-bottom: 2px solid #e30b18
		}

.menu-expand {
	width: 70%;
	min-height: 100px;
	background-color: #ddd;
}

	.menu-expand .menu-step-2 {
		background-color: #f4f4f4;
		padding: 40px;
	}

	.menu-expand .menu-step-3 {
		background-color: #fff;
		padding: 40px;
	}

	.menu-expand .panel-default > .panel-heading {
		color: #333;
		background-color: transparent;
		border-color: transparent;
		padding: 0;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.menu-expand .panel-default {
		border-color: transparent;
		background: transparent;
		border-radius: 0;
		border: 0px;
		box-shadow: none;
	}

	.menu-expand .panel-title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 14px;
		color: #2b255d;
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		display: inline-block;
		padding-bottom: 5px
	}

	.menu-expand .panel-body {
		border-top-color: #ddd;
		padding: 0px;
	}

/***********/
.menu-step-3-card {
	margin-bottom: 30px;
}

	.menu-step-3-card h4 {
		color: #2b255d;
		font-weight: 700;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.menu-step-3-card ul li a {
		color: #333333;
		font-size: 12px;
		font-weight: 400;
		font-family: 'Poppins', sans-serif;
		margin: 3px 0;
		display: inline-block;
		border-bottom: 1px solid transparent;
	}

		.menu-step-3-card ul li a:hover {
			border-bottom: 1px solid #333333;
		}

.switchgears-menu {
	display: none
}

.lighting-last-menu-card2, .lighting-last-menu-card3 {
	display: none
}

.switchgears-last-menu-card2, .switchgears-last-menu-card3 {
	display: none
}

.border-accord {
	border-bottom: 1px solid #2b255d
}

/* .border-accord.collapsed{border-bottom: 1px solid transparent} */

/***********Slider**************/

.slider-wrp {
	position: relative
}

.slider-content {
	background-color: #e30b18;
	width: 40%;
	position: relative;
	padding: 10px 70px 10px;
	margin-top: 155px;
}

	.slider-content::after {
		background-color: #e30b18;
		width: 100px;
		content: "";
		position: absolute;
		right: -100px;
		height: 100%;
		bottom: 0;
		z-index: 5;
	}

.slider-content {
	color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

	.slider-content h1 {
		font-size: 50px;
		width: 100%;
		font-weight: 700;
		line-height: 48px;
		margin-bottom: 20px;
	}

		.slider-content h1 span {
			font-size: 40px;
			width: 100%;
			display: block
		}

	.slider-content p {
		font-size: 16px;
		width: 100%;
		opacity: 0.8;
		line-height: 28px
	}

.slider-img-box {
	width: 60%;
	background-color: #ddd;
	position: relative;
}

.scroll-down {
	position: absolute;
	z-index: 15;
	bottom: 220px;
	right: 50px;
	transform: rotate(-90deg);
}

	.scroll-down a {
		font-size: 12px;
		text-transform: uppercase;
		color: #fff;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		align-items: center;
	}

		.scroll-down a img {
			margin-right: 5px;
		}

.product-over-img {
	position: absolute;
	bottom: 150px;
	left: 34%;
	right: 0;
	margin: auto;
	z-index: 6;
}

	.product-over-img img {
		width: 480px
	}

.slider-wrp .carousel-control {
	width: 2%;
}

/* YOUR CSS FadeEffect */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	height: auto;
	width: 100%;
	line-height: 1;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

	.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
		left: 0;
		opacity: 0;
		z-index: 1;
	}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

		.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
}

/*****Inner Banner********/
.product-top-banner .slider-content::after {
	height: 100%;
}

.otherpage-top-banner .slider-content::after {
	height: 100%;
}

.slider-content-list {
	list-style-type: disc;
	padding-left: 15px
}

.slider-content-list {
	list-style-type: disc;
	padding-left: 15px
}

	.slider-content-list li {
		margin: 8px 0;
		font-size: 15px
	}

.blue-bg {
	background-image: url('../images/blue-bg.jpg');
	min-height: 600px;
	position: relative
}

.product-image {
	width: calc(100% - 100px);
	height: 380px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -35%);
	object-fit: fill;
}

.product-image-code {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

	.product-image-code li {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		opacity: 0.7;
		font-family: 'Roboto', sans-serif;
		padding: 0 8px;
		position: relative;
		border-right: 1px solid;
	}

		.product-image-code li:last-child {
			border-right: none
		}

		.product-image-code li:nth-child(2) {
			position: relative;
			border-right: none
		}

			.product-image-code li:nth-child(2)::after {
				position: absolute;
				content: "";
				top: 4px;
				right: 0;
				height: 13px;
				border-right: 1px solid
			}

/****About Us******/
.about-product-banner {
	max-width: 980px;
	margin: 80px auto 100px
}

.product-info {
	padding: 65px 30px 30px;
	color: #fff; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,e30b18+100 */
	background: rgb(255, 0, 0); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255, 0, 0) 0%, rgb(227, 11, 24) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255, 0, 0) 0%, rgb(227, 11, 24) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255, 0, 0) 0%, rgb(227, 11, 24) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#e30b18', GradientType=0); /* IE6-9 */
}

	.product-info h4 {
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.product-info p {
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: 300
	}

.certificate-list {
	display: flex;
}

	.certificate-list li {
		padding: 10px 12px;
		background-color: #a41119;
		margin-right: 8px;
	}

		.certificate-list li:first-child {
			display: flex;
			align-items: center
		}

.product-info h5 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}

.about-product-banner .product-img {
	width: 75%;
}

.about-product-banner .product-info {
	width: 25%
}

/*********************/
.hightlight-text {
	padding-left: 165px;
}

	.hightlight-text h1 {
		font-size: 70px;
		color: #2b255d;
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		margin-bottom: -85px;
		line-height: 85px;
	}

.global-presence-wrp h4 {
	font-size: 24px;
	font-weight: 300;
	color: #333333;
	padding: 120px 70px 100px;
	line-height: 40px;
	padding-left: 185px;
	font-family: 'Roboto Slab', serif;
}

.global-presence-info {
	background-color: #fce6e7;
	padding: 120px 70px 100px;
}

	.global-presence-info p {
		color: #333333;
		font-size: 14px;
		margin-bottom: 20px;
		font-weight: 300;
		line-height: 30px
	}

/******************************/
.our-goal-wrp {
	background-color: #f4f4f4;
	padding-top: 70px;
	padding-bottom: 70px;
}

	.our-goal-wrp h4 {
		color: #2b255d;
		font-size: 32px;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		margin-bottom: 20px;
	}

	.our-goal-wrp p {
		color: #333333;
		font-size: 14px;
		font-weight: 300;
		line-height: 28px
	}

	.our-goal-wrp .values {
		padding: 30px 70px 0;
	}

	.our-goal-wrp .vision {
		padding: 30px 70px 0px 185px;
		border-right: 1px solid #ddd
	}

.otherpage-top-banner .slider-content h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}

/*************Contact Us*****************/
.contact-wrp {
	margin: 100px auto;
	position: relative
}

.bulb-images {
	position: absolute;
	top: -210px;
	right: 50px;
	width: 134px
}

.map-box {
	width: 50%;
	height: 530px;
}

.contact-details-wrp {
	padding-left: 80px;
	width: 35%
}

	.contact-details-wrp h1 {
		color: #2b255d;
		font-size: 30px;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		margin-bottom: 20px;
	}

	.contact-details-wrp img {
		margin-bottom: 10px;
	}

	.contact-details-wrp h5 {
		color: #333333;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.contact-details-wrp p {
		color: #333333;
		font-size: 14px;
		font-weight: 300;
		margin-bottom: 5px;
	}

		.contact-details-wrp p a {
			color: #333333;
		}

		.contact-details-wrp p span {
			display: inline-block;
			margin: 0 5px;
		}

	.contact-details-wrp h4 {
		color: #2b255d;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 20px;
	}

.line {
	border-top: 1px solid #ebebeb;
}

/****************************/
.contact-form-wrp {
	background-color: #e9e9e9;
	position: relative
}

.tubeligt-left {
	position: absolute;
	left: 0;
	top: -45px;
	width: 363px;
}

.position-relative {
	position: relative;
}

.led-light-black {
	position: absolute;
	bottom: -60px;
	right: 150px;
	width: 217px;
}

.contact-form-card {
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 550px;
	margin: auto;
}

	.contact-form-card h4 {
		color: #2b255d;
		font-size: 28px;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		text-align: center;
		line-height: 32px;
		margin-bottom: 30px;
	}

.contact-form-group .form-control {
	margin-bottom: 15px;
	height: 45px;
	border-radius: 0;
	-webkit-box-shadow: 6px 6px 0px -2px rgba(196, 196, 196, 1);
	-moz-box-shadow: 6px 6px 0px -2px rgba(196, 196, 196, 1);
	box-shadow: 6px 6px 0px -2px rgba(196, 196, 196, 1);
	border: none;
	color: #333333;
	font-weight: 300
}

.contact-form-group textarea.form-control {
	height: 150px;
}

.custom-arrow select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url('../images/icons/dropdown-arrow.png') !important;
	background-repeat: repeat;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	background-origin: content-box !important;
	font-family: 'Roboto Slab', serif;
}

.form-control::-webkit-input-placeholder {
	color: #333333;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
	color: #333333;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
	color: #333333;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
	color: #333333;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
	color: #333333;
}

/* Microsoft Edge */
.mybtn.btn-danger {
	color: #fff;
	background-color: #e30b18;
	border-color: #e30b18;
	border-radius: 0;
	min-height: 45px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

/***************Mobile Menu****************/
.hamburger-wrp {
	display: none
}

.contact-wrp {
	padding-left: 55px;
}

.hightlight-text {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto
}

.hightlight-text {
	padding-left: 0;
}

/*****Custom Scroll Bar*******/
.scroll-height {
	height: 255px;
}

.custom-scroll-bar .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	border-radius: 0;
}

.custom-scroll-bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #abc4d8;
}

.custom-scroll-bar .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #eff3f6;
}

.custom-scroll-bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 0;
}

.custom-scroll-bar .mCSB_scrollTools {
	opacity: 1;
}

/*****Owl Center*******/
.owl-stage {
	margin: 0 auto;
}

.prodcut-section .owl-carousel .owl-item:last-child {
	background: none
}



/******Media Start********/
@media(min-width:1920px) {
	.slider-content h1 {
		font-size: 70px;
		line-height: 65px;
	}

	.slider-content {
		padding: 10px 50px 10px 100px;
		margin-top: 182px
	}

		.slider-content h1 span {
			font-size: 55px;
		}

		.slider-content p {
			font-size: 22px;
			line-height: 30px;
			padding-right: 160px;
		}

	.product-over-img {
		bottom: 90px;
		left: 26%;
	}

	/****/
	.main-menu li a {
		font-size: 30px;
	}

	.menu-expand .panel-title {
		font-size: 20px;
	}

	.dropbtn {
		font-size: 18px;
	}

	.menu-step-3-card h4 {
		font-size: 18px;
	}

	.menu-step-3-card ul li a {
		font-size: 14px;
	}

	.dropdown-content {
		min-width: 1230px;
		left: -940px;
	}

		.dropdown-content::after {
			right: 190px;
		}

	.slider-img-box img {
		width: 100%;
	}

	/****/
	.otherpage-top-banner .slider-content::after {
		height: 100%;
	}

	.otherpage-top-banner .slider-content h1 span {
		font-size: 70px;
	}

	.menu-box .navbar-nav > li > a {
		font-size: 18px;
	}

	.about-product-banner {
		max-width: 1120px;
	}

	.product-info h4 {
		font-size: 25px;
	}

	.product-info p, .product-info h5 {
		font-size: 16px;
	}

	.global-presence-wrp h4 {
		font-size: 28px;
		line-height: 46px;
	}

	.global-presence-info p {
		font-size: 16px;
	}

	.hightlight-text {
		padding-left: 65px;
	}

	.our-goal-wrp h4 {
		font-size: 42px;
	}

	.our-goal-wrp p {
		font-size: 16px;
	}

	.hightlight-text {
		padding-left: 15px;
	}

		.hightlight-text h1 {
			font-size: 100px;
			line-height: 100px;
		}

	.global-presence-wrp h4 {
		padding-left: 395px;
	}

	.global-presence-info {
		padding: 120px 100px 100px;
	}

	.our-goal-wrp h4 {
		font-size: 45px;
	}

	.our-goal-wrp .vision {
		padding: 30px 100px 0px 395px;
	}

	.our-goal-wrp .values {
		max-width: 730px;
		padding: 30px 100px 0;
	}

	.scroll-down img {
		width: initial
	}

	.product-over-img img {
		width: initial
	}

	.slider-content-list li {
		font-size: 22px;
	}

	.logo-box a {
		width: initial;
	}

	.blue-bg {
		min-height: 850px;
	}

	.product-image {
		width: calc(100% - 100px);
		height: 545px;
	}

	.contact-wrp {
		padding-left: 100px;
	}

	.container-width {
		max-width: 1340px;
		margin-left: auto;
		margin-right: auto;
	}

	.hightlight-text {
		padding-left: 0;
	}

	.global-presence-wrp h4 {
		font-size: 35px;
		line-height: 65px;
		padding-left: 295px;
	}

	.global-presence-info p {
		font-size: 16px;
		padding-right: 100px;
	}

	.global-presence-info {
		padding: 170px 100px 100px;
	}

	.global-presence-wrp h4 {
		padding: 160px 100px 100px 300px;
	}

	.our-goal-wrp .vision {
		padding: 30px 100px 0px 300px;
	}

	.bulb-images {
		width: initial
	}

	.tubeligt-left {
		width: initial;
	}

	.led-light-black {
		width: initial;
	}

	.contact-form-card {
		max-width: 720px;
	}

		.contact-form-card h4 {
			font-size: 40px;
			line-height: 50px;
		}

	.contact-form-group .form-control {
		font-size: 18px;
	}

	.mybtn.btn-danger {
		font-size: 20px;
	}

	.led-light-black {
		bottom: -60px;
		right: 150px;
	}

	.contact-details-wrp h1 {
		font-size: 40px;
	}

	.contact-details-wrp h5 {
		font-size: 16px;
	}

	.contact-details-wrp p {
		font-size: 16px;
	}

	.contact-details-wrp h4 {
		font-size: 25px;
	}

	/******1920*******/
}

@media (max-width:1600px) {
	.product-image {
		height: 440px;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	.slider-content h1 {
		font-size: 60px;
		line-height: 65px;
	}

	.slider-content {
		padding: 10px 20px 10px 50px;
		margin-top: 154px
	}

		.slider-content h1 span {
			font-size: 46px;
		}

		.slider-content p {
			font-size: 22px;
			line-height: 30px;
		}

	.product-over-img {
		bottom: 50px;
	}

	/****/
	.otherpage-top-banner .slider-content::after {
		height: 100%;
	}

	.otherpage-top-banner .slider-content h1 span {
		font-size: 60px;
	}

	.menu-box .navbar-nav > li > a {
		font-size: 18px;
	}

	.about-product-banner {
		max-width: 1120px;
	}

	.product-info h4 {
		font-size: 25px;
	}

	.product-info p, .product-info h5 {
		font-size: 16px;
	}

	.global-presence-wrp h4 {
		font-size: 28px;
		line-height: 46px;
	}

	.global-presence-info p {
		font-size: 16px;
	}

	.our-goal-wrp h4 {
		font-size: 42px;
	}

	.our-goal-wrp p {
		font-size: 16px;
	}

	.hightlight-text {
		max-width: 1120px;
	}

	.global-presence-wrp h4 {
		padding-left: 165px;
	}

	.our-goal-wrp .vision {
		padding: 30px 70px 0px 165px;
	}
	/****20 Oct*****/
	.dropbtn {
		font-size: 18px;
	}

	/************/
}

@media (min-width:1200px) and (max-width:1365px) {
	.product-over-img {
		bottom: 50px;
	}

	.slider-content h1 {
		font-size: 44px;
	}

		.slider-content h1 span {
			font-size: 36px;
		}

	.slider-content::after {
		height: 100%;
	}

	.dropdown-content {
		min-width: 1020px;
		left: -800px;
	}

		.dropdown-content::after {
			right: 130px;
		}

	/****/
	.otherpage-top-banner .slider-content::after {
		height: 100%;
	}

	.tubeligt-left {
		left: -65px;
	}

	.led-light-black {
		right: 50px;
	}

	.global-presence-wrp h4 {
		padding-left: 110px;
	}

	.our-goal-wrp .vision {
		padding: 30px 70px 0px 110px;
	}

	/**************/
}

@media (min-width:992px) and (max-width:1199px) {
	.slider-content {
		padding: 150px 40px 100px;
	}

		.slider-content h1 {
			font-size: 40px;
			line-height: 45px;
		}

			.slider-content h1 span {
				font-size: 30px;
			}

	.product-over-img {
		bottom: 50px;
	}

	.slider-content::after {
		right: -100px;
		height: 100%;
	}

	.dropdown-content {
		min-width: 940px;
		left: -660px;
	}

		.dropdown-content::after {
			right: 190px;
		}

	/****/
	.otherpage-top-banner .slider-content::after {
		height: 100%;
	}

	.slider-content {
		padding: 10px 40px 10px;
		margin-top: 155px
	}

	.otherpage-top-banner .slider-content h1 {
		margin-top: 0px;
	}

	.about-product-banner {
		max-width: 980px;
		margin: 30px auto 70px;
	}

	.global-presence-wrp h4 {
		font-size: 26px;
		padding: 120px 70px 100px;
	}

	.hightlight-text {
		padding-left: 55px;
	}

		.hightlight-text h1 {
			font-size: 60px;
			margin-bottom: -65px;
			line-height: 70px;
		}

	.our-goal-wrp .vision {
		padding: 30px 70px 0px 70px;
	}

	/****/
	.contact-wrp {
		margin: 60px auto;
	}

	.contact-details-wrp {
		padding-left: 30px;
		width: 40%;
	}

	.tubeligt-left {
		left: -150px;
	}

	.product-image {
		width: calc(100% - 100px);
		height: 330px;
	}

	.contact-wrp {
		padding-left: 40px;
	}

	.led-light-black {
		right: 20px;
	}

	.our-goal-wrp p {
		font-size: 16px;
	}

	/*************/
}

@media (max-width:991px) {
	.header-top.d-flex {
		display: none
	}

	.product-over-img {
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 250px;
	}

	.slider-wrp-inner {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.slider-img-box {
		width: 100%;
	}

	.slider-content {
		width: 85%;
		padding: 40px 30px 40px;
	}

		.slider-content::after {
			display: none;
		}

		.slider-content h1 {
			font-size: 26px;
			line-height: 26px;
		}

			.slider-content h1 span {
				font-size: 20px;
			}

		.slider-content p {
			font-size: 14px;
			line-height: 22px;
		}

	.slider-content {
		z-index: 100;
	}

	/***************Mobile Menu****************/
	.hamburger-wrp {
		display: block
	}

	.hamburger-wrp-inner {
		padding: 20px 25px;
	}

	.hamburger-menu {
		background-color: #fff;
		width: 100%;
		height: 100%;
		border-top: 8px solid #e30b18;
		display: none;
		position: relative
	}

		.hamburger-menu::after {
			content: "";
			position: absolute;
			top: -13px;
			width: 10px;
			height: 10px;
			background-color: #e30b18;
			right: 30px;
			transform: rotate(135deg);
		}

		.hamburger-menu .panel-group .panel {
			margin-top: 0;
			box-shadow: none;
			border: none;
			border-radius: 0;
		}

		.hamburger-menu .panel-default > .panel-heading {
			border: none;
			background-color: transparent
		}

		.hamburger-menu .panel-heading {
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			border-bottom: 1px solid #ddd !important;
			padding: 15px 25px;
		}

		.hamburger-menu .panel-title {
			margin-top: 0;
			margin-bottom: 0;
			font-size: 18px;
			color: #e30b18;
			font-weight: 700;
			font-family: 'Poppins', sans-serif;
			text-transform: uppercase
		}

		.hamburger-menu a.parent-link {
			font-size: 20px;
			color: #e30b18;
			font-weight: 700;
			font-family: 'Poppins', sans-serif;
			text-transform: uppercase;
			display: block;
			border-bottom: 1px solid #ddd !important;
			padding: 15px 25px;
		}

	.panel-body {
		padding: 0;
	}

		.panel-body .panel-title {
			margin-top: 0;
			margin-bottom: 0;
			font-size: 16px;
			color: #2b255d;
			font-weight: 700;
			font-family: 'Poppins', sans-serif;
			text-transform: uppercase;
		}

		.panel-body .lighting-last-menu-card1, .panel-body .lighting-last-menu-card2, .panel-body .lighting-last-menu-card3 {
			padding: 20px 25px;
			display: block
		}

		.panel-body .panel-group {
			margin-bottom: 0px;
		}

	.panel-group {
		margin-bottom: 0px;
	}

	/****************/
	.otherpage-top-banner .slider-content {
		margin-bottom: -50px;
	}

		.otherpage-top-banner .slider-content h1 {
			margin-bottom: 0px;
			margin-top: 0;
		}

			.otherpage-top-banner .slider-content h1 span {
				font-size: 26px;
			}

	.contact-wrp-inner {
		flex-direction: column;
	}

	.map-box {
		width: 100%;
		height: 320px;
	}

	.contact-wrp {
		margin: 20px auto;
	}

	.contact-details-wrp {
		padding-left: 0;
		width: 100%;
		margin-top: 50px
	}

		.contact-details-wrp h4 {
			font-size: 22px;
		}

	.contact-form-wrp {
		margin-top: 50px;
	}

	.contact-form-card h4 {
		font-size: 22px;
		line-height: 26px;
	}

	.contact-form-group .w-49 {
		width: 100%;
	}

	.contact-form-group .form-control {
		-webkit-box-shadow: 4px 4px 0px -2px rgba(196, 196, 196, 1);
		-moz-box-shadow: 4px 4px 0px -2px rgba(196, 196, 196, 1);
		box-shadow: 4px 4px 0px -2px rgb(196, 196, 196);
	}

	.led-light-black {
		display: none;
	}

	.contact-form-card {
		padding-top: 140px;
		padding-bottom: 50px;
	}

	.bulb-images {
		position: absolute;
		top: 300px;
		right: 0;
	}

	/*********About us*********/
	.about-product-banner {
		margin: 15px auto 50px;
		flex-direction: column;
	}

		.about-product-banner .product-img {
			width: 100%;
		}

		.about-product-banner .product-info {
			width: 100%;
			margin-top: 5px;
			padding: 30px 30px 30px;
		}

	.product-info h4 {
		font-size: 25px;
	}

	.london-address br {
		display: none
	}

	.hightlight-text {
		padding-left: 0;
	}

		.hightlight-text h1 {
			font-size: 32px;
			margin-bottom: 0;
			line-height: 44px;
		}

	.global-presence-wrp {
		flex-direction: column;
		flex-wrap: wrap;
	}

		.global-presence-wrp .w-50 {
			width: 100% !important
		}

		.global-presence-wrp h4 {
			font-size: 20px;
			padding: 15px;
			line-height: 36px;
		}

	.global-presence-info {
		padding: 50px 15px 50px;
	}

		.global-presence-info p {
			font-size: 16px;
		}

	.our-goal-wrp {
		padding-top: 50px;
		padding-bottom: 50px;
		flex-direction: column;
	}

	.w-50.vision, .w-50.values {
		width: 100% !important;
	}

	.our-goal-wrp .vision {
		padding: 0 15px;
		border-right: none;
	}

	.our-goal-wrp .values {
		padding: 30px 15px 0;
	}

	.our-goal-wrp h4 {
		font-size: 25px;
	}

	.our-goal-wrp p {
		font-size: 16px;
	}

	/****/
	.slider-content {
		margin-bottom: -50px;
	}

	.product-over-img img {
		width: initial;
	}

	/*********/
	.blue-bg {
		min-height: 420px;
	}

	.product-image {
		width: 100%;
		height: 270px;
		padding-left: 25px;
	}

	.slider-content {
		margin-top: 0px;
	}

	.contact-wrp {
		padding-left: 15px;
	}

	.bulb-images {
		width: initial;
	}

	.product-image {
		width: 100%;
		height: auto;
		padding-left: 0px;
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.blue-bg {
		min-height: auto;
	}

	.product-image {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
	}

	/*******991******/
}
