:root {
    --color-dark-1: #213056;
    --color-gray-1: #213056;
    --color-primary-1: #f18715;
}

.text-orange {
   color: var(--color-primary-1);
}

.section-caption-fancy {
    display: inline-block;
    padding: 7px 17px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.037em;
    background-color: var(--color-primary-1);
    background-image: none;
    border-radius: 100px;
}

.testimonials-6-text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.448;
}

.inner-nav ul {
    margin: auto;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.3;
}

.testimonials-6-icon {
    position: absolute;
    top: -0.21em;
    left: -0.3em;
    font-family: Georgia, Times, Serif;
    font-size: 11em;
    font-weight: 700;
    line-height: 1;
    color: var(--color-primary-light-1);
    z-index: -1 !important;
}

.lh-29 {
    line-height: 29px !important;
}

body {
    color: var(--color-dark-1);
    font-family: var(--font-global);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.525;
    letter-spacing: -0.0025em;
}

hr:not([size]) {
    background: #323e5c;
    height: 1px;
    opacity: .055;
}

.contact-item {
    padding-left: 0px;
}

.decoration-11 {
    position: absolute;
    bottom: 0;
    left: 60px;
    transform: translateX(-100%);
    color: var(-color-dark-1);
    pointer-events: none;
}
.ci-text {
    margin-bottom: 2px;
    font-size: 13px;
}

.form select:not([multiple]) {
   background-image: url('../images/arrow.svg');
}
