.link-block-blue {
    background: #3d9dc1 !important;
}
.featured-services-box1 {
    position: relative;
    border-radius: 10px;
    z-index: 1;
    background-color: #ffffff;
    padding: 30px 25px;
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    margin-bottom: 60px;
}
.link-block-yellow {
    background: #f18d2a !important;
}
.link-block-green {
    background: #21a5a0 !important;
}
.link-block-red {
    background: #cb5c5b !important;
}
.slide_text {
    background: #16a2b81c !important;
}

.services .service-box.blue {
    border-bottom: 3px solid #2db6fa;
}
.services .service-box {
    box-shadow: 0 0 30px rgba(1, 41, 112, .08);
    height: 100%;
    padding: 20px 10px 15px 10px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}
.services .service-box.blue .icon {
    color: #2db6fa;
    background: #dbf3fe;
}
.services .service-box .icon {
    font-size: 31px;
    padding: 29px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}
.services .service-box h3 {
    color: #444;
    font-weight: 700;
}
.services .service-box.orange:hover {
    background: #f68c09;
}
.services .service-box.orange {
    border-bottom: 3px solid #f68c09;
}
.services .service-box.blue:hover {
    background: #2db6fa;
}
.services .service-box.blue {
    border-bottom: 3px solid #2db6fa;
}
.services .service-box.green:hover {
    background: #08da4e;
}
.services .service-box.green {
    border-bottom: 3px solid #08da4e;
}
.services .service-box.red:hover {
    background: #e9222c;
}
.services .service-box.red {
    border-bottom: 3px solid #e9222c;
}
.btn-outline-default {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
}
.btn-round-lg {
    border-radius: 22.5px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444;
    text-align: left;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.faq .accordion-collapse {
    border: 0;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.collapse:not(.show) {
    display: none;
}

.section-header h2 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: var(--theme-color);
    text-transform: uppercase;
}
.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: var(--theme-dark-color);
}
.section-header {
    text-align: center;
    padding-bottom: 40px;
}
