.custom-social-icons li.social-icons-linkedin a {
    background: #0A66C2;
}
.custom-progress-bars .progress-label {
    width: 60%;
}
.custom-progress-bars .progress {
    width: 40%;
}

@media (min-width: 991px) {
    .custom-image-position-2 {
        max-width: 100%;
        top: -60px;
        left: -5px;
    }
}

.custom-btn-style-2 {
    color: var(--light) !important;
}

.btn-outline.btn-primary {
    background-color: unset;
}

section.section.section-parallax {
    background-color: rgba(0, 63, 21, .25) !important;
    background-blend-mode: multiply;
}