@media screen and (min-width: 768px) {
    .navbar-header {min-height: 80px;}
}
.background-image-dark .head-section .rich-text p,
.background-image-dark .head-section .rich-text h2,
.background-image-dark .head-section .rich-text h3,
.background-image-dark .head-section .rich-text h4,
.background-image-dark .head-section .rich-text h5
{
    color: white;
}
.navbar-brand {margin: 10px;position:absolute;}
.container .rich-text p {
    max-width: 750px;
    margin: 0px auto;
}
.single-address .rich-text p {
    font-size:18px;
    line-height: 1.5;
}
.single-address {
    margin: 0px auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    body > div > section, body > section {
        padding: 0px 0;
    }
    section#feature {
        padding: 30px 0;
    }
    #main-slider .carousel .item {
        height: 200px;
    }
    .feature-wrap i {
        height: 55px;
        width: 55px;
        font-size: 24px;
        line-height: 55px;
    }
    .navbar-brand img {
        height:60px;
        width: auto;
    }
    h1 {
        font-size: 22px;
        color: #4e4e4e;
    }
    .center {
        padding-bottom: 10px;
    }
    .center h2 {
        margin-top: 10px;
    }
}
section#contact-info {
    padding: 0;
}

.recent-work-wrap img {
    display: block;
    max-height: 300px;
    width: auto;
    margin: 0px auto;
}
.nav-tabs>li>a, .tab-widget {
    background-color: white;
}

.endevel-made-by{
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    margin-top: 10px;

}
.endevel-made-by a {
    color: #d9531e !important;
}
.endevel-made-by a:hover {
    text-decoration: none;
    color: white !important;
}

