@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamRoundedBold';
    src: url('../fonts/GothamRoundedBold.eot');
    src: url('../fonts/GothamRoundedBold.eot') format('embedded-opentype'),
         url('../fonts/GothamRoundedBold.woff2') format('woff2'),
         url('../fonts/GothamRoundedBold.woff') format('woff'),
         url('../fonts/GothamRoundedBold.ttf') format('truetype'),
         url('../fonts/GothamRoundedBold.svg#GothamRoundedBold') format('svg');
}
@font-face {
    font-family: 'Satisfy';
    src: url('../fonts/Satisfy-Regular.eot');
    src: url('../fonts/Satisfy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satisfy-Regular.woff2') format('woff2'),
        url('../fonts/Satisfy-Regular.woff') format('woff'),
        url('../fonts/Satisfy-Regular.ttf') format('truetype'),
        url('../fonts/Satisfy-Regular.svg#Satisfy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Great Vibes';
    src: url('../fonts/GreatVibes-Regular.eot');
    src: url('../fonts/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GreatVibes-Regular.woff2') format('woff2'),
        url('../fonts/GreatVibes-Regular.woff') format('woff'),
        url('../fonts/GreatVibes-Regular.ttf') format('truetype'),
        url('../fonts/GreatVibes-Regular.svg#GreatVibes-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Actor';
    src: url('../fonts/Actor-Regular.eot');
    src: url('../fonts/Actor-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Actor-Regular.woff2') format('woff2'),
        url('../fonts/Actor-Regular.woff') format('woff'),
        url('../fonts/Actor-Regular.ttf') format('truetype'),
        url('../fonts/Actor-Regular.svg#Actor-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad-Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open-regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open-bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/*Default-CSS*/
html
{
	scroll-behavior: auto;
}
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
html body{	
	margin:0;
	background-color: transparent;
	font-family: 'Actor';
}
*::-moz-selection {
	color: #fff;
	background:#000;
}
*::-webkit-selection {
	color: #fff;
	background:#000;
}
*::-webkit-input-placeholder { 
	color: #333333;
	opacity:1;
}
*:-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*::-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #333333;
	opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent; /* for removing the highlight */
}
body a {
	outline: none;
	color:#333;
    font-family: 'Actor';
    text-decoration: none !important;
}
body a:hover {
	color:#000;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
	font-family: 'Actor';
}
ul
{
	list-style: none;
	margin: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: 'Great Vibes';
	line-height:122%;
	color:#333;
	margin:0 0 15px;
	letter-spacing: normal;
}
body h1 { font-size: 24px;}
body h2 { font-size: 54px; color: #262443; font-family: 'Great Vibes' !important;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p{
	color: #333;
    font-family: 'Open-regular';
    letter-spacing: normal;
	font-size:16px;
	line-height: 166%;
	margin: 0 0 15px;
	padding: 0;
}
body p:empty {
    margin: 0;
    line-height: 0;
    display: none;
}
body p:last-child{
	margin-bottom:0;
}
p strong {
	font-weight: bold;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
iframe{
	display:block;
	width:100%;
}
.gm-style img {
	max-height: inherit;
	max-width: none;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto !important;
	position:relative;
	float:none;
}
body .container .container{
	padding-left:0;
	padding-right:0;
}
/*scroll Hide*/
html.no-scroll{
	overflow: hidden;
}
html.no-scroll body {
	overflow: hidden;
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
.section-gapping
{
	padding-bottom: 60px;
	padding-top: 60px;
}
/*Gapping close*/
/*Default-CSS close*/
/********header*********/
header {
	padding: 0 !important;
}
#site-header {
	position: absolute;
	left: 0;
	right: 0;
	background-color: transparent;
	z-index: 150;
	padding-top: 10px !important
}
header.sticky {
	position: fixed !important;
	top: 0;
	z-index: 15000 !important;
	background-color: #100f15 !important;
	padding: 10px 0 !important;
}
.header-titles-wrapper
{
	-webkit-transition: .5s width;
	-o-transition: .5s width;
	transition: .5s width;
}
.sticky .header-titles-wrapper {
	width: 240px;
}
#site-header  .header-inner.section-inner {
	max-width: 1200px;
	padding:  0 15px;
	width: 100%;
}
body header .primary-menu > li > a {
	color: #fff !important;
	font-size: 16px;
	font-weight: normal;
}
body header .primary-menu > li > a:hover,
.mobile-menu a.active,
body header .primary-menu > li > a.active,
footer .contact_address a:hover {
	color: #ADCA20 !important;
}
header .primary-menu > li {
	margin: 0;
	margin-right: 30px;
}
header .header-toggles {
	display: none;
}
header .contact_phone a {
	display: block;
	white-space: nowrap;
	background-color: beige;
	padding: 0 20px;
	border-radius: 100px;
	font-size: 17px;
	font-family: 'Myriad-Pro';
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #79bf2b;
	background: -webkit-gradient(linear, left top, right top, from(#79bf2b),to(#b0cb1f));
	background: -o-linear-gradient(left, #79bf2b 0%,#b0cb1f 100%);
	background: linear-gradient(to right, #79bf2b 0%,#b0cb1f 100%);
	-webkit-box-shadow: 0 9px 13px rgba(140,195,59, .50);
	box-shadow: 0 9px 13px rgba(140,195,59, .50);
	margin-right: 11px;
}
header .contact_phone a:hover {
	background: #fff;
	color: #000;
}
header .contact_phone a::before {
	content: '\f095 ';
	font-family: fontawesome;
	font-size: 22px;
	padding-right: 11px;
	vertical-align: middle;
}
header .footer-social li {
	float: left;
	margin-top: 4px !important;
	margin-left: 9px;
}
header .instagram a, footer .instagram a {
    font-size: 0;
    background: url(../images/sprite.png)no-repeat;
    background-position: -47px -1132px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
}
header .instagram a:hover, footer .instagram a:hover {
    background-position: 9px -1061px;
}
ul.footer-social li a {
	width: 38px;
	height: 38px;
	display: block;
	border-radius: 100%;
	background-color: transparent;
	border: 1px solid #ADCA20;
	color: #ADCA20;
	text-align: center;
	position: relative;
	-webkit-box-shadow: inset 0 0 8px 2px rgba(140,195,49, .33), 0 0 8px 2px rgba(140,195,49, .33);
	box-shadow: inset 0 0 8px 2px rgba(140,195,49, .33), 0 0 8px 2px rgba(140,195,49, .33);
	letter-spacing: normal;
}
header ul.primary-menu {
	margin: 0;
}
ul.footer-social li a:hover {
	background-color: #fff;
	color: #000;
	-webkit-box-shadow:  0 0 8px 2px rgba(140,195,49, .33);
	box-shadow:  0 0 8px 2px rgba(140,195,49, .33);
	border-color: #fff
}
header .primary-menu-wrapper
{
	display: inline-block;
	width: auto;
}
header .social-deta-inner > * {
	float: left;
	margin:0 !important;
}
ul.footer-social li a i {
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
}
/***************slider*****-********/
.post-inner.thin {
	padding: 0;
}
.smart-slider-sec .slider-image {
	margin: 0;
}
.smart-slider-sec .main-title {
	color: #fff;
	font-size: 66px;
	letter-spacing: normal;
	max-width: 550px;
	margin-bottom: 30px;
	position: relative;
}
.smart-slider-sec .main-title::after, .smart-slider-sec .main-title::before,
.commercial-banner-section .banner-text h2::before,.commercial-banner-section .banner-text h2::after {
	content: '';
	position: absolute;
	bottom: 93%;
	left: 64px;
	width: 46px;
	height: 65px;
	background: url(../images/sprite-2.png) no-repeat;
	background-position: -172px -173px;
}
.smart-slider-sec .main-title::before,
.commercial-banner-section .banner-text h2::before {
	bottom: 20px;
	right: 77px;
	width: 60px;
	height: 45px;
	background-position: -263px -164px;
	left: auto;
}
.smart-slider-sec .banner-data {
	max-width: 560px;
	font-size: 33px;
	color: #fff;
	font-family: 'Poppins-regular';
	letter-spacing: normal;
	text-shadow: 0 6px 4px rgba(0,0,0, .64);
	line-height: 133%;
	margin-bottom: 40px;
}
.smart-slider-sec .slider-text::after {
	content: '';
	position: absolute;
	top: -90px;
	bottom: 0;
	left: 40px;
	width: 700px;
	background: url(../images/banner-text-bg.png) no-repeat;
	z-index: -1;
	pointer-events: none;
}
.banner_btn,
.form-submit #submit,
body.error404 .read-more .button.btn-wrap {
	display: inline-block;
	padding: 0 35px;
	border-radius: 100px;
	font-size: 21px;
	font-family: 'Myriad-Pro';
	height: 55px;
	line-height: 55px;
	color: #fff;
	background: #79bf2b;
	background: -webkit-gradient(linear, left top, right top, from(#79bf2b),to(#b0cb1f));
	background: -o-linear-gradient(left, #79bf2b 0%,#b0cb1f 100%);
	background: linear-gradient(to right, #79bf2b 0%,#b0cb1f 100%);
	-webkit-box-shadow: 0 9px 13px rgba(140,195,59, .50);
	box-shadow: 0 9px 13px rgba(140,195,59, .50);
	letter-spacing: normal;
	text-decoration: none !important;
	position: relative;
	z-index: 1;
}
.custom-btn .vc_general.vc_btn3:hover,
 .holiday-lighting-sec .custom-btn .vc_general.vc_btn3:hover,
 .customer-review-sec .custom-btn .vc_general.vc_btn3:hover,
 .form-submit #submit:hover
{
	background: #000 !important;
	color: #fff !important;
	-webkit-box-shadow:none;
	        box-shadow:none;
}
.banner_btn:hover,
.about-sec .custom-btn .vc_general.vc_btn3:hover,
.frequently-ask-sec .custom-btn .vc_general.vc_btn3:hover {
	background: #fff;
	color: #000 !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.custom-btn .vc_general.vc_btn3 {
	display: inline-block;
	padding: 0 35px;
	border-radius: 100px;
	font-size: 21px;
	font-family: 'Myriad-Pro';
	height: 55px;
	line-height: 55px;
	color: #fff;
	background: #79bf2b;
	background: -webkit-gradient(linear, left top, right top, from(#79bf2b),to(#b0cb1f));
	background: -o-linear-gradient(left, #79bf2b 0%,#b0cb1f 100%);
	background: linear-gradient(to right, #79bf2b 0%,#b0cb1f 100%);
	-webkit-box-shadow: 0 8px 13px rgba(140,195,59, .38);
	box-shadow: 0 8px 13px rgba(140,195,59, .38);
	letter-spacing: normal;
	border: 1px solid transparent !important;
	font-weight: normal;
}
.customer-review-sec .custom-btn .vc_general.vc_btn3, 
.holiday-lighting-sec .custom-btn .vc_general.vc_btn3 
{
	background: -webkit-gradient(linear, left top, right top, from(#A40659),to(#E5097F));
	background: -o-linear-gradient(left, #A40659 0%,#E5097F 100%);
	background: linear-gradient(to right, #A40659 0%,#E5097F 100%);
	-webkit-box-shadow: 0 8px 13px rgba(188,7,103, .38);
	box-shadow: 0 8px 13px rgba(188,7,103, .38);
	padding: 0 50px;
}
.slider-section, .slider-section .slider-image-wrap li:first-child {
	height: 855px;
}
html .slider-section,
.all-slider
{
	background: transparent !important;
}
.navigation-baner {
	display: none;
}
#prev-slider, #next-slider {
	border: 5px solid rgba(255,255,255,.1);
	height: 67px;
	width: 67px;
	display: block;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto;
	font-size: 0;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	background-color: rgba(299,299,299, .04);
}
#prev-slider:hover, #next-slider:hover
{
	background-color: #000;
	border: 5px solid rgba(255,255,255,.5);
}
#prev-slider::after, #next-slider::after {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	top: 0;
	bottom: 0;
	left: 25px;
	right: 0;
	margin: auto 0;
}
#next-slider
{
	left: auto;
	right: 25px;
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
/*******************how its work***************/
   .title .main-title {
	font-family: 'Satisfy' !important;
	color: #272443;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
}
.title .title-icon {
	width: 40px;
	height: 30px;
	display: block;
	margin: auto;
	background: url(../images/sprite.png) no-repeat;
	font-size: 0;
	background-position: 2px -1225px;
	position: relative;
	margin-top: -5px;
}
.title .title-icon::after, .title .title-icon::before {
	content: '';
	position: absolute;
	width: 95px;
	height: 1px;
	border-bottom: 1px solid #000;
	opacity: .55;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto 0;
}
.how-word-sec .title .title-icon::after, .how-word-sec .title .title-icon::before
	{
		opacity: .3;
	}
.title .title-icon::before
{
	right: 100%;
	left: auto;
}
.works-data.owl-carousel {
	display: block;
}
.how-word-sec,
.holiday-lighting-sec,
.certified-sec,
.customer-review-sec {
	background: url(../images/how-it-work.png) no-repeat;
	text-align: center;
	background-size: 100% 100% !important;
	padding: 100px 0;
	position: relative;
	z-index: 15;
	margin: -60px 0 -60px;
}
.how-word-sec
{
	margin-top:-70px;
}
.holiday-lighting-sec
{
	background: url(../images/why-choose-bg.png) no-repeat;
}
.customer-review-sec
{
	background: url(../images/customer-say.png) no-repeat;
}
.certified-sec
{
	background: url(../images/clipa-bg.png) no-repeat;
	padding-bottom: 125px;
}
.frequently-ask-sec
{
	padding: 100px 0px 160px;
}
.section-gapping .vc_column-inner
{
	padding: 0 !important;
}
.how-word-sec .works-data li {
	float: left;
	width: 33.3%;
	margin: 0;
	padding: 215px 30px 0;
	position: relative;
}
.how-word-sec .works-data li:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin: auto;
	background: url(../images/sprite.png) no-repeat;
	width: 190px;
	height: 210px;
}
.how-word-sec .works-data li:nth-child(n+1):after
{
	background-position: 0 0;
}
.how-word-sec .works-data li:nth-child(n+2):after
{
	background-position: 0px -325px;
}
.how-word-sec .works-data li:nth-child(n+3):after
{
	background-position: 0px -634px;
}
.how-word-sec .work-title {
	font-size: 22px;
	color: #272443;
	letter-spacing: normal;
	font-family: 'Open-regular';
	margin-bottom: 21px;
	padding: 0 13px;
}
.how-word-sec .works-content
{	
	font-family: 'Actor';
	letter-spacing: normal;
	font-weight: 600;
}
/***********************about-sec***********/
.about-sec .title .main-title
{
	color: #fff;
	text-align: left;
}
.about-sec .title .title-icon::before {
	display: none;
}
.about-sec .title .title-icon::after
{
	border-color: #fff;
	opacity: .41;
	width: 212px;
}
.about-sec .title .title-icon
{
	margin: 0;
}
.about-sec .wpb_text_column:not(.about-sub-title) p,
body.home #site-content #about.about-sec .wpb_text_column:not(.about-sub-title) p {					/* *** 17-10-2024 */
	font-size: 17px;
	line-height: 180%;
	color: #fff;
	max-width: 670px;
	text-shadow: 0 5px 12px rgba(0,0,0, .65);
}
.about-sec .title {
	padding-bottom: 10px;
}
.about-sec .about-sub-title p,
body.home #site-content #about.about-sec .about-sub-title p {					/* *** 17-10-2024 */
	font-size: 26px;
	color: #fff;
	line-height: 133%;
	letter-spacing: normal;
	font-family: 'Open-bold';
}						
.about-sec .wpb_text_column {
	margin-bottom: 15px;
}
.about-sec .custom-btn 
{
	margin-top: 28px;
}
.about-sec .vc_column-inner {
	padding: 0 !important;
}
.about-sec {
	padding: 100px 0;
	background-size: 100% 100%;
}
/***************why-choose****************/
.holiday-main a {
	background: #939393;
	display: block;
	width: 352px;
	height: 352px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	z-index: 150;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.holiday-main a:hover
{
	background: #b0cb1f;
}
.holiday-main a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}
.holiday-light-list li .light-icon {
	display: block;
	width:115px;
	height: 115px;
	background-color: transparent;
	position: relative;
	border:2px dotted #B0CB1F;
	font-size: 0;
	border-radius: 100%;
}
.holiday-light-list li .light-icon::after {
	content: '';
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 7px;
	right: 7px;
	display: block;
	background-color: #B0CB1F !important;
	border-radius: 100%;
	background: url(../images/sprite.png) no-repeat;
	background-position: -652px 19px;
	font-size: 0;
}
.holiday-light-list li:nth-child(2) .light-icon
{
	border-color: #FF0000;
}
.holiday-light-list li:nth-child(2) .light-icon::after
{
	background-color: #FF0000 !important;
	background-position: -649px -212px;
}
.holiday-light-list li:nth-child(3) .light-icon
{
	border-color: #A300D9;
}
.holiday-light-list li:nth-child(3) .light-icon::after
{
	background-color: #A300D9 !important;
	background-position: -651px -437px;
}
.holiday-light-list li:nth-child(4) .light-icon
{
	border-color: #00A0E3;
}
.holiday-light-list li:nth-child(4) .light-icon::after
{
	background-color: #00A0E3 !important;
	background-position: -651px -664px;
}
.holiday-light-list li:nth-child(5) .light-icon
{
	border-color: #EF7F1A;
}
.holiday-light-list li:nth-child(5) .light-icon::after
{
	background-color: #EF7F1A !important;
	background-position: -646px -896px;
}
.holiday-light-list li:nth-child(6) .light-icon
{
	border-color: #E5097F;
}
.holiday-light-list li:nth-child(6) .light-icon::after
{
	background-color: #E5097F !important;
	background-position: -651px -1126px;
}
.holiday-light-list li .light-title {
	font-family: 'open-bold';
	font-size: 18px;
	line-height: 120%;
	color: #768714;
}
.holiday-light-list li:nth-child(2) .light-title
{
	color: #FF0000;
}
.holiday-light-list li:nth-child(3) .light-title
{
	color: #A300D9;
}
.holiday-light-list li:nth-child(4) .light-title
{
	color: #009FE3;
}
.holiday-light-list li:nth-child(5) .light-title
{
	color: #ED7F19;
}
.holiday-light-list li:nth-child(6) .light-title
{
	color: #E5087F;
	width: 170px;
}
.holiday-light-list li .light-cont
{
	font-size: 14px;
	font-family: 'open-regular';
	color: #000000;
	line-height: 140%;
}
.holiday-light-list li:nth-child(2n+1) {
	float: left;
	width: 50%;
	margin: 0;
	text-align: right;
	position: relative;
}
.holiday-light-list li:nth-child(2n+2) {
	float: right;
	width: 50%;
	margin: 0;
	position: relative;
	text-align: left;
}
.holiday-light-list li:nth-child(2n+1) span {
	float: right;
	margin-left: 20px;
}
.holiday-light-list li:nth-child(2n+2) span {
	float: left;
	margin-right: 20px;
}
.holiday-main {
	width: 547px;
	height: 457px;
	margin: auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* align-items: center; */
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: url(../images/why-choose-shape.png) no-repeat;
	background-position: top center;
}
.holiday-light-wrap {
	position: relative;
	margin-bottom: 170px !important
}
.holiday-light-list {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
}
.holiday-light-list li:nth-child(1),
.holiday-light-list li:nth-child(2) {
	width: 31.5%;
}
.holiday-light-list li:nth-child(3),
.holiday-light-list li:nth-child(5) {
	clear: both;
}
.holiday-light-list li:nth-child(3), .holiday-light-list li:nth-child(4) {
    width: 36.5%;
    margin-top: 41px;
    margin-bottom: -19px;
}
.holiday-light-list li:nth-child(5), .holiday-light-list li:nth-child(6) {
	width: 46.7%;
	margin-bottom: -24px;
}
.holiday-light-list li:nth-child(2n+1) .light-wrap {
	position: absolute;
	right: 129px;
	width: 250px;
}
.holiday-light-list li:nth-child(2n+2) .light-wrap {
	position: absolute;
	left: 129px;
	width: 300px;
}
.holiday-light-list li:nth-child(2n+2) .light-wrap p
{
	text-align: justify;
}
.holiday-light-list li:nth-child(4) .light-wrap {
	width: 312px;
}
.holiday-light-list li:nth-child(5) .light-wrap
{
	width: 320px;
}
.holiday-light-list li:nth-child(5) .light-wrap, .holiday-light-list li:nth-child(6) .light-wrap {
	top: 100%;
}
/*************************faq**************/
.frequently-ask-sec .vc_toggle .vc_toggle_title h4 {
	font-size: 18px;
	letter-spacing: normal;
	font-family: 'Open-regular';
}
.frequently-ask-sec .vc_toggle:nth-child(4n+1) .vc_toggle_title h4 {
	color: #EF7F1A;
}
.frequently-ask-sec .vc_toggle:nth-child(4n+2) .vc_toggle_title h4 {
	color: #E5097F;
}
.frequently-ask-sec .vc_toggle:nth-child(4n+3) .vc_toggle_title h4 {
	color: #00A0E3;
}
.frequently-ask-sec .vc_toggle:nth-child(4n+4) .vc_toggle_title h4 {
	color: #B0CB1F;
}
.frequently-ask-sec .vc_toggle_title
{
	position: relative;
	padding-left: 0 !important;
}
.frequently-ask-sec .custom-btn, 
.portfolio-sec .custom-btn 
{
	display: block;
	text-align: center;
}
.frequently-ask-sec .vc_toggle_title::after {
	content: '';
	position: absolute;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 12px;
	border: 3px solid aliceblue;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	bottom: 0;
	margin: auto;
}
.frequently-ask-sec .vc_toggle_active .vc_toggle_title:after
{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.vc_toggle_content p {
	line-height: 180%;
	font-size: 16px;
	color: #fff;
	text-align: justify;
}
.frequently-ask-sec .vc_toggle:nth-child(4n+1) .vc_toggle_title:after {
	border-color: #EF7F1A;
}
.frequently-ask-sec .vc_toggle:nth-child(4n+2) .vc_toggle_title:after {
	border-color: #E5097F;
}
.frequently-ask-sec .vc_toggle:nth-child(4n+3) .vc_toggle_title:after {
	border-color: #00A0E3;
}
.frequently-ask-sec .vc_toggle:nth-child(4n+4) .vc_toggle_title:after {
	border-color: #B0CB1F;
}
.frequently-ask-sec .vc_toggle_icon {
	display: none !important;
}
.frequently-ask-sec .vc_toggle .vc_toggle_title h4::before {
	content: '1';
	background-color: #ef7f1a;
	color: #fff;
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 100%;
	line-height: 45px;
	text-align: center;
	font-size: 25px;
	margin-right: 28px;
	vertical-align: sub;
	position: absolute;
	left: -70px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.frequently-ask-sec .main-title {
	color: #fff;
}
.frequently-ask-sec img
{
	margin: 0;
}
.frequently-ask-sec .vc_column_container > .vc_column-inner
{
	padding-left: 0;
}
.frequently-ask-sec .title .title-icon::after, .frequently-ask-sec .title .title-icon::before {
	border-color: #fff;
}
.frequently-ask-sec .vc_toggle_content {
	padding-left: 0 !important;
}
.frequently-ask-sec .vc_toggle {
	margin: 60px 0;
}
.frequently-ask-sec .vc_toggle:nth-child(2) .vc_toggle_title h4::before
{
	content: '2';
	background-color: #E5097F;
}
.frequently-ask-sec .vc_toggle:nth-child(3) .vc_toggle_title h4::before
{
	content: '3';
	background-color: #00A0E3;
}
.frequently-ask-sec .vc_toggle:nth-child(4) .vc_toggle_title h4::before
{
	content: '4';
	background-color: #B0CB1F;
}
.frequently-ask-sec .vc_toggle:nth-child(5) .vc_toggle_title h4::before
{
	content: '5';
	background-color: #ef7f1a;
}
.frequently-ask-sec .vc_toggle:nth-child(6) .vc_toggle_title h4::before
{
	content: '6';
	background-color: #E5097F;
}
.frequently-ask-sec .vc_toggle:nth-child(7) .vc_toggle_title h4::before
{
	content: '7';
	background-color: #00A0E3;
}
.frequently-ask-sec .vc_toggle:nth-child(8) .vc_toggle_title h4::before
{
	content: '8';
	background-color: #B0CB1F;
}
.frequently-ask-sec .vc_row.wpb_row.vc_inner.vc_row-fluid.container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.frequently-ask-sec .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
	padding-left: 55px;
}
.frequently-ask-sec .vc_toggle:nth-child(1) .vc_toggle_title h4,
.frequently-ask-sec .vc_toggle:nth-child(1) .vc_toggle_content
{
	display: block;
	-webkit-transform: translateX(-110px);
	    -ms-transform: translateX(-110px);
	        transform: translateX(-110px);
}
.frequently-ask-sec .vc_toggle:nth-child(2) .vc_toggle_title h4,
.frequently-ask-sec .vc_toggle:nth-child(2) .vc_toggle_content
{
	display: block;
	-webkit-transform: translateX(-40px);
	    -ms-transform: translateX(-40px);
	        transform: translateX(-40px);
}
.frequently-ask-sec .vc_toggle:nth-child(3) .vc_toggle_title h4,
.frequently-ask-sec .vc_toggle:nth-child(3) .vc_toggle_content
{
	display: block;
	-webkit-transform: translateX(-10px);
	    -ms-transform: translateX(-10px);
	        transform: translateX(-10px);
}
.frequently-ask-sec .vc_toggle:nth-child(4) .vc_toggle_title h4,
.frequently-ask-sec .vc_toggle:nth-child(4) .vc_toggle_content
{
	display: block;
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}
.frequently-ask-sec .vc_toggle:nth-child(5) .vc_toggle_title h4,
.frequently-ask-sec .vc_toggle:nth-child(5) .vc_toggle_content
{
	display: block;
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}
.frequently-ask-sec .vc_toggle:nth-child(6) .vc_toggle_title h4,
.frequently-ask-sec .vc_toggle:nth-child(6) .vc_toggle_content
{
	display: block;
	-webkit-transform: translateX(-10px);
	    -ms-transform: translateX(-10px);
	        transform: translateX(-10px);
}
.frequently-ask-sec .vc_toggle:nth-child(7) .vc_toggle_title h4,
.frequently-ask-sec .vc_toggle:nth-child(7) .vc_toggle_content
{
	display: block;
	-webkit-transform: translateX(-40px);
	    -ms-transform: translateX(-40px);
	        transform: translateX(-40px);
}
.frequently-ask-sec .vc_toggle:nth-child(8) .vc_toggle_title h4,
.frequently-ask-sec .vc_toggle:nth-child(8) .vc_toggle_content
{
	display: block;
	-webkit-transform: translateX(-110px);
	    -ms-transform: translateX(-110px);
	        transform: translateX(-110px);
}
/******************/
.customer-review-sec .owl-carousel .owl-dots.disabled, .customer-review-sec .owl-carousel .owl-nav.disabled
{
	display: block;
}
.customer-review-sec .owl-nav .owl-prev, .customer-review-sec .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	background-color: #fff !important;
	border-radius: 100%;
	font-size: 34px !important;
	line-height: 30px !important;
	padding: 0 !important;
	position: absolute;
	left: -40px;
	top: -100px;
	bottom: 0;
	margin: auto 0;
}
.customer-review-sec .owl-nav .owl-next {
	right: -40px;
	left: auto;
}
.customer-review-sec .owl-nav button span {
	position: absolute;
	top: 1px;
	left: 15PX;
	text-align: center;
	line-height: 34px;
}
.customer-review-sec .owl-nav button.owl-next span {
	left: 16px;
}
.type-customers-review {
	margin: 0;
	padding: 0 20px 8px;
	height: 100%;
}
.type-customers-review .customer-box
{
	height: 100%;
}
.customer-review-sec .customer-data {
	margin: 50px 0px 0;
}
.customer-review-sec .container
{
	max-width: 1240px;
}
.customer-review-sec .works-content {
	background-color: #fff;
	font-size: 14px;
	text-align: justify;
	line-height: 180%;
	padding: 18px;
	min-height: 78%;
	-webkit-box-shadow: 0 14px 36px rgba(0,0,0, .08);
	box-shadow: 0 14px 36px rgba(0,0,0, .08);
	position: relative;
	margin-bottom: 30px;
	letter-spacing: inherit;
}
.customer-review-sec .works-content::before {
	content: '';
	background: url(../images/sprite.png) no-repeat;
	position: absolute;
	width: 34px;
	height: 35px;
	top: 100%;
	left: 97px;
	background-position: -399px -650px;
}
.customer-review-sec .works-content::after {
	content: '';
	background: url(../images/sprite.png) no-repeat;
	width: 50px;
	height: 37px;
	position: absolute;
	background-position: 0 -960px;
	bottom: 6px;
	right: 1px;
}
.customer-review-sec .cust-name {
	padding-left: 120px;
	text-align: left;
}
.customer-review-sec .cust-name h5 {
	font-family: 'Open-regular';
	font-size: 18px;
	line-height: 100%;
	color: #000000;
	margin-bottom: 7px;
}
.customer-review-sec .cust-name span {
	font-family: 'Open-regular';
	font-size: 14px;
	color: #000000;
	line-height: 122%;
	display: block;
}
.customer-review-sec .smart-img {
	float: left;
	z-index: 15;
	margin-top: -45px;
	position: relative;
	margin-left: 6px;
}
.customer-review-sec .smart-img .customer-img {
	width: 90px;
	height: 90px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat;
	background-position: -372px -23px;
}
.customer-review-sec .customer-data .owl-item:nth-child(3n+2) .smart-img .customer-img
{
	background-position: -373px -243px;
}
.customer-review-sec .customer-data .owl-item:nth-child(3n+3) .smart-img .customer-img
{
	background-position: -373px -463px;
}
/********************portfolio*******************/
.portfolio-sec {
	padding: 115px 0;
	background: url(../images/our-portfoli.jpg) no-repeat;
	background-size: 100% 100%;
}
.protfolio-data-sec * {
	opacity: 1;
	visibility: visible;
}
.protfolio-data-sec::before {
	content: '';
	position: absolute;
	/* bottom: 0; */
	left: 0;
	right: 0;
	height: 100px;
	background: url(../images/portfolio-shadow.png) no-repeat;
	top: 100%;
	margin: 0 auto;
	background-size: 100% 100%;
	max-width: 630px;
}
.protfolio-data-sec {
	margin-bottom: 120px !important;
}
.owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -55px;
}
.portfolio-sec .owl-dot {
	width: 21px;
	height: 20px;
	padding: 0;
	background: url(../images/sprite-2.png) no-repeat !important;
	background-position: -48px -188px !important;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	margin: 0 4px;
}
.portfolio-sec .owl-dot.active
{
	background-position: 0px -189px !important;
}	
.portfolio-sec .title .main-title
{
	color: #fff;
}
.portfolio-sec .title .title-icon::after, .portfolio-sec .title .title-icon::before
{
	border-color: #fff;
}
.portfolio-sec .owl-nav button span
{
	opacity: 0;
}
.portfolio-sec .owl-prev, .portfolio-sec .owl-next {
	width: 64px !important;
	height: 64px !important;
	background-color: #000 !important;
	border-radius: 100%;
	border: 3px solid rgba(255,255,255,.61) !important;
	background: url(../images/sprite.png) no-repeat #000 !important;
	background-position: -115px -944px !important;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	position: absolute;
	/* top: 0px; */
	top: -100px; /* 12-05-2025 */
	bottom: 0;
	margin: auto 0;
	left: 0;
}
.portfolio-sec .owl-prev:hover,
.portfolio-sec .owl-next:hover
{
	background: url(../images/sprite.png) no-repeat #b00760 !important;
	background-position: -115px -944px !important;
}
.portfolio-sec .owl-next {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	left: auto;
	right: 0;
}
/*********new-slider*******/
.protfolio-data-sec .owl-stage-outer {
	padding-top: 100px;
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
	padding-bottom: 0;
}
.protfolio-data-sec li.our-portfolio {
	margin: 0;
}
.protfolio-data-sec li.our-portfolio * {
	height: 100%;
}
.protfolio-data-sec .center
{
	z-index: 15;
}
.protfolio-data-sec .active.medium
{
	z-index: 13;
}
.protfolio-data-sec .center li.our-portfolio {
	width: 511px;
	margin: -100px -136px 0; /* 12-05-2025 */
	border: 5px solid #B0CB1F;
	border-radius: 2px;
	height: 367px;
}
.protfolio-data-sec .active.medium li.our-portfolio {
	width: 432px;
	margin: -69px -70px 0;
	height: 308px;
}
.protfolio-data-sec .center + .active.medium li.our-portfolio {
    margin: -69px -126px 0; /* 12-05-2025 */
}
.protfolio-data-sec .active.small li.our-portfolio {
	width: 334px;
	margin: -40px 24px 0;
	height: 248px;
}
/* .protfolio-data-sec .center + .active.medium + .active.small li.our-portfolio {
	margin: -40px -120px 0;
} */ /* 12-05-2025 */
.protfolio-data-sec .center + .active.medium + .active.small li.our-portfolio {
    margin: -40px -120px 0;
}
/********************clipa section***********/
.certified-sec .title .main-title {
	padding-bottom: 11px;
}
.cartificate-subtitle {
	text-align: left;
	margin-bottom: 20px;
}
.cartificate-subtitle p {
	font-size: 22px;
	font-family: 'Open-bold';
	letter-spacing: normal;
}
.certificare-contant p {
	font-size: 20px;
	line-height: 180%;
	text-align: justify;
}
.left-part {
	padding-right: 40px;
}
/*************************footer*******************/
footer {
	background: url(../images/footer-bg.png) no-repeat transparent;
	background-size: 100% 100%;
	margin: 0 !important;
	padding: 80px 0 0 !important;
	position: relative;
	overflow: hidden;
	background-color: transparent !important;
	margin-top: -40px !important;
	overflow: hidden;
}
footer::after {
	content: '';
	position: absolute;
	top: 69px;
	height: 172px;
	background: url(../images/footer-shape.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
	right: -80px;
}
footer .section-inner
{
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	display: block;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
footer .footer-top {
	max-width: 1200px;
	margin: auto;
	border-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0 15px;
}
body footer .contact-title {
	font-size: 30px!important;
	font-family: 'Open-regular' !important;
	color: #fff;
}
footer .contact_address a {
	color: #fff;
	font-size: 20px;
	line-height: 100%;
	font-family: 'open-regular';
}
footer .contact_address li {
	margin: 24px 0;
}
footer .contact_address a::before {
	content: '\f095';
	font-family: fontawesome;
	background-color: #B0CB1F;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	vertical-align: baseline;
	margin-right: 22px;
	-webkit-box-shadow: 0 0 11px 5px rgb(176, 203, 31);
	        box-shadow: 0 0 11px 5px rgb(176, 203, 31);
	border: 1px solid #b0cb1f;
	color: #fff;
}
footer .contact_address .contact_email a::before {
	content: '\f0e0';
	font-size: 18px;
	background-color: #E5097F;
	-webkit-box-shadow: 0 0 11px 5px rgb(229, 9, 127);
	        box-shadow: 0 0 11px 5px rgb(229, 9, 127);
	border-color: #E5097F;
}
footer .social-title {
	font-size: 18px;
	font-family: 'open-regular';
	color: #fff;
	padding-bottom: 23px;
	padding-top: 10px;
}
footer ul.footer-social li {
	display: inline-block;
	margin-top: 0;
}
footer .foot-wrap-first {
	width: 35%;
	padding-top: 180px;
}
.footer-top > :nth-child(3) {
	width: 30%;
	padding-top: 111px;
}
.footer-top > :last-child {
	width: 35%;
	position: relative;
}
.copy-cont p {
	text-align: center;
	padding: 25px 15px;
	background-color: #B0CB1F;
	line-height: 100%;
	min-height: 67px;
	font-size: 15px;
	color: #000;
	font-family: open-regular;
	margin-bottom: 0;
}
.copy-cont p a {
	color: #000;
	font-family: open-regular;
}
.copy-cont p a:hover {
	color: #e5097f;
}
/* .foot-last img {
	margin-right: -50px;
} */
.last-data {
	position: absolute;
	bottom: 74px;
	left: 50px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 133%;
	font-style: italic;
	font-family: 'Oswald';
	width: 200px;
	letter-spacing: normal;
	font-weight: bold;
}
.vc_row:not(.smart-slider-sec) {
	margin-left: 0;
	margin-right: 0;
}
.smart-slider-sec .vc_column-inner {
	padding: 0;
}
.customer-review-sec .owl-dots {
	display: none;
}
.vc_btn3-container
{
	margin-bottom: 0;	
}
/*404 page*/
body.error404 #site-header {
	background-color: #100f15;
	padding: 10px 0 !important;
	position: relative;
}
.error404 .content-area {
	padding: 20px 0 100px;
}
.error404 .breadcrumbs {
	display: none;
}
body.error404 .read-more
{
	text-align: center;
}
body.error404 .read-more .button.btn-wrap
{
	padding:  0 65px;
}
body.error404 header.site-header {
	background-color: rgba(0,0,0,.9);
}
html body.error404{
	padding-top:0;
}
html body.error404 .site-content {
	padding: 60px 0;
}
html body.error404 .site-main {
	max-width: 730px;
	margin: 0 auto;
	padding: 0 15px;
}
body #grve-page-title, 
body.error404 #grve-main-content {
	background-color: #fff;
}
html body.error404 small {
	color: #99c624;
	font-family: 'LuzSans-Medium';
	font-size: 245px;
	font-weight: normal;
	letter-spacing: 10px;
	line-height: 120%;
	text-align: center;
	text-shadow: 5px 5px 1px #f2f2f2;
	display: block;
	font-family: 'Open-bold';
}
html body.error404 .site-main h2 {
	color:#535252 !important;
	font-size: 54px;
	line-height: 120%;
	font-family: 'LuzSans-Medium';
	padding: 0 0 15px;
	position: relative;
	text-align: center;
	margin: 0;
}
html body.error404 .site-main h2::before, html body.error404 .site-main h2::after {
	display: none;
}
.error404 .grve-subtitle {
	font-size: 20px;
	text-align: center;
}
html body.error404 .grve-element.main-btn {
	text-align: center;
	margin: 15px 0 60px;
}
html body.error404 .grve-element.main-btn > .vc_btn3 {
	max-width: 130px;
}
/*404 page close*/
/************reuqest-Quote******/
.banner_inner_text {
	position: absolute;
	top: 10px;
}
.top-lamp, .bottom-lamp {
	position: relative;
}
.top-lamp::after, .bottom-lamp::after {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 76%;
	background: url(../images/sprite-2.png) no-repeat;
	background-position: -186px -99px;
	right: -27px;
}
.bottom-lamp::after
{
	background-position: -260px -95px;
	right: -39px;
	bottom: 10px;
}
.quote-section > div {
	max-width: 1200px;
	margin: auto;
	width: 100%;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
}
.quote-section {
	background: url(../images/get-aQuote-bg.png);
	padding: 160px 0 100px;
	margin-top: -70px;
	z-index: 15;
	position: relative;
	background-size: 100% 100%;
}
/*.breadcrumbs + #site-content {
	overflow: visible;
}*/
.breadcrumbs {
	position: relative;
	z-index: 16;
}
.breadcrumbs {
	position: relative;
	z-index: 16;
	-webkit-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	        transform: translateY(3px);
}
.breadcrumb li a {
	color: #262443;
    font-family: 'Actor';
	font-size: 18px;
}
.current {
	color: #F00 !important;
}
.breadcrumb li {
	float: left;
	font-family: 'Actor';
	font-size: 18px;
	font-size: 18px;
	margin: 0;
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
	letter-spacing: normal;
}
.breadcrumb li:not(:last-child)::after {
	width: 8px;
	height: 8px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -4px;
	border: 2px solid #262443;
	border-bottom: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin: auto 0;
}
.form-submit {
	text-align: center;
}
.quote-section form .form-name input, .quote-section form .form-address input, .quote-section .message textarea {
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border: 1px solid #999999;
	-webkit-box-shadow: 0 14px 36px rgba(0,0,0, .08);
	        box-shadow: 0 14px 36px rgba(0,0,0, .08);
}
.quote-section form input.wpcf7-not-valid,
.quote-section form textarea.wpcf7-not-valid,
.color-chkbox.wpcf7-not-valid input {
	border: 1px solid red !important;
}
.quote-section .message textarea {
	height: 110px;
	line-height: 140%;
}
.form-name > div, .form-address > div {
	float: left;
	width: 50%;
	padding: 0 15px 30px;
}
form .label-wrap {
	font-size: 22px;
	color: #262443;
	padding-bottom: 5px;
	display: block;
	font-family: 'Poppins-regular';
	font-weight: 600;
	letter-spacing: normal;
}
form .wpcf7-list-item-label {
	font-size: 18px;
	font-family: 'Open-regular';
	color: #333333;
	letter-spacing: normal;
}
form input[type="checkbox"] {
	height: 22px;
	width: 22px;
	border-radius: 3px;
	border: 1px solid #999;
	-webkit-box-shadow: 0 7px 18px rgba(0,0,0,.16);
	        box-shadow: 0 7px 18px rgba(0,0,0,.16);
	vertical-align: top;
}
form input[type="checkbox"]:checked::before {
	margin: 1px;
}
.decoration-chkbox > span, .budget-radio .wpcf7-radio > span {
	width: 27%;
	/* margin: 0; */
	margin: 0 0 26px;
	float: left;
	position: relative;
}
.form-decoration .form-in-wrap span.label-wrap {
	padding: 16px 0 15px;
	display: block;
}
.form-budget .label-wrap
{
	padding: 0px 0 15px;
	display: block;	
}
.decoration-chkbox,
.budget-radio .wpcf7-radio  {
	display: inline-block;
	width: 100%;
}
.res-budget {
	display: block;
	font-size: 18px;
	font-family: 'Open-bold';
	color: #f00;
	letter-spacing: normal;
	padding-bottom: 20px;
	margin-top: -10px;
}
.form-budget .label-wrap span {
	font-weight: normal;
	font-family: 'Open-regular';
	margin-left: -7px;
}
.form-budget .label-wrap span em {
	font-family: 'open-bold';
	margin-right: 4px;
}
#g-recaptcha-THOPVOOXsRMBniE > div {
	margin: 30px auto 30px;
}
.form-name,
.form-address {
	display: inline-block;
	width: 100%;
	margin: 0 -15px;
}
.color-chkbox > span {
	margin: 0;
	margin-right: 30px;
}
.color-chkbox .wpcf7-list-item-label::before {
	content: '';
	width: 53px;
	display: inline-block;
	height: 47px;
	background: url(../images/sprite-2.png) no-repeat;
}
.contact_phone.mobile-show {
	display: none;
}
.color-chkbox .wpcf7-list-item  .wpcf7-list-item-label::before {
	content: '';
	width: 67px;
	display: inline-block;
	height: 47px;
	background: url(../images/sprite-2.png) no-repeat;
	background-position: 2px 0;
	vertical-align: middle;
	margin-top: -9px;
}
.color-chkbox .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
	background-position: -99px 0;
}
.color-chkbox .wpcf7-list-item:nth-child(3)  .wpcf7-list-item-label::before {
	background-position: -195px 0;
}
.color-chkbox .wpcf7-list-item:nth-child(4)  .wpcf7-list-item-label::before {
	background-position: -285px 0;
}
.form-color .label-wrap {
	padding-bottom: 25px;
}
.wpcf7-form-control-wrap.address {
	position: relative;
	display: block;
}
.address_geo_autocomplete-713
{
	position: relative;
}
.form-address > div:last-child > span:last-child::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 100%;
	bottom: 0;
	right: 0;
	background: url(../images/sprite-2.png) no-repeat;
	background-position: -101px -99px;
}
.form-address > div:last-child > span:last-child input:placeholder
{
	opacity: 0;
}
.form-message + p + div > div {
	margin: auto;
	margin: 30px auto 25px;
}
.form-message + p + div + span {
	text-align: center;
	-webkit-transform: translateY(-24px);
	    -ms-transform: translateY(-24px);
	        transform: translateY(-24px);
	display: block;
	font-size: 15px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid red;
	text-align: center;
	padding: 6px;
	max-width: 550px;
	margin: 25px auto 0;
	background: rgba(255,255,255, .5);
	position: absolute;
	left: 0;
	right: 0;
	top: 99%;
}
div.wpcf7-mail-sent-ok {
	text-align: center;
	padding: 10px;
	max-width: 550px;
	margin: 25px auto 0;
	background: rgba(255,255,255, .5);
	color: green;
	position: absolute;
	left: 0;
	right: 0;
	top: 99%;
}
.wpcf7-not-valid-tip {
	font-size: 15px !important;
	letter-spacing: normal;
	padding-top: 5px;
	font-family: 'Open-regular';
}
form .wpcf7-not-valid-tip {
	position: absolute;
	width: 100%;
	max-width: 100%;
	left: 0;
	right: 0;
	top: 100%;
	padding: 0;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}
input.wpcf7-not-valid {
	border: 1px solid red;
	display: block;
}
.inner_banner_page img {
	height: 525px;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}
.hang-christmas {
	color: #fff;
	font-size: 50px;
	letter-spacing: normal;
	max-width: 550px;
	margin-bottom: 10px;
}
.banner-service {
	max-width: 560px;
	font-size: 26px;
	color: #fff;
	font-family: 'Poppins-regular';
	letter-spacing: normal;
	text-shadow: 0 6px 4px rgba(0,0,0, .64);
	line-height: 133%;
	margin-bottom: 0;
	display: block;
}
.banner_inner_text {
	position: absolute;
	top: 168px;
	max-width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	padding: 0 15px;
}
#banner-scroll {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}
/*-top-btn*******/
.top-btn {
	width: 45px;
	height: 45px;
	position: fixed;
	right: 0;
	background-color: #e5097f;
	bottom: 25px;
	right: 25px;
	z-index: 10;
	border-radius: 100%;
}
.top-btn:hover
{
	background-color: #000;
}
.top-btn::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-bottom: 0;
	border-left: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	top: 4px;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.form-wrap.g-captcha > div > div {
	margin: 20px auto 0;
}
.form-wrap.g-captcha .wpcf7-not-valid-tip {
	text-align: center;
	top: -19px;
}
.form-wrap.g-captcha.error-cap > div > div {
	border: 1px solid red;
	border-radius: 4px;
}
form .form-budget .wpcf7-list-item-label {
	position: relative;
}
form .form-budget .wpcf7-list-item-label::before {
	content: '';
	width: 22px;
	height: 22px;
	background-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 1px solid #999;
	-webkit-box-shadow: 0 7px 18px rgba(0,0,0,.16);
	        box-shadow: 0 7px 18px rgba(0,0,0,.16);
	border-radius: 100%;
	vertical-align: sub;
	margin-right: 14px;
	pointer-events: none;
}
form .form-budget input {
	position: absolute;
	left: 0;
	z-index: 15;
	top: 3px;
	opacity: 0;
}
form .form-budget input:checked ~ .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #999;
	border-radius: 100%;
	left: 5px;
	margin: auto;
	pointer-events: none;
} 
input#adress-field::-webkit-input-placeholder {
	opacity: 0;
} 
input#adress-field::-moz-placeholder {
	opacity: 0;
} 
input#adress-field:-ms-input-placeholder {
	opacity: 0;
} 
input#adress-field::-ms-input-placeholder {
	opacity: 0;
} 
input#adress-field::placeholder {
	opacity: 0;
}
.banner_inner_text::after {
	content: '';
	position: absolute;
	top: -40px;
	bottom: 0;
	left: 110px;
	width: 400px;
	background: url(../images/banner-text-bg.png) no-repeat;
	z-index: -1;
	pointer-events: none;
	background-size: 230px auto;
	opacity: .5;
}
/*****************review-section******************/
.customer-review-sec .customer-data {
	display: inline-block;
	margin: auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.customer-review-sec .owl-carousel .owl-stage
{
	display: flex;
	height: 100%;
}
/* <g-24-06-2024> */
.form-light .light-chkbox > span {
	max-width: 330px;
	margin: 0;
	width: 100%;
}
.form-light .light-chkbox span .wpcf7-list-item-label::before, .form-light .light-chkbox span .wpcf7-list-item-label::after {
	display: none;
}
.form-light .light-chkbox > span .wpcf7-list-item-label {
	padding-left: 15px;
}
form .form-light .label-wrap {
	padding-bottom: 15px;
}
.main-form .form-light {
	padding-bottom: 38px;
}
form .light-chkbox.wpcf7-not-valid input[type="checkbox"] {
	border-color: red;
}
/* <g-24-06-2024> */
/*
    font-family: 'Oswald';
    font-family: 'Great Vibes';
    font-family: 'Actor';
    font-family: 'Myriad-Pro';
    font-family: 'Poppins-regular';
    font-family: 'Open-regular';
    font-family: 'Open-bold';
	font-family: 'Satisfy' !important;
*/
/*25-06-2024 PV*/
.permanent-rgb-lighting-page #site-content .entry-data > div > .wpb_column > .vc_column-inner {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.permanent-rgb-lighting-page div#why-choose .container,
.permanent-rgb-lighting-page div#about .container,
.permanent-rgb-lighting-page div#our-benefits .container {
    max-width: 100%;
    padding: 0;
}
.permanent-rgb-lighting-page .post-inner.thin .entry-data .banner-section {
    height: 935px;
    width: 100%;
}
.permanent-rgb-lighting-page .post-inner.thin .entry-data .banner-section,
.permanent-rgb-lighting-page div#how-it-works-section,
.permanent-rgb-lighting-page div#about,.permanent-rgb-lighting-page div#invisible-in-day-section{
	background-repeat: no-repeat;
	background-size: cover;
}
.permanent-rgb-lighting-page .post-inner.thin .entry-data .banner-section .wpb_text_column.wpb_content_element:nth-child(1) .wpb_wrapper > p {
    font-family: Great Vibes,sans-serif;
    font-size: 90px;
    color: #FFF;
    text-align: center;
    line-height: 120%;
}
.permanent-rgb-lighting-page .post-inner.thin .entry-data .banner-section .wpb_text_column.wpb_content_element:nth-child(2) .wpb_wrapper > p {
	font-family: 'Poppins',sans-serif;
	color: #FFF;
	font-weight: 400;
	font-size: 33px;
	text-align: center;
	line-height: 150%;
	padding: 0;
	margin: 0 auto;
	max-width: 560px;
}
.permanent-rgb-lighting-page .banner-section-wrap {
    padding: 438px 0 0;
}
/* <g-03-07-2024> */
.permanent-rgb-lighting-page .post-inner.thin .entry-data .banner-section a, div#new-portfolio-section button, .permanent-rgb-lighting-page .certified-sec #new-portfolio-section a {
    display: inline-block;
    padding: 0 22.21px;
    border-radius: 100px;
    font-size: 20px;
    font-family: 'Myriad-Pro';
    height: 60px;
    line-height: 60px;
    border: 1px solid transparent;
    color: #fff;
    background: rgb(42,244,154);
    background: linear-gradient(90deg, rgba(42,244,154,1) 00000014%, rgba(1,160,252,1) 99%);
    letter-spacing: normal;
    text-decoration: none !important;
    margin-top: 45px;
}
.permanent-rgb-lighting-page .certified-sec #new-portfolio-section a {
	font-weight: 600;
}
.permanent-rgb-lighting-page .post-inner.thin .entry-data .banner-section a:hover,  .permanent-rgb-lighting-page div#new-portfolio-section button:hover,
body.permanent-rgb-lighting-page div#new-portfolio-section .owl-dots button.owl-dot, .permanent-rgb-lighting-page .certified-sec #new-portfolio-section a:hover {
    color: #333;
    background: #FFF;
}
/* <g-03-07-2024> */
body.permanent-rgb-lighting-page div#new-portfolio-section .owl-dots button.owl-dot:hover,body.permanent-rgb-lighting-page div#new-portfolio-section .owl-dots button.owl-dot.active{
	background: rgb(42,244,154);
    background: linear-gradient(90deg, rgba(42,244,154,1) 00000014%, rgba(1,160,252,1) 99%);
}
.permanent-rgb-lighting-page .post-inner.thin .entry-data .banner-section .wpb_wrapper {
    text-align: center;
}
/* <g-26-06-2024> */
.permanent-rgb-lighting-page div#how-it-works-section {
	margin-top: -35px;
	padding-top: 125px;
	padding-bottom: 88px;
	margin-bottom: 0;
	z-index: 2;
	position: relative;
}
/* <g-26-06-2024> */
.permanent-rgb-lighting-page .how-it-works-section-wrap1 .wpb_text_column .wpb_wrapper p {
    color: #FFF;
    font-size: 22px;
    line-height: 150%;
    font-family: 'Actor',sans-serif;
    text-align: center;
    padding: 0 175px 0px;
}
/*section title */
.permanent-rgb-lighting-page .how-it-works-section-wrap1 .wpb_text_column.wpb_content_element:last-child p,
.permanent-rgb-lighting-page div#why-choose .why-choose-title .wpb_text_column p,
.permanent-rgb-lighting-page div#about .about-sub-title p, .permanent-rgb-lighting-page .our-benefits-title .about-sub-title .wpb_wrapper p,
.permanent-rgb-lighting-page div#invisible-in-day-section .about-sub-title p,
.permanent-rgb-lighting-page div#certified-inst .about-sub-title p {
    font-size: 60px;
    line-height: 120%;
    font-family: 'Satisfy';
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 16px;
}
.permanent-rgb-lighting-page div#how-it-works-section .how-it-works-section-wrap1 .wpb_text_column.wpb_content_element:last-child p:after, 
.permanent-rgb-lighting-page div#why-choose .why-choose-title .wpb_text_column p:after,
.permanent-rgb-lighting-page div#about .about-sub-title p:after,.permanent-rgb-lighting-page .our-benefits-title .about-sub-title .wpb_wrapper p:after,
.permanent-rgb-lighting-page div#invisible-in-day-section .about-sub-title p:after,
.permanent-rgb-lighting-page div#certified-inst .about-sub-title p:after{
    content: '';
    position: absolute;
    background-image: url(../images/title-bottom-icon.png);
    background-repeat: no-repeat;
    width: 363px;
    height: 23px;
    margin: 0 auto;
    bottom: -15px;
    left: 0;
    right: 0;
}
.permanent-rgb-lighting-page .how-it-works-section-wrap2 .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {
    padding: 0;
}
.permanent-rgb-lighting-page .how-it-works-section-wrap2 .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
}
.permanent-rgb-lighting-page .how-it-works-section-wrap2 .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner .wpb_wrapper p,
.permanent-rgb-lighting-page div#about .about-sec-sub-title p,
.permanent-rgb-lighting-page div#invisible-in-day-section .about-sec-sub-title p {
    color: #fff;
    text-align: center;
}
.permanent-rgb-lighting-page .how-it-works-section-wrap2 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column:nth-child(2) .wpb_wrapper p,
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element:nth-child(2) p,
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li span.list-title, .permanent-rgb-lighting-page div#about .about-sec-sub-title p,
.permanent-rgb-lighting-page div#our-benefits ul li p,.permanent-rgb-lighting-page div#invisible-in-day-section .about-sec-sub-title p {
    margin: 0;
    font-size: 22px;
    font-family: 'Actor';
    line-height: 120%;
    color: #fff;
    font-weight: 400;
}
.permanent-rgb-lighting-page .post-inner.thin .entry-data .banner-section .wpb_text_column.wpb_content_element {
    margin: 0;
}
.permanent-rgb-lighting-page .how-it-works-section-wrap2 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column:nth-child(2) {
    margin-bottom: 29px;
}
.permanent-rgb-lighting-page .how-it-works-section-wrap2 .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner .wpb_wrapper p,
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper p  {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Actor',sans-serif;
}
.permanent-rgb-lighting-page .how-it-works-section-wrap2 .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-child(3) {
    padding: 0 62px;
}
.permanent-rgb-lighting-page .how-it-works-section-wrap1 .wpb_column .wpb_text_column.wpb_content_element {
    margin: 0;
}
.permanent-rgb-lighting-page .how-it-works-section-wrap1 .wpb_text_column.wpb_content_element:last-child p {
    margin-top: 54px;
    margin-bottom: 94px;
}
.permanent-rgb-lighting-page div#why-choose {
	padding-top: 154px;
	margin-top: -33px;
	/* z-index: -1; */
	/* position: sticky; */
	padding-bottom: 72px;
}
/* body.permanent-rgb-lighting-page.page-template-default.page .breadcrumbs {
    display: none;
} */
.permanent-rgb-lighting-page div#why-choose .wpb_text_column.wpb_content_element:last-child p {
    color: #fff;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li > div {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #333;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li span.list-title {
    padding-bottom: 12px;
    display: block;
}
.permanent-rgb-lighting-page div#why-choose p img.alignnone.size-full {
    margin: 44px 0 0;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li p br {
    display: none;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li p {
    padding-left: 20px;
    font-size: 18px;
    font-family: actor,sans-serif;
    line-height: 150%;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li:nth-child(1) {
    margin-left: -158px;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li:nth-child(2) {
    margin-left: -15px;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li:nth-child(3), .permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li:nth-child(4) {
    margin-left: 65px;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li:nth-child(5) {
    margin-left: -25px;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li:nth-child(6) {
    margin-left: -175px;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li img{
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 0 52px;
}
.permanent-rgb-lighting-page div#about {
    margin-top: -30px;
    padding-bottom: 136px;
    padding-top: 140px;
    margin-bottom: -20px;
}
.breadcrumb li a:hover {
	color: #00a0e3;
}
.permanent-rgb-lighting-page div#about .vc_row.wpb_row.vc_inner.vc_row-fluid.container .wpb_wrapper p{
}
.permanent-rgb-lighting-page div#about .vc_column-inner {
    padding: 0;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: #111;
    border: 1px solid #333;
    border-radius: 15px;
    text-align: center;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure {
    width: 100%;
    height: 100%;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
    width: 100%;
    height: 287px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper img.vc_single_image-img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper p {
    color: #fff;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element:nth-child(2) {
    margin-bottom: 0;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 22px;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element:nth-child(2) {
    margin-bottom: 17px;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper p {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
}
.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element:nth-child(3) {
    margin-bottom: 0;
    padding: 0 25px 31px;
}
.permanent-rgb-lighting-page div#about div > .vc_column-inner> .wpb_wrapper > .vc_row-fluid:last-child{
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(3, 1fr);
}
.permanent-rgb-lighting-page div#about div > .vc_column-inner> .wpb_wrapper > .vc_row-fluid:last-child > .wpb_column {
    width: 100%;
}
.permanent-rgb-lighting-page div#about div > .vc_column-inner> .wpb_wrapper > .vc_row-fluid:last-child:last-child:before{
	display: none;
}
.permanent-rgb-lighting-page .why-choose .vc_column-inner {
    padding: 0;
}
.permanent-rgb-lighting-page div#about .about-sec-sub-title {
    margin: 54px 0 52px;
}
.permanent-rgb-lighting-page div#our-benefits ul li {
    margin: 0;
}
.permanent-rgb-lighting-page div#our-benefits .wpb_wrapper {
    /* position: relative; */
}
.permanent-rgb-lighting-page div#our-benefits ul {
	position: absolute;
	top: 130px;
	display: flex;
	grid-template-columns: repeat(2,1fr);
	flex-wrap: wrap;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: auto;
}
.permanent-rgb-lighting-page div#our-benefits {
	position: relative;
	padding-bottom: 231px;
	padding-top: 146px;
}
/* <g-03-07-2024> */
.permanent-rgb-lighting-page div#our-benefits ul li {
	margin: 0;
	display: flex;
	align-items: center;
	width: 32%;
	align-content: center;
	margin-top: 118px;
}
/* <g-03-07-2024> */
.permanent-rgb-lighting-page div#our-benefits ul li:nth-child(1),
.permanent-rgb-lighting-page div#our-benefits ul li:nth-child(2) {
    margin-top: 0;
}
body.permanent-rgb-lighting-page div#our-benefits ul li:last-child {
    flex-direction: column;
    margin-top: 5px;
}
.permanent-rgb-lighting-page div#our-benefits ul li div {
    height: 100px;
    min-width: 100px;
}
.permanent-rgb-lighting-page div#our-benefits ul li p {
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	line-height: 150%;
}
.permanent-rgb-lighting-page div#our-benefits ul li:nth-child(2n + 1) {
    flex-direction: row-reverse;
}
.permanent-rgb-lighting-page div#our-benefits ul li div img {
    margin: 0;
}
.permanent-rgb-lighting-page div#our-benefits ul li:nth-child(2n + 0) {
    margin-left: 362px;
}
.permanent-rgb-lighting-page div#our-benefits ul li:nth-child(2n+1) p {
	text-align: right;
	padding-left: 34px;
}
.permanent-rgb-lighting-page div#our-benefits ul li:first-child p {
	max-width: 250px;
}
.permanent-rgb-lighting-page div#our-benefits ul li:nth-child(2n + 2) p {
    padding-right: 68px;
}
body.permanent-rgb-lighting-page div#our-benefits ul li:last-child > p {
    text-align: center;
    padding: 23px 77px 0;
}
.permanent-rgb-lighting-page div#our-benefits ul li:nth-child(1) {
    margin-right: 50px;
}
/* <g-26-06-2024> */
.permanent-rgb-lighting-page div#invisible-in-day-section {
	padding-top: 115px;
	/* padding-bottom: 53px; */
	/* height: 1180px; */
}
/* <g-26-06-2024> */
.permanent-rgb-lighting-page div#invisible-in-day-section .about-sec-sub-title p {
    padding: 0 190px;
}
.permanent-rgb-lighting-page div#invisible-in-day-section-wrap p {
    color: #fff;
    font-size: 26px;
    line-height: 67px;
    max-width: 210px;
    border-radius: 4px;
    background: #000;
    text-align: center;
}
.permanent-rgb-lighting-page div#invisible-in-day-section-wrap {
    margin-top: 382px;
}
.permanent-rgb-lighting-page div#invisible-in-day-section-wrap .wpb_column:first-child p {
    color: #000;
    background: #FFF;
    text-align: center!important;
    float: right;
    width: 100%;
}
.permanent-rgb-lighting-page div#invisible-in-day-section-wrap .wpb_column:first-child .wpb_text_column {
    float: right;
    width: 210px;
    margin-right: 38px;
}
.permanent-rgb-lighting-page div#invisible-in-day-section-wrap .wpb_column:last-child .wpb_text_column {
    margin-left: 38px;
}
.permanent-rgb-lighting-page div#invisible-in-day-section-wrap .wpb_column .vc_column-inner {
    padding: 0;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage {
    min-height: 460px;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item.active.small, 
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item.active.small img {
    max-height: 200px;
    overflow: hidden;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec .owl-item.active {
    opacity: 1;
    margin-top: 130px;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item.active.center.big {
    height: 460px;
    min-width: 686px!important;
    border: 3px solid #E5097F;
    border-radius: 4px;
    margin-top: 0;
    margin-left: -315px;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec .owl-item.active + .active {
    margin-top: 80px;
    margin-left: -147px;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec .owl-item.active.medium, 
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec .owl-item.active.medium img {
    min-width: 300px;
    min-height: 300px;
    max-height: 300px;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec .active.center.big + .owl-item.active.medium {
    margin-left:-315px;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item.active.medium + .owl-item.active.small {
    margin-left: -145px;
    margin-top: 130px;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item li {
    margin: 0;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item li {
    margin: 0;
    height: 100%;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item li .portfolio-box ,
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item li .smart-img {
    height: inherit;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item.active.small {
    height: 200px;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage .owl-item.active.medium {
    height: 300px;
    min-width: 451px!important;
    display: block;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-nav.disabled, div#new-portfolio-section .owl-dots.disabled {
    display: block;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec.owl-carousel .owl-nav button {
    margin: 0;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec.owl-carousel .owl-nav button {
    margin: 0;
    width: 50px;
    height: 50px;
    position: relative;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec.owl-carousel .owl-nav button.owl-prev {
    margin-left: -50px;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec.owl-carousel .owl-nav button.owl-next {
    margin-right: -50px;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-stage-outer {
    padding-top: 0px;
}
.permanent-rgb-lighting-page div#certified-inst.permanent-our-portfolio .about-sub-title {
    margin-bottom: 65px;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-dots.disabled {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    margin-left: 12px;
}
.permanent-rgb-lighting-page div#new-portfolio-section .owl-dots button.owl-dot.active {
    width: 14px;
    height: 14px;
}
div#new-portfolio-section ul.protfolio-data-sec.owl-carousel .owl-nav button span {
    /*content: '';*/
    position: absolute;
    background-image: url(../images/slider-btn-arrow.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-size: 0;
}
div#new-portfolio-section ul.protfolio-data-sec.owl-carousel .owl-nav button.owl-next span {
    transform: rotate(175deg);
}
div#new-portfolio-section button{
	margin-top: 0;
}
div#new-portfolio-section .owl-dots button.owl-dot:first-child{
	margin-left: 0;
}
div#new-portfolio-section .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
div#new-portfolio-section ul.protfolio-data-sec.owl-carousel {
    margin-bottom: 133px!important;
}
div#new-portfolio-section ul.protfolio-data-sec.owl-carousel .owl-dots {
    bottom: -73px;
}
/*div#new-portfolio-section ul.protfolio-data-sec.owl-carousel .owl-nav button span {
    font-size: 0;
    position: relative;
    border: 0px solid transparent;
    border-right-color: #000;
    border-width: 7px;
    width: 15px;
    height: 14px;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}*/
/*25-06-2024 PV*/
/* <g-26-06-2024> */
.permanent-rgb-lighting-page div#why-choose::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	pointer-events: none;
	opacity: 0.6;
}
.permanent-rgb-lighting-page div#why-choose, .permanent-rgb-lighting-page div#invisible-in-day-section {
	position: relative;
}
.permanent-rgb-lighting-page div#why-choose > .wpb_column {
	z-index: 2;
}
.permanent-rgb-lighting-page #certified-inst::before {
	content: "";
	height: 100%;
	top: 0;
	bottom: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	pointer-events: none;background: #444444;
	opacity: 0.8;
	width: 100%;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec .owl-stage-outer {
	max-width: 1200px;
	margin: 0 auto;
	transform: none;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec .owl-item {
	opacity: 0;
}
.permanent-rgb-lighting-page div#new-portfolio-section ul.protfolio-data-sec .owl-item.active,
.permanent-rgb-lighting-page div#new-portfolio-section .lazyload, .permanent-rgb-lighting-page div#new-portfolio-section .lazyloading {
	opacity: 1;
}
.permanent-rgb-lighting-page div#about {
	z-index: 2;
	position: relative;
	background-position: center center; 
}
.permanent-rgb-lighting-page div#our-benefits {
	margin-top: -35px;
}
.permanent-rgb-lighting-page div#invisible-in-day-section .about-sec-sub-title p {
	padding: 0;
	max-width: 900px;
	margin: 0 auto;
}
.permanent-rgb-lighting-page .banner-section .pol-text p {
	position: relative;
	display: inline;
}
.permanent-rgb-lighting-page div#invisible-in-day-section {
	background-position: center center;
}
.permanent-rgb-lighting-page .banner-section .pol-text p::before, .permanent-rgb-lighting-page .banner-section .pol-text p::after {
	content: "";
	position: absolute;
	width: 37px;
	height: 48px;
	top: -30px;
	bottom: auto;
	left: 93px;
	right: auto;
	background: url(../images/text-icons.png) no-repeat;
}
.permanent-rgb-lighting-page .banner-section .pol-text p::after {
	background-position: right;
	top: auto;
	bottom: -65px;
	left: auto;
	right: 50px;
}
.permanent-rgb-lighting-page .invisible-in-day-section.day-night-section {
	min-height: 786px;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
}
.permanent-rgb-lighting-page .invisible-in-day-section.day-night-section .invisible-in-day-section-wrap p {
	border-radius: 10px;
	background-color: #ffffff;
	font-size: 26px;
	line-height: 67px;
	color: #000000;
	font-weight: 400;
	font-family: "Actor";
	text-align: center !important;
	max-width: 210px;
	margin: 0 auto 0 0;
}
.permanent-rgb-lighting-page .day-night-section .invisible-in-day-section-wrap .vc_column-inner {
	padding: 0;
}
.permanent-rgb-lighting-page .invisible-in-day-section-wrap .vc_column-inner .wpb_content_element {
	margin: 0;
}
.permanent-rgb-lighting-page .invisible-in-day-section.day-night-section .invisible-in-day-section-wrap {
	max-width: 502px;
	margin: 0 auto;
}
.permanent-rgb-lighting-page .invisible-in-day-section.day-night-section .invisible-in-day-section-wrap .night-part p {
	background: #000;
	color: #fff;
	margin: 0 0 0 auto;
}
.permanent-rgb-lighting-page div#invisible-in-day-section .about-sec-sub-title {
	margin: 0;
	padding: 15px 0 52px;
}
.permanent-rgb-lighting-page .protfolio-data-sec::before {
	display: none;
}
.permanent-rgb-lighting-page div#why-choose .why-choose-title {
	padding-bottom: 38px;
}
.permanent-rgb-lighting-page .vc_column_container > .vc_column-inner {
	padding: 0;
}
.quote-section .message textarea {
	resize: none;
}
header .sub-menu a:hover, header .sub-menu li.current-menu-item a {
	color: #97c624;
}
.permanent-rgb-lighting-page .certified-sec {
	padding: 112px 15px 120px;
}
.permanent-rgb-lighting-page .why-choose-list.wpb_column .wpb_wrapper ul li img {
    margin: 0;
}
/* <g-26-06-2024> */
/* 14-10-2024P Css Start */
.frequently-ask-sec .custom-btn > .vc_general.vc_btn3:hover {
    color: #fff !important;
}
.about-sec .custom-btn > .vc_general.vc_btn3:hover  {
   background-color: #fff !important;
}
#contact-form form.wpcf7-form .wpcf7-validation-errors {
    color: red;
    max-width: 100%;
}
#contact-form form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    max-width: 100%;
    margin-top: 25px;
}
.privacy-policy figure.featured-media .featured-media-inner.section-inner {
    width: 100%;
    max-width: 100%;
}
.privacy-policy figure.featured-media .featured-media-inner.section-inner > img{
	width: 100%;
}
.single-how-it-works header#site-header {
    background: #000;
}
.single-how-it-works .how-it-works {
    padding-top: 100px;
}
.single-how-it-works .how-it-works .post-inner.thin {
    padding: 0 15px;
}
/* 14-10-2024P Css End */
/* 16-10-2024P Css */
.privacy-policy .post-inner.thin .wpb_wrapper > p > a:hover{
    color: #ADCA20;
}
.home main#site-content .post-inner #main-header .vc_column-inner{
	max-width: 100%;
}
.permanent-rgb-lighting-page .post-inner .banner-section-wrap .wpb_wrapper .vc_btn3-container.vc_btn3-inline {
    width: 100%;
}
.permanent-rgb-lighting-page:not(.home) #site-content #how-it-works {
    margin-top: -35px;
    padding-top: 120px;
    padding-bottom: 24px;
    background-repeat: no-repeat;
    background-size: cover;
}
.home .how-word-sec .works-data .smart-box .work-title a:hover {
    color: #ADCA20;
}
.home #certified-inst::before,
.home div#why-choose::before{
	display: none;
}
.home #about,
.home #why-choose,
.home #faq .wpb_wrapper,
.home #our-portfolio{
    padding-left: 15px;
    padding-right: 15px;
}
.home .customer-review-sec .owl-nav button:hover {
    background: linear-gradient(to right, #79bf2b 0%, #b0cb1f 100%) !important;
}
.home .customer-review-sec .owl-nav button:hover span {
    color: #fff;
}
.how-it-works-template-default .how-it-works nav.pagination-single.section-inner {
    padding-bottom: 80px;
}
header#site-header .primary-menu-wrapper .primary-menu > li.focus > a{
	color: #ADCA20 !important;
}
/* start *** 17-10-2024 */
body .mobile-menu .sub-menu .ancestor-wrapper.current-menu-item a {
	color: #ADCA20;
}
body.permanent-rgb-lighting-page.page-template-default.page.page-id-91 .breadcrumbs {
	display: block;
}
body.home.permanent-rgb-lighting-page #site-content div#about .vc_row-fluid {
	display: block;
}
body.home.permanent-rgb-lighting-page #site-content div#about .vc_row-fluid .wpb_wrapper {
	background: unset;
	text-align: unset;
	border: unset;
	border-radius: unset;
}
body.home.permanent-rgb-lighting-page #site-content div#about .vc_row-fluid .wpb_wrapper p {
	text-align: left;
}
body.home.permanent-rgb-lighting-page div#about .vc_row-fluid:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element:nth-child(3){
	padding: 0;
	margin-bottom: 15px;
}
body.home #site-content #about.about-sec .about-sub-title p {
	padding-bottom: 0;
}
.home.permanent-rgb-lighting-page div#about > .vc_col-sm-12 > .vc_column-inner {
	max-width: 1170px;
}
body.home #site-content #about.about-sec .wpb_text_column:not(.about-sub-title) p {
	font-family: 'Open-regular';
}
/* end *** 17-10-2024 */
/* 31-12-2024 */
body.home footer#contact-us, body.permanent-rgb-lighting-page footer#contact-us {
    margin-top: -60px!important;
    z-index: 99;
}
body.page-id-91 footer#contact-us {
    margin-top: -100px!important;
}
@media (max-width: 767px){
	.top-btn {
		bottom: 90px;
	}
}
.protfolio-data-sec .owl-nav[bis_skin_checked="1"],
.protfolio-data-sec .owl-dots[bis_skin_checked="1"] {
    display: none!important;
}
@media (min-width: 1000px){
	.widget-content a img {
		margin-top: 0px;
	}
	.footer-top > :last-child .foot-last img {
		margin-top: 0px;
	}
	footer .contact_address li.contact_email {
		min-width: 380px;
	}
}
.permanent-rgb-lighting-page .breadcrumbs {
    display: none;
}
/* 31-12-2024 */
/* 01-01-2025 */
.about-sub-title p:after {
    display: none;
}
.request-a-christma-details {
    position: absolute;
    top: -470px;
}
/* 01-01-2025 */
/* ------------------------------------------ commercial catalog css ------------------------------------------- */
.commercial-catalog .commercial-banner-section {
	height: 100%;
	min-height: 940px;
	background-size: cover;
	z-index: 1;
	position: relative;
	background-position: center center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.commercial-catalog .banner-section-wrap >div>div>div {
    width: 100%;
    max-width: 740px;
    padding-bottom: 130px;
}
.commercial-catalog .commercial-banner-section .banner-text h2 {
	font-family: 'Oswald' !important;
	color: #fff;
	font-size: 76px;
	font-weight: 700;
}
.commercial-catalog .commercial-banner-section .banner-text h2 > em {
    color: #E5097F!important;
	position: relative;
	font-style: normal;
}
.commercial-catalog .commercial-banner-section .banner-text h2 > em::before {
    position: absolute;
    content: '';
    width: 165px;
    height: 9px;
    background-image: url(https://binghamtonchristmaslights.webmasterindia.net/wp-content/uploads/2025/03/title-shape.png);
    background-size: contain;
    left: 0;
    bottom: 0px;
}
.commercial-catalog .commercial-banner-section .banner-text h2::before {
    bottom: -27px;
    right: 60px;
}
.banner-section-wrap br {
    display: none;
}
.commercial-catalog .commercial-banner-section .banner-text h2 ,
.commercial-catalog .banner-section-wrap >div>div>div {
	position: relative;
}
.commercial-catalog .banner-section-wrap >div>div>div::before {
    content: '';
    position: absolute;
    top: -203px;
    bottom: 0;
    left: 68px;
    width: 700px;
    background: url(../images/banner-text-bg.png) no-repeat;
    z-index: 1;
    pointer-events: none;
}
.commercial-catalog .banner-section-wrap {
    padding:360px 0 0;
}
.commercial-catalog .commercial-banner-section .banner-text {
    margin-bottom: 42px;
    position: relative;
}
.commercial-catalog .commercial-banner-section .banner-text::after {
    content: '';
    position: absolute;
    top: -48px;
    bottom: 0;
    left: 0;
    width: 85px;
    background: url(../images/star.png) no-repeat;
    z-index: -1;
    pointer-events: none;
    right: 1px;
    height: 94px;
    margin: 0 auto;
    background-size: 100% 100%;
    opacity: 0.9;
}
.commercial-catalog .each-business-sec span.title-icon,
.commercial-catalog .christmas-section span.title-icon,
.commercial-catalog .let-sec-wrap span.title-icon {
    margin: 0;
}
.commercial-catalog .each-business-sec span.title-icon::before,
.commercial-catalog .christmas-section span.title-icon::before,
.commercial-catalog .let-sec-wrap span.title-icon::before {
	display: none;
}
.commercial-catalog span.title-icon::before,
.commercial-catalog span.title-icon::after {
	border-color: #FFFFFF;
	opacity: 0.41;
}
.commercial-catalog .each-business-sec span.title-icon::after,
.commercial-catalog .christmas-section span.title-icon::after,
.commercial-catalog .let-sec-wrap span.title-icon::after {
    width: 102px;
}
body.commercial-catalog .each-section {
	padding: 166px 15px 85px 15px;
	display: flex;
	align-items: center;
	position: relative;
	top: -46px;
	justify-content: center;
	flex-wrap: wrap;
}
body.commercial-catalog .each-section .each-business-img {
	width: 41.3%;
}
body.commercial-catalog .each-section .each-business-sec {
	width: 53%;
	margin: 0px;
	padding-left: 93px;
	max-width: 670px;
}
body.commercial-catalog h2 {
    font-family: 'Satisfy'!important;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0px;
}
body.commercial-catalog .each-section .each-business-sec .title p , 
body.commercial-catalog .each-section .each-business-sec p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 28px;
}
body.commercial-catalog .each-section .each-business-sec p {
    margin-bottom: 20px;
}
body.commercial-catalog .christmas-section {
    margin-top: -100px;
    padding: 160px 15px 80px 15px;
    z-index: 1;
    position: relative;
    background-position: center right;
    background-size: 110% 100%;
    margin-left: -2px;
}
body.commercial-catalog .light-shows-section .service-list ul {
	display: grid;
	grid-template-columns: 1fr 275px;
}
.commercial-catalog p.section-subtitle {
	font-family: 'Open-regular';
	font-size: 18px;
	color: #fff;
	line-height: 170%;
}
.commercial-catalog .christmas-section p.section-subtitle {
    margin-top: 16px;
}
.commercial-catalog .christmas-section .inner-sec {
	width: 100%;
	max-width: 735px;
	margin: 0 0 0 auto;
}
.commercial-catalog .christmas-section .service-list {
    margin-top: 33px;
}
.commercial-catalog .christmas-section .service-list ul {
    /* display: grid; */
    /* grid-template-columns: repeat(2,1fr); */
    /* gap: 15px; */
	display: flex;
	flex-wrap: wrap;
}
html, body.commercial-catalog {
	overflow-x: hidden;
}
.commercial-catalog .service-list ul li, .commercial-catalog .christmas-section .service-list ul li {
	position: relative;
	margin: 0px 0px 0px 38px;
	font-family: 'Open-regular';
	color: #fff;
	font-size: 18px;
	line-height: 170%;
	width: 54%;
	margin-bottom: 14px;
}
.commercial-catalog .christmas-section .service-list ul li:nth-child(2n) {
    width: 35%;
}
.commercial-catalog .service-list ul li {
	width: 100%;
}
.commercial-catalog .service-list ul li::after,
.commercial-catalog .christmas-section .service-list ul li::after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(https://binghamtonchristmaslights.webmasterindia.net/wp-content/uploads/2025/03/verifie-badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: -37px;
    transform: translate(0px, -50%);
}
body.commercial-catalog .why-choose-section {
    position: relative;
    margin-top: -35px;
    z-index: 2;
    padding: 125px 15px 123px 15px;
    background-position: top;
}
body.commercial-catalog .why-choose-section h2 {
    text-align: center;
}
body.commercial-catalog h3 {
    font-family: 'Open-regular';
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}
body.commercial-catalog .why-choose-section h3 {
    text-align: center;
    margin-top: 18px;
}
body.commercial-catalog .why-choose-section br,
body.commercial-catalog .trusted-sec br,
body.commercial-catalog .trusted-sec .trusted-by-wrap br,
body.commercial-catalog .video-section-with-bg br,
body.commercial-catalog .recent-project-sec br,
body.commercial-catalog .our-process-div br,
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box br {
    display: none;
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box .work-info-img>div {
    background-image: url(https://binghamtonchristmaslights.webmasterindia.net/wp-content/uploads/2025/03/orange-shape.png);
    width: 106px;
    height: 104px;
    background-size: contain;
    position: relative;
    margin-bottom: 11px;
    padding: 28px 30px 24px 30px;
    display: flex;
    align-items: center;
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box .title > div,
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box .descb > div  {
	margin-bottom: 0px;
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box:nth-child(2n) .work-info-img>div {
	background-image: url(https://binghamtonchristmaslights.webmasterindia.net/wp-content/uploads/2025/03/pink-shape.png);
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box:nth-child(3n) .work-info-img>div {
	background-image: url(https://binghamtonchristmaslights.webmasterindia.net/wp-content/uploads/2025/03/blue-shape.png);
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box:nth-child(4n) .work-info-img>div {
	background-image: url(https://binghamtonchristmaslights.webmasterindia.net/wp-content/uploads/2025/03/green-shape.png);
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box .title p {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'GothamRoundedBold';
    line-height: 133%;
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box .descb {
    margin-top: 6px;
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box .descb p {
    font-size: 18px;
    color: #fff;
    font-family: 'Open-regular';
    line-height: 170%;
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box>div {
    width: calc(100% - 20px);
    margin-right: 20px;
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 .work-info-box:nth-child(4n)>div {
    width: 100%;
    margin-right: 0px;
}
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
body.commercial-catalog .let-sec-wrap {
	background-position: center;
	margin-top: -33px;
	padding: 137px 15px 170px 15px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
	overflow: hidden;
}
body.commercial-catalog .let-sec-wrap .inner-sec {
    width: 100%;
    max-width: 800px;
    margin: 0;
}
.commercial-catalog .let-sec-wrap .title p {
    margin-top: 10px;
    margin-bottom: 21px;
}
body.commercial-catalog .let-sec-wrap .inner-sec p.section-subtitle {
    font-size: 18px;
    line-height: 170%;
    font-family: 'Open-regular';
    width: 100%;
    max-width: 746px;
}
body.commercial-catalog .let-sec-wrap .inner-sec .service-list ul li {
    margin-bottom: 11px;
}
body.commercial-catalog .let-sec-wrap .inner-sec .service-list ul li:last-child {
    margin-bottom: 0px;
}
body.commercial-catalog .let-sec-wrap .inner-sec .service-list {
    margin-bottom: 30px;
}
body.commercial-catalog .let-sec-wrap .inner-sec p.section-subtitle.last {
    font-size: 20px;
    max-width: 800px;
}
body.commercial-catalog .light-shows-section {
    z-index: 2;
    position: relative;
    padding: 220px 0 80px;
    margin-top: -110px;
    margin-left: -5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
body.commercial-catalog .trusted-sec {
	margin-top: -30px;
	background-size: 100% 100%;
	padding: 104px 15px;
	background-position: center;
}
body.commercial-catalog .recent-project-sec .project-wrap .project-box div ,
body.commercial-catalog .recent-project-sec .project-wrap .project-box figure {
    width: 100%;
    height: 100%;
    margin: 0px;
	display: block;
}
body.commercial-catalog .recent-project-sec .project-wrap .project-box img, body.commercial-catalog .recent-project-sec .wpb_gallery_slides ul li img {
    width: 100%;
    height: 100%;
	object-fit: cover;
	display: block;
}
body.commercial-catalog .recent-project-sec .project-wrap::before,body.commercial-catalog .recent-project-sec .project-wrap::after,
body.commercial-catalog .why-choose-section .how-it-works-section-wrap2::before,body.commercial-catalog .why-choose-section .how-it-works-section-wrap2::after {
    content: unset;
}
body.commercial-catalog .video-section-with-bg {
    margin-top: -105px;
    background-size: cover;
    padding: 165px 15px 143px 15px;
    z-index: 0;
    position: relative;
    background-position-x: -1px;
    background-position-y: 0px;
}
body.commercial-catalog .video-section-with-bg .video-container {
	width: 100%;
	max-width: 906px;
	margin: 0 auto;
	border: 3px solid #009FE2;
	border-radius: 30px;
	overflow: hidden;
	height: 510px;
	background-color: #000;
	/* pointer-events: none; */
	position: relative;
	z-index: 2;
}
body.commercial-catalog .video-section-with-bg .video-container::before {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 60px);
    background-color: transparent;
    top: 0px;
    left: 0px;
    z-index: 1;
}
body.commercial-catalog .video-section-with-bg .video-container > video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
	/* pointer-events: none; */
}
.video-section-with-bg div#playPauseButtons {
    pointer-events: all;
    z-index: 1;
}
body.commercial-catalog .recent-project-sec {
    margin-top: -46px;
    padding: 100px 0px 138px 0px;
	background-color: #000;
}
body.commercial-catalog .recent-project-sec .project-wrap, body.commercial-catalog .recent-project-sec .wpb_gallery_slides ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px 10px;
    height: auto!important;
}
body.commercial-catalog .recent-project-sec .project-wrap .project-box, body.commercial-catalog .recent-project-sec .wpb_gallery_slides ul li {
    background: #ffffff;
    width: 100%;
    height: 322px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static!important;
}
.footer-top > :last-child .foot-last img {
    width: revert-layer;
    z-index: 1;
    position: relative;
}
.footer-top > :last-child .foot-last {
    display: flex;
    flex-direction: column;
	margin-right: -50px;
}
.footer-top > :last-child .foot-last > div {
    margin: 0 0 0 auto;
    z-index: 1;
}
body.commercial-catalog .our-process-div {
    padding: 133px 15px 120px 15px;
    margin-top: -33px;
    background-position: top;
    background-size: cover;
	position: relative;
	z-index: 1;
}
body.commercial-catalog footer#contact-us {
    margin: -65px 0px 0px 0px!important;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap {
    margin-top: 34px;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box {
	text-align: center;
}
body.commercial-catalog .our-process-div .our-process-sec>div>div>div>div {
    margin-bottom: 0px;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box>div>div>div>div.wpb_single_image {
    width: 133px;
    height: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B0CB1F;
    border-radius: 50%;
    margin: 0 auto;
    padding: 20px;
	position: relative;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box>div>div>div>div.wpb_single_image::before {
    position: absolute;
    content: '';
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #B0CB1F;
    border-radius: 50%;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(2)>div>div>div>div.wpb_single_image {
	background-color: #A300D9;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(2)>div>div>div>div.wpb_single_image::before {
	border-color: #A300D9;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(3)>div>div>div>div.wpb_single_image {
	background-color: #EF7F1A;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(3)>div>div>div>div.wpb_single_image::before {
	border-color: #EF7F1A;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(4)>div>div>div>div.wpb_single_image {
	background-color: #E5097F;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(4)>div>div>div>div.wpb_single_image::before {
	border-color: #E5097F;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(5)>div>div>div>div.wpb_single_image {
	background-color: #00A0E3;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(5)>div>div>div>div.wpb_single_image::before {
	border-color: #00A0E3;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(6)>div>div>div>div.wpb_single_image {
	background-color: #ff0000;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box:nth-child(6)>div>div>div>div.wpb_single_image::before {
	border-color: #ff0000;
}
body.commercial-catalog .trusted-sec .smart-img {
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.commercial-catalog .trusted-sec .smart-img img {
	width: auto;
	height: auto;
}
body.commercial-catalog .partners-data-sec .owl-stage-outer {
    z-index: 1;
}
body.commercial-catalog .partners-data-sec .owl-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
}
body.commercial-catalog .partners-data-sec .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: transparent;
	border: 2px solid #b0cb1f;
    border-radius: 50%;
    right: -65px;
    position: relative;
    top: -23px;
    display: block;
	color: transparent;
}
body.commercial-catalog .partners-data-sec .owl-nav button:hover {
	background-color: #b0cb1f;
}
body.commercial-catalog .partners-data-sec .owl-nav button:hover span {
	color: #fff;
}
body.commercial-catalog .partners-data-sec .owl-nav button.owl-prev span {
    padding: 10px 16px 10px 12px;
}
body.commercial-catalog .partners-data-sec .owl-nav button.owl-prev {
    left: -65px;
}
body.commercial-catalog .partners-data-sec .owl-nav button span {
    padding: 10px 14px;
    font-size: 31px;
    line-height: 25px;
    color: #b0cb1f;
}
.video-section-with-bg .play-btn, .video-section-with-bg .pause-btn {
    width: 96px;
    height: 96px;
    background-color: #b0cb1f!important;
    padding: 30px 30px 30px 40px!important;
    border-radius: 50%;
    margin-right: 0px!important;
    transition: all 0.3s;
    box-shadow: 0 0 0 9px rgba(255,255,255,0.3);
}
.video-section-with-bg .play-btn:hover, .video-section-with-bg .pause-btn:hover {
	background-color: #000!important;
}
.video-section-with-bg .play-btn img {
    width: 20px!important;
    height: 34px!important;
} 
.video-section-with-bg .pause-btn {
	padding: 26px 30px 20px 34px !important;
}
.video-section-with-bg .pause-btn > span {
    font-size: 32px;
    color: #fff;
}
body.commercial-catalog .our-process-div .our-process-sec-wrap .success-box>div>div>div p {
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'GothamRoundedBold';
    margin-top: 25px;
}	
body footer .contact-title {
    font-family: 'Open-regular' !important;
	font-weight: 600!important;
}
body.commercial-catalog .each-section .each-business-img .wpb_wrapper p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 649px;
	position: relative;
	max-width: 649px;
}
/* ------------------------------------------ commercial catalog css ------------------------------------------- */
body.commercial-catalog .each-section .each-business-img .wpb_wrapper p img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    max-width: 638px;
    max-height: 638px;
}
body.commercial-catalog .each-section .each-business-img .wpb_wrapper p::before {
	content: "";
	background: #B0CB1F;
	position: absolute;
	width: 96%;
	height: 96%;
	border-radius: 50%;
	z-index: 1;
	top: -30px;
	bottom: auto;
	left: -20px;
	right: auto;
}
body.commercial-catalog .each-section .each-business-img {
	width: 41.8%;
}
body.commercial-catalog #site-content .each-section .each-business-img .vc_column-inner {
	padding: 0;
}
.light-shows-section .inner-sec {
	max-width: 760px;
	margin: 0 0 0 auto;
}
.light-shows-section .inner-sec {
	max-width: 680px;
	margin: 0 0 0 auto;
}
body.commercial-catalog .video-section-with-bg .video-wrap::after {
    content: "";
    background: url(../images/video-bg.png) no-repeat;
    position: absolute;
    width: 1177px;
    height: 652px;
    top: -39px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    /* opacity: 0; */
}
.video-wrap {
	position: relative;
	padding:37px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: green;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
}
.banner-section-wrap .banner-text h2 {
    color: #fff;
    font-size: 40px;
}
.wp-custom-logo .header-titles .site-description {
    display: none;
}
/*07-01-2026*/
.quote-section form .main-form .form-budget span.wpcf7-not-valid-tip,
.quote-section form .main-form .form-color span.wpcf7-not-valid-tip {
    position: static;
}
.quote-section form>.wpcf7-response-output {
    text-align: center;
}
main#site-content .quote-section form .main-form .form-message textarea {
    box-sizing: unset !important;
    height: 89px !important;
}