﻿section.home-services {
    padding-bottom: 120px;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
 
.contact-us address .icon {
    float: left;
    font-size: 51px;
    padding-right: 10px;
}

.contact-us address .detail .heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #007bff;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.contact-us address .detail {
    padding-top: 2px;
    font-size: 18px;
    line-height: 30px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #19958c!important;
}

.herotext h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #19958c;
}

.herotext h5 {
    font-size: 18px;
}

.btn-primary {
    color: #fff;
    background-color: #22958c;
    border-color: #22958c;
}



 .home-services .block:hover {
    color: #fff !important;
    background-color: #29958c;
}


.home-services .block .icon {
    font-size: 80px;
    margin-bottom: 20px;
    color: #29958c;
}


.btn-primary:hover {
    color: #fff;
    background-color: #14746c;
    border-color: #14746c;
}


.contact-us address .detail .heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #29958c;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e30404 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}


 .portfolio-grid .picture .text-overlay h1 {
    background-color: #29958cc9;
    font-weight: 400;
    font-size: 23px;
    color: #fff;
    line-height: normal;
    text-decoration: none;
    position: absolute;
    bottom: 35px;
    left: 30px;
    margin: 0px;
    padding: 25px;
    border-bottom-right-radius: 35px;border-top-left-radius: 35px;
}
