.default-btn {
    background-color: #5B6E0F!important ;
    text-transform: uppercase;
    font-family: work sans,sans-serif;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71,44,173,.2);
    box-shadow: 0 3px 10px rgba(71,44,173,.2);
}
.blog-item .blog-thumb .category {
    background-color: #9fb32b!important;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: work sans,sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
}

.promo-item i {
    display: block;
    font-size: 50px;
    color: #004aa7 !important;
    margin-bottom: 10px;
}
.sidebar-wrap .widget-content h4:before {
    background-color: #9fb32b !important;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.subscribe-form .submit-btn {
    background-color: #9fb32b !important;
    font-family: work sans,sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.service-item:hover {
    background-color: #5B6E0F !important;
    transition: all .2s ease-in-out;
}
.services-list .service-item i {
    font-size: 50px;
    color: #004aa7 !important;
    margin-bottom: 10px;
    display: block;
}
.services-list .service-item i:hover {
    font-size: 50px;
    color: #fff !important;
    margin-bottom: 10px;
    display: block;
}
.service-section.section-2 .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}
#scroll-to-top {
    background-color: #a3b02e !important;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

.widget-section {
    background-color: #3b3b3b !important;
    border-bottom: 1px solid #333;
    color: #fff;
}
.widget-content .widget-links li a {
    color: #ffffff !important;
    line-height: 1.9;
}
.widget-content .tags li a {
    display: inline-block;
    background-color: #9fb32b !important;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}
.promo-item h3 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #fff !important;
    background-color: #0281c3;
}
.promo-item i {
    display: block;
    font-size: 50px;
    color: #a3b02e !important;
    margin-bottom: 10px;
}
.project-item hover {
   background-color: #5B6E0F !important;
}

.team-item .team-content span {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: work sans,sans-serif;
    padding: 5px 10px;
    background-color: #9fb32b !important;
    box-shadow: 0 14px 70px -10px rgba(0,0,0,.15);
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}
.counter-content .counter {
    font-family: work sans,sans-serif;
    color: #a3b02e ! important;
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    display: block;
    margin: 0 0 10px;
}
.footer-section {
    background-color: #e2e2e2 !important;
    display: block;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}
.project-item .overlay {
    background-color: rgba(163 176 46) !important;
    
}