.navbar{
  z-index: 9;
}
.navbar .logo {
    /*width: 60px;*/
    width: 130px;
}
.work-carousel .content .item-img{
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.polygon {
    line-height: 1;
    font-size: 35px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.polygon img{
  width: 30px;
  height: 30px;
}
.logo-footer img{
  width: 100px;
}
.section-head{
      margin: 0 auto 40px;
}
.single-t{
  font-size: 2.5rem;
  text-align: center;
  margin: 0;
}
.single-t strong{color: #fdb24c;}
.skills-circle{
  min-height: 450px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.testimonials.grid .item .info .author{
  background-color: #1a3503;
  color: #fff;
  font-weight: 800;
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
}
.services.halfbg .ontop{
  margin-top: 0;
}
.match-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.dflex {
    display: flex;
    flex-direction: column;
}
.match-box .c-card {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
.no-gutter{
  padding-left: 0;
  padding-right: 0;
}
.main-footer .fotcont p{color: #fff;}
.section-md{
  padding: 70px 0;
}
.zoom-counter__card {
    padding: 54px 59px 60px 66px;
    background-size: cover;
    background-position: 50%;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 100%;
    min-width: 100%;
    position: relative;
}
.zoom-counter__card:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: #fff;
}
.zoom-counter__card-title {
    line-height: 1;
    margin-bottom: 76px;
    position: relative;
    z-index: 2;
    text-align: right;
}
.zoom-counter__card-title p{
      color: #000;
      font-size: 2rem;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 0;
}
.zoom-counter__card-value {
    background: inherit;
    font-size: 200px;
    line-height: 1;
    margin-left: -2px;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    font-weight: 900;
    margin-bottom: 4px;
}
.zoom-counter__card-description {
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.zoom-counter__info {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 30px;
}
.zoom-counter__subtitle {
    font-size: 13px;
    line-height: 1.125;
    text-transform: uppercase;
    font-weight: 600;
    color: #fdb24c;
    background: #274066;
    display: inline-block;
    vertical-align: top;
    padding: 4px 6px;
    margin-bottom: 26px;
}
.zoom-counter__title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 30px;
}
.zoom-counter__text {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 60px;
}
.zoom-counter__text p {
    margin-bottom: 30px;
}
.zoom-counter__read-more {
    font-family: inherit;
    text-decoration: none;
    transition: .3s ease;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
}
.zoom-counter__read-more:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: opacity .3s;
    opacity: 0;
}
.zoom-counter__read-more_inverted:after {
    opacity: 1;
}
.zoom-counter__read-more:after {
    height: 2px;
}
.zoom-slider__slider-wrapper {
    position: relative;
    color: #fff;
}
.zoom-slider__slider-wrapper:before,
.zoom-slider__slider-wrapper:after {
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #fff;
    opacity: 0.5;
    z-index: 2;
}
.zoom-slider__slider-wrapper:before {
    left: 25%;
}
.zoom-slider__slider-wrapper:after {
    left: 75%;
}
.zoom-slider__slider:after {
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #fff;
    opacity: 0.5;
    left: 50%;
    z-index: 2;
}
.zoom-slider__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-height: 100vh;
    height: 580px;
    background-size: cover;
    background-position: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.zoom-slider__buttons {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}
button:focus{
  outline: none;
}
.zoom-slider__button {
    width: 25%;
    text-align: left;
    background: 0 0;
    border: 0;
    color: #fff;
    padding: 25px;
    transition: background 0.3s;
    height: auto;
}
.zoom-slider__button.swiper-slide-thumb-active {
    background: #fff;
    color: #000;
}
.zoom-slider__button-title {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 9px;
    font-weight: 700;
    display: block;
}
.zoom-slider__button:hover .zoom-slider__button-title,
.swiper-slide-thumb-active .zoom-slider__button-title {
    color: #f0ad4d;
}
.zoom-slider__control {
    position: absolute;
    width: 55px;
    height: 55px;
    font-size: 24px;
    top: 50%;
    z-index: 2;
    border: 0;
    background: #333;
    color: #fff;
    padding-bottom: 4px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.zoom-slider__control:hover {
    background: #f0ad4d;
}
.zoom-slider__control_prev {
    left: 60px;
}
.zoom-slider__control_next {
    right: 60px;
}
@media only screen and (max-height: 600px) {
    .full-screen-block__footer {
        display: none;
    }
}
.zoom-slider__control.swiper-button-next:after, .zoom-slider__control.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.zoom-slider__control.swiper-button-prev:after, .zoom-slider__control.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

/*Glow button*/

.glow-on-hover {
    /*width: 220px;*/
    width: 130px;
    /*height: 50px;*/
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    background: #274066;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #274066;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

#page-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999;
}
#page-preloader .page-loading {
	position: absolute;
	top: 50%;
	left: 40%;
	margin-left: 10%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#page-preloader.isdone .page-loading{
  display: none;
}
#page-preloader .page-loading .dot {
	width: 24px;
	height: 24px;
	background: #fdb24c;
	border-radius: 100%;
	display: inline-block;
	animation: load_page 1s infinite;
}
#page-preloader .page-loading .dot:nth-child(1) {
	animation-delay: 0.1s;
	background: #fdb24c;
}
#page-preloader .page-loading .dot:nth-child(2) {
	animation-delay: 0.2s;
	background: #274066;
}
#page-preloader .page-loading .dot:nth-child(3) {
	animation-delay: 0.3s;
	background: #fdb24c;
}
#page-preloader .page-loading .dot:nth-child(4) {
	animation-delay: 0.4s;
	background: #274066;
}
#page-preloader .page-loading .dot:nth-child(5) {
	animation-delay: 0.5s;
	background: #fdb24c;
}
@-moz-keyframes load_page {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: .3;
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
@-webkit-keyframes load_page {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: .3;
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
@-o-keyframes load_page {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: .3;
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes load_page {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: .3;
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
.why-us{
  position: relative;
}
.services .item-bx:hover {
    background-color: #274066;
    color: #fff;
}
.service-icon{margin-top: 30px;width: 50px;position: absolute;bottom: 30px;left: 30px;}
.service-icon img{width: 50px;height: 50px;}
.services .item-bx{
  padding: 30px;
  padding-bottom: 90px;
  position: relative;
}
.lamp-section{
  position: absolute;
  top: 0;
  right: 15px;
}
.lamp-section img{
  width: 130px;
  height: auto;
}
.tit h3 {
  font-weight: 400;
  margin-bottom: 20px;
}
.team .team-container:after{
  top:-100px;
  bottom: -90px;
}
.main-footer.dark{background-color: #274066;}
/***************
Side nav
************/
li.nav-logo img{width: 80px;}

.navbar-expand-lg .navbar-toggle{
    display: flex;
    background-color: #fdb24c;
    width: 35px;
    height: 35px;
    border: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.navbar-expand-lg .navbar-toggle:focus,.navbar-expand-lg .navbar-toggle:hover,.navbar-expand-lg .navbar-toggle:active{
  outline: none;
  border:none;
}

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.close-menu {
    position: absolute;
    z-index: 2;
    top: 2.3rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
    width: 25px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.close-menu:hover {
    color: #000;
}

.menu .menu-lang {
    opacity: 0;
    position: absolute;
    opacity: 0;
    left: 15%;
    top: 3rem;
    text-transform: uppercase;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform .5s .4s ease, opacity .5s .4s ease, color .3s ease;
    -o-transition: transform .5s .4s ease, opacity .5s .4s ease, color .3s ease;
    transition: transform .5s .4s ease, opacity .5s .4s ease, color .3s ease
}

.menu-lang a {
    display: inline-block;
    margin-left: 1.5rem;
    color: #999
}

.menu-lang a:first-child {
    margin-left: 0
}

.menu-lang .active,
.menu-lang a:hover {
    color: #cee002;
    text-decoration: none
}

.menu-list {
  position: relative;
    opacity: 0;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 15%;
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 15%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    letter-spacing: -.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform .5s .6s ease, opacity .5s .6s ease;
    -o-transition: transform .5s .6s ease, opacity .5s .6s ease;
    transition: transform .5s .6s ease, opacity .5s .6s ease
}

.menu-list li a {
    color: #999
}

.menu-list .active>a,
.menu-list li a:hover {
    text-decoration: none;
    color: #000
}

.menu-list>li {
    font-size: 1.95rem;
    line-height: 1
}

.menu-list>li {
    margin-top: 1.1rem
}

.menu-list>li:first-child {
    margin-top: 0
}

.menu-list ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0
}
.light .icon-bar, .nav-scroll .icon-bar {
    color: #fff;
}

.menu-list ul li {
    font-size: 1.142rem;
    margin-top: 1.142rem
}

.menu-list ul li:first-child {
    margin-top: 2.4rem
}

.menu-footer {
    position: absolute;
    left: 15%;
    bottom: 4rem
}

.menu-footer .social-list {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all .5s .7s ease;
    -o-transition: all .5s .7s ease;
    transition: all .5s .7s ease
}

.menu-footer .social-list a {
    color: #ccc;
    margin: 0;
    margin-right: 2.7rem
}

.menu-footer .social-list a:last-child {
    margin-right: 0
}

.menu-footer .social-list a:hover {
    color: #cee002
}

.menu-footer .copy {
    opacity: 0;
    display: none;
    margin-top: 3.2rem;
    color: #000;
    line-height: 1.71rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all .5s .9s ease;
    -o-transition: all .5s .9s ease;
    transition: all .5s .9s ease
}

.menu-is-opened .click-capture {
    visibility: visible
}

.menu-is-opened .menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, .07)
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
    background-color: rgba(0,0,0,.3);
}

.menu-is-opened .click-capture {
    visibility: visible;
}
.right-boxed {
    right: 3rem;
}
.menu-list li a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #999;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    line-height: 1.1;
    opacity: 0.8;
}
.menu{
  width: 35%;
}
.nav-logo{
  width: 150px;
  margin-top: 30px;
}
.menu-list li a{position: relative;}
.menu-list li a.active{
  color: #000;
}
.menu-panel__footer {
    margin-top: auto;
    padding-bottom: 44px;
    padding-left: 15%;
}
.menu-panel__socials {
    margin-top: 30px;
    transition: all .5s .7s ease;
    transform: translateY(3rem);
    opacity: 0;
}
.socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu-is-opened .menu-panel__socials {
    transform: translate(0);
    opacity: 1;
}
.menu-panel .menu-panel__socials {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.socials__social {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    color: currentColor;
    border-radius: 100%;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 15px;
    transition: all .3s;
    margin-right: 10px;
}
.socials__social:hover {
    background: #fdb24c;
    color: #fff;
    border-color: #fdb24c;
}

.menu-panel__bottom {
    margin-top: 18px;
    color: #999;
    transition: all .5s .9s ease;
    transform: translateY(2rem);
    opacity: 0;
    font-size: 13px;
}
.menu-panel__bottom strong{
  color: #fdb24c;
}
.menu-is-opened .menu-panel__bottom {
    transform: translate(0);
    opacity: 1;
}
.menu-list ul.menu-sub li a{
  font-size: 0.8rem;
  font-weight: 500;
}
.menu-list ul.menu-sub li{
  margin-top: 15px;
  margin-left: 25px;
}
/***Side nav ends ***/

.page-header {
    background: #e8e8e8;
    color: #274066;
}

.page-header .cont {
    padding: 220px 0 120px;
}

.extra-title {
    font-weight: 800;
    font-size: 38px;
    line-height: 1.4;
}

.led-indoor{
  background-image: url('../img/banners/indoor-bg.jpg');
  background-size: cover;
  background-position: center;
}
.led-outdoor{
  background-image: url('../img/banners/outdoor-bg.jpg');
  background-size: cover;
  background-position: center;
}
.customization-bg{
  background-image: url('../img/banners/indoor-bg.jpg');
  background-size: cover;
  background-position: center;
}
.wall-lights-bg{
  background-image: url('../img/banners/wall-light-bg.jpg');
  background-size: cover;
  background-position: center;
}

.about-us-banner{
  background-image: url('../img/about-us-banner.jpg');
  background-size: cover;
  background-position: center;
}

.led-banner{
  background-image: url('../img/led-banner.jpg');
  background-size: cover;
  background-position: center;
}

.buy-banner{
  background-image: url('../img/buy-banner.jpg');
  background-size: cover;
  background-position: center;
}
.contact-banner{
  background-image: url('../img/contact-banner.jpg');
  background-size: cover;
  background-position: center;
}
.portfolio .filtering .filter {
    padding: 15px;
    text-align: center;
    margin-bottom: 40px;
}

.item-img{border: 1px solid #e3e3e3;}
 .product-title{
   text-align: center;
   padding: 15px;
 }
.product-title h3{
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.product-title span{
  font-size: 12px;
  font-weight: 300;
}

.item-img{
  margin-bottom: 15px;
}

.landing-category{
  padding: 10px;
  border:1px  solid #e3e3e3;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.landing-content{
  text-align: center;
  padding: 10px;
  display: block;
  width: 100%;

}

.landing-content h3{
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.landing-content a{
  font-size: 12px;
  font-weight: 600;
  background-color: #fdb24c;
  color: #fff;
  padding: 3px 10px;
}

.abt-banner{
  padding: 100px 0;
  background-image: url('../img/abt-banner.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.abt-banner:before{
  position: absolute;
  content: "";
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  left: 0;
}

.abt-title{
  font-size: 2.3rem;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.st-title{
  text-align: center;
  font-size: 16px;
}

.clients .brands {
padding: 50px 10px;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.08); }
.clients .brands:last-of-type {
border-right: 0; }
.clients .brands .item {
position: relative;
text-align: center; }
.clients .brands .item .link {
font-size: 16px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s; }
.clients .brands .img {
margin: auto;
position: relative;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s; }

.clients .bord {
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.min-area .img {
padding: 120px 0 120px 80px;
position: relative;
z-index: 3; }
.min-area .img:after {
content: '';
position: absolute;
top: 0;
right: 120px;
bottom: 0;
left: -300px;
background: #f3f3f3;
z-index: -1; }

.min-area .content {
padding-left: 40px; }
.min-area .content h4 {
font-weight: 300;
font-size: 40px;
line-height: 1.5;
margin-bottom: 20px; }
.min-area .content ul {
margin: 0; }
.min-area .content ul li {
margin-top: 10px;
padding-left: 25px;
position: relative; }
.min-area .content ul li:after {
content: '';
width: 10px;
height: 10px;
border: 1px solid #999;
border-radius: 50%;
position: absolute;
left: 0;
top: 2px; }
.min-area .content ul.feat li {
padding: 0 0 10px 0;
border-bottom: 1px solid #eee; }
.min-area .content ul.feat li:last-of-type {
padding: 0;
border: 0; }
.min-area .content ul.feat li:after {
display: none; }
.min-area .content ul.feat li h6 {
margin-bottom: 5px;font-size: 14px;display: inline-flex;
    justify-content: center;
    align-items: center;}
.min-area .content ul.feat li h6 span {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 13px;
border: 1px solid #ddd;
border-radius: 50%;
margin-right: 10px;
display: inline-flex;
justify-content: center;
align-items: center;}
.min-area .content ul.feat li p {
padding-left: 45px; }

.contact .form input, .contact .form textarea {
width: 100%;
padding: 15px;
background: transparent;
border: 1px solid #ddd; }

.contact .form textarea {
height: 160px; }

.contact .cont-info .extra-title {
font-size: 28px;
margin-bottom: 15px; }

.contact .cont-info h5 {
margin-bottom: 10px;
font-size: 18px;
font-weight: 400; }
.contact .cont-info h5:last-of-type {
  color: #222;
  font-weight: 800; }
  .contact .form {
    padding: 0px 5%;
}
.contact .cont-info h6 {
line-height: 1.6;
font-size: 16;
font-weight: 400; }

.btn-curve.btn-yellow {
    background: #fdb24c;
        border: 1px solid #fdb24c;
}
.btn-curve.btn-yellow:hover {
  color:#fdb24c;
}

.sticky-toolbar {
    width: 46px;
    position: fixed;
    top: 30%;
    right: 0;
    list-style: none;
    margin: 0;
    z-index: 95;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

.btn.btn-bg-light {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    font-size: 1.3rem;
    padding: 0;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.btn.btn-icon-success  {
    color: #1BC5BD;
}
.btn.btn-icon-primary {
  color: #2f528a;
}
.btn.btn-icon-warning {
  color: #f89b09;
}
.btn.btn-icon-success:hover,.btn.btn-icon-success:focus,.btn.btn-icon-success:active{
  background-color: #1BC5BD;
  color: #fff;
}
.btn.btn-icon-primary:hover,.btn.btn-icon-primary:focus,.btn.btn-icon-primary:active{
  background-color: #2f528a;
  color: #fff;
}

.btn.btn-icon-warning:hover,.btn.btn-icon-warning:focus,.btn.btn-icon-warning:active{
  background-color: #f89b09;
  color: #fff;
}
.mb-40{
  margin-bottom: 40px;
}

.modal-content{
  border-radius: 0;
  border:none;
}

.modal-body{
  padding: 0;
}

.modal .close{
  position: absolute;
  top:10px;
  right: 10px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.modal-left{
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../img/modal-left.jpg');
  background-size: cover;
  background-position: center;
}

.modal-right{
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: hidden;
}

.modal form input.form-control,.modal form select.form-control{
  height: 40px;
}

.modal-right h4{
  font-size: 1.2rem;
}

.solid-btn {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
    box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
    background: #2f528a;
    border: 2px solid #2f528a;
    border-radius: 30px;
}

.solid-btn:hover {
    background: transparent;
    color: #2f528a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #2f528a;
}

.font-300{
  font-weight: 300 !important;
}

.modal-right .form-control{
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
}


.kd-form-content p{
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
}

.bg-grey{
  background-color: #f3f3f3;
}

.timeline-box{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border:1px solid #e3e3e3;
  padding: 40px 15px 15px 15px ;
  position: relative;
  margin-bottom: 30px;
}

.timeline-box h3{
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

.timeline-box span{
  border:2px solid #fdb24c;
  background-color: #fdb24c;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 800;
  position: absolute;
  top:-15px;
  left: 15px;
  width: 80px;
  text-align: center;
}

.brand-logo{
  border: 1px solid #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
  padding: 10px 15px;
}

body.noscroll {
  overflow-y: hidden!important;
}

.sd-title{
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}

.pt-0{
  padding-top: 0 !important;
}

.colors-available{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 15px;
  background-color: #264066;
  color: #fff;
}

.colors-available li{
  display: inline-flex;
}

.colors-available li:first-child{
  padding-right: 20px;
}

.color-block{
  width: 40px;
  height: 30px;
  border: 1px solid #e3e3e3;
  margin-right: 10px;
  display: inline-flex;
}

.color-white{
  background-color: #fff;
}

.color-cool-white{
  /*background-color: #eaeaea;*/
  background-color: #d9d9d9;
}
.color-cool-white-text
{
	 font-size: 8px;
    color: black;
    text-align: center;
    font-weight: 800;
	margin-top: 2px;
}
.color-natural-white{
  /*background-color: #ede6d6;*/
  background-color: #e6e6e6;
}
.color-natural-white-text{
    font-size: 8px;
    color: black;
    text-align: center;
    font-weight: 800;
	margin-top: 2px;
}
.color-warm-white{
  /*background-color: #fef7cb;*/
  background-color: #fbdda1;
}
.color-warm-white-text{
    font-size: 8px;
    color: black;
    text-align: center;
    font-weight: 800;
	margin-top: 2px;
}
.color-yellow{
  background-color: #FFC71F;
}
#page-preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.parallax-slider .swiper-wrapper,
.parallax-slider .swiper-slide{
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  -ms-transform-style: flat;
  transform-style: flat;
}

/******* Smart led ***/
.led-blow{
  position: relative;
  overflow: unset;
  padding: unset;
  margin: unset;
  display: block;
  width: unset;
  height: unset;
  max-width: 100vw;
}
.led-img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.smart-led-box{
  position: relative;
  height: 400px;
}
.smart-img{
  position: absolute;
  inset: 0px;
  object-fit: cover;
  height: 100%;
}

.input-range{
    -webkit-appearance: none;
    width: 100%;
}

.input-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    background: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

.input-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fdb24c;
    margin-top: -7px;
    cursor: pointer;
}

.input-range:focus {
    outline: none;
}

.input-range:focus::-webkit-slider-runnable-track {
    background: #fff;
}

.range-box{
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
}

.range-inner {
    height: 3.5rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: 60%;
}

.range-tag{
    color: rgb(255, 255, 255);
    transition: all 0.15s ease 0s;
    font-weight: 600;
    cursor: unset;
    white-space: inherit;
    font-size: 0.6rem;
    line-height: 1.1;
}

.st-input{
  margin: 0px 5px;
  min-width: 12rem;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opacity-full{
  opacity: 1 !important;
}

.range-slider {
  margin: 0px 5px;
  min-width: 12rem;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fdb24c;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #fdb24c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #fdb24c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #fdb24c;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #fdb24c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #fdb24c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0px #fff, 0 0 0 6px #fdb24c;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #fdb24c;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid #fdb24c;
  border-right: 7px solid #fdb24c;
  border-bottom: 7px solid #fdb24c;
  content: "";
}

.range-slider__value ::-moz-range-track {
  background: #fdb24c;
  border: 0;
}

.range-slider__value input::-moz-focus-inner,
.range-slider__value input::-moz-focus-outer {
  border: 0;
}
