.static-slider-lamp {
    /*margin-top: 71px;*/
    min-height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    width: 100%;
    display: flex;
    align-items: center;
}
.lamp-main-header-sub {
    font-size: 24px;
    font-weight: 500;
    color: #bebebe;
}
.lamp-main-header {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    line-height: normal;
}
.lamp-smart-section {
    background: #110f14;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 700px;
    padding: 90px 0px;
}
.lamp-smart-section .row .col-sm-3 img{
    width: 90%;
}
.lamp-smart-section .row .col-sm-3 {
    display: flex;
    align-items: center;
}
.lamp-title {
    color: #21ade5;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.lamp-2-section {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: baseline;
    height: 100%;
}
.lamp-2-section h2{
    color: #fff;
}
.lamp-tech-section .lamp-title{
    text-align: start;
    margin: 20px 0px 25px;
}
.lamp-tech-section {
    background-image: url("../images/lamp/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1200px;
    padding: 150px 0px;
}
.lamp-tech-params {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.form5.lamp-form{
    background-size: contain;
    background-attachment: fixed;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #2d1c26;
}
.lamp .header7 {
    background: #171218;
}
.lamp .header7 .h7-topbar {
    background: #171218;
}

@media (min-width: 0px) and (max-width: 800px) {
    .lamp-smart-section {
        background: #110f14;
        height: initial;
    }
    .lamp-tech-section {
        min-height: 900px;
         background-position: center center;
    }
}