.text-yellow {
    color: #fead37 !important;
}

.text-green {
    color: #769a7e !important;
}

.text-light-red {
    color: #ea6e61 !important;
}

.text-dark-alt {
    color: #4f4c5c !important;
}


.why-choose-style-1 .why-choose-box.customer:hover {
    border-color: #db3e2d;
}
.why-choose-style-1 .why-choose-box.customer::before {
    border: 1px solid #db3e2d;
}
.why-choose-style-1 .why-choose-box.customer > i {
    background-color: #db3e2d;
}
.why-choose-style-1 .why-choose-box.customer:hover > h3 {
    color: #db3e2d;
}
.counter-style-1 .counter-box.light-red {
    background-color: #ea6e61;
}

.why-choose-style-1 .why-choose-box.inbound:hover {
    border-color: #fead37;
}
.why-choose-style-1 .why-choose-box.inbound::before {
    border: 1px solid #fead37;
}
.why-choose-style-1 .why-choose-box.inbound > i {
    background-color: #fead37;
}
.why-choose-style-1 .why-choose-box.inbound:hover > h3 {
    color: #fead37;
}
.counter-style-1 .counter-box.yellow {
    background-color: #fead37;
}


.why-choose-style-1 .why-choose-box.martech:hover {
    border-color: #769a7e;
}
.why-choose-style-1 .why-choose-box.martech::before {
    border: 1px solid #769a7e;
}
.why-choose-style-1 .why-choose-box.martech > i {
    background-color: #769a7e;
}
.why-choose-style-1 .why-choose-box.martech:hover > h3 {
    color: #769a7e;
}
.counter-style-1 .counter-box.green {
    background-color: #769a7e;
}

.counter-style-1 .counter-box.dark {
    background-color: #4f4c5c;
}

.counter-style-1 .counter-box span::after {
    content: '%';
}

.client-section::before {
    background-color: #f7f7f7;
}

.counter-style-1 .counter-box {
    height: 200px;
}