body{
    overflow-x: hidden;
}
.text-primary {
    color: #0F9D58 !important;
}

.text-primary:hover {
    color: #4285F4 !important;
}

.text-blue {
    color: #4285F4 !important;
}

.text-red {
    color: #DB4437 !important;
}

.text-yellow {
    color: #F4B400 !important;
}


.section-title::before {    
    background: #0F9D58 !important;   
}

.section-title::after {
    background: #0F9D58 !important;
}

.progress-bar-success {
    background-color: #0F9D58 !important;   
}

.progress-bar-primary {
    background-color: #4285F4 !important;   
}

.progress-bar-danger {
    background-color: #DB4437 !important;   
}

.progress-bar-warning {
    background-color: #F4B400 !important;   
}

.service-item:hover {  
    background: #4285F4 !important;   
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #0F9D58 !important; 
}

.btn-primary {
    color: #fff;
    background-color: #0F9D58;
    border-color: #0F9D58;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4285F4;
    border-color: #4285F4;
}



.testimonial-carousel .owl-item.center .testimonial-text {
    background: #0F9D58 !important;
}

.testimonial-carousel .owl-dot.active {
    background: #0F9D58 !important;
    border-color: #0F9D58 !important;
}

.bg-primary {
    background-color: #0F9D58 !important;
}

.header-carousel .owl-nav .owl-next:hover, .header-carousel .owl-nav .owl-prev:hover {
    background: #0F9D58;
    border-color: #0F9D58;
}
.bg-grey{
    background: #f9f9f9;
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
    .navbar a img{
        width: 350px;
    }
}

