.logo {
    width: unset;
}

.nav-scroll .logo {
    width: unset;
}

.header-logo img {
    width: 200px; 
}

.nav-scroll .header-logo img {
    width: 180px; 
}

.logo-img {
    margin-bottom: 0px;
}

.logo-wrapper {
    float: left;
    background: #272727;
    padding: 25px 50px;
}

@media (max-width:768px){
    .header-logo img {
        width: 150px;
    }

    .logo-wrapper {
        float: left;
        padding: 15px !important;
    }
}

.nav-scroll .logo-wrapper {
    padding: 15px 70px 15px 70px;
    background: #272727;
}


.testimonials-box {
    margin-bottom: 70px;
}

.fotcont p a {
    color: #999;
}

.fotcont p a:hover {
    color: #b19777;
}

.main-footer .fotcont .fothead h6 {
    font-weight: 700;
}

.projects .item .con {
    padding: 30px 15px;
     position: relative; 
    bottom: -20px;
    left: 0;
    width: 100%;
    background: #272727;

}

.projects .item .con h5, .projects .item .con h5 a {
    font-weight: 500;
}

[data-overlay-dark="4"]:before, [data-overlay-darkgray="4"]:before, [data-overlay-light="4"]:before {
    opacity: 0.3;
}


input[type="phone"] {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    background-image: none;
    border-bottom: 1px solid #323232;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media screen and (max-width: 767px) {
    .banner-header {
        height: 10vh !important;
    }
}
