/* Add here all your CSS customizations */
.text-danger {
    color: #a94442 !important;
}
.imgTextCapt{
    top: 20px;
    position: relative;
    margin-bottom: 30px;
}
.sunblast li {
    line-height: 33px;
}
.sunblast li i{
    line-height: 28px;
}
p{
    text-align: justify;
}
h3{
    margin-bottom: 20px;
}
#services p{
    text-align: center;
}
.contact-info {
    border-top: 0px solid #91c13a; 
    border-bottom: 1px solid #91c13a;
    padding: 0px 0px 30px 0px;
    margin-top: 0px;
    display: table;
    width: 100%;
}
.navbar-default .nav li a:active {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.navbar-default .nav li a:focus {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.subbtn {
    background-color: #75b209 !important;
    border-color: #75b209 !important;
}