.navbar .nav-link {
    font-size: 14px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar .nav-item.active {
    border-left: #444 3px solid;


}

.icons {
    color: #17a2b8;
}

.lead2 {
    color: #000;
}

.email {
    display: flex;
    justify-content: center;
    width: 100%;
}

.link2 {
    color: #000;
}

.carousel-item {
    height: 450px;
}

.carousel-image-1 {
    background: url("../img/image1.jpg");
    background-size: cover;
}

.carousel-image-2 {
    background: url("../img/image2.jpg");
    background-size: cover;
}

.carousel-image-3 {
    background: url("../img/image3.jpg");
    background-size: cover;
}

#home-heading {
    position: relative;
    min-height: 200px;
    background: url('../img/lights.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;


}


.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#main-footer {
    background: #000;
    color: #fff;
}

#page-header {
    height: 200px;
    background: url('../img/header-min.jpg');
    background-position: 0 -360px;
    background-attachment: fixed;
    /* color: #fff; */
    border-bottom: 1px #eee solid;
    padding-top: 50px;
    margin-bottom: 35px;
}

.page-header2 {
    height: 200px;
    background: url('../img/header-min.jpg');
    background-position: 0 -360px;
    background-attachment: fixed;
    /* color: #fff; */
    border-bottom: 1px #eee solid;
    padding-top: 50px;
    margin-bottom: 55px;
}

.clients {
    marrgin-top: 100px;
}




.about-img {
    margin-top: -50px;
}

.samples {
    margin-top: 73px;
}

.contact {
    border: none;
}


.contactimg {
    margin: 5px;
    border-radius: 30%;
}

#footer1 {
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}