.signature {
    height: 120px;
    position: relative;
    top: -50px;
    left: 50%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.goal-block .inner-box {
    padding: 20px 0px 40px;
}

.text-emphasis {
    position: relative;
    font-weight: 400;
    line-height: 1.9em;
    margin-top: 20px;
    font-size: 20px;
}

.goal-block .inner-box h3 {
    font-size: 30px;
}

.text-white {
    color: white;
}

.timeline-section {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 70px 0px;
    background: #eee;
}

.swiper-container-wrapper--timeline .swiper-slide {
    display: flex;
    background: #fff;
    min-height: 300px;
    padding: 40px 40px;
    align-items: center;
    /* justify-content: center; */
    border-radius: 10px;
}

.swiper-container-wrapper--timeline .swiper-slide .slide-container {
    padding: 0;
    width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide ul {
    font-size: 18px;
    opacity: 0;
    transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide ul li {
    list-style: circle;
    margin-bottom: 20px;
}

.swiper-container-wrapper--timeline .swiper-slide-active ul {
    opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    position: relative;
    margin-bottom: 70px;
    background-color: transparent;
    height: 4px;
    border-bottom: 1px solid #888;
    width: 75%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
    background-color: #ed1b2e;
    height: 4px;
    top: 1px;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
    position: absolute;
    top: 0px;
    left: -100%;
    left: 0px;
    width: 100%;
    height: 2px;
    /* background-color: black; */
    content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
    position: absolute;
    top: 3px;
    right: -100%;
    width: 100%;
    height: 1px;
    background-color: #888;
    content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
    position: relative;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    line-height: 1.66;
    bottom: 0;
    z-index: 11;
    width: 75%;
    display: flex;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    position: absolute;
    font-weight: 400;
    right: 0;
    transform: translateX(50%);
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1;
    color: white;
    font-size: 16px;
    ;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    position: absolute;
    top: calc(100% + 19px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 2rem;
    content: "";
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    font-weight: bold;
    transition-delay: 0.4s;
    font-size: 20px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
    background: #000;
    width: 25px;
    height: 25px;
    transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
    color: #eee;
    font-size: 16px;
    font-weight: 700;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
    background: #eee;
    width: 12px;
}

.timeline-year {
    font-weight: bold;
    color: #ed1b2e;
}

.updated-services-style-one .inner-box {
    border-radius: 10px;
}

.updated-services-style-one .inner-box {
    padding-bottom: 35px;
}

.updated-services-style-one .inner-box h3 {
    color: white;
}

.updated-services-style-one .inner-box:before {
    border-radius: 10px;
}

.body-navigation {
    display: grid;
    grid-template-columns: auto;
    column-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 40px 0px;
}

.body-navigation-item {
    background-color: #ed1b2e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    border-radius: 10px;
}

.body-navigation-item h3 a {
    color: white;
    font-weight: bold;
}

.about-navigation {
    margin-top: 40px;
    /* background-color: rgba(237, 27, 46, 0.9); */
    /* padding-bottom: 1px; */
    margin-top: 40px;
    padding-top: 60px;
    position: relative;
}


/* .about-navigation h2, .about-navigation .text {
    color: white;
} */


/* .about-navigation .updated-services-style-one .inner-box:before {
    background-color: rgba(255,255,255,0.80);
} */


/* .banner-shield::after {
    content: "";
    width: 50%;

    position: absolute;
    bottom: 0px;
    left: 0px;
    border-right: 120px solid transparent;
    border-bottom: 70px solid rgba(237, 27, 46,0.6);
    box-shadow: rgb(0 0 0 / 69%) 0px 15px 35px;
}

.banner-shield::before {
    content: "";
    width: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-left: 120px solid transparent;
    border-bottom:70px solid  rgba(237, 27, 46,0.6);
    box-shadow: rgb(0 0 0 / 69%) 0px 15px 35px;
} */
.banner-shield-wrapper {
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.banner-shield {
    width: 100%;
    height: 200px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
}

.banner-shield::before {
    content: '';
    height: 200px;
    position: absolute;
    bottom: 90px;
    width: 100%;
    /* height: 100%; */
    border-radius: 100%;
    /* box-shadow: 0px 300px 0px 300px rgba(237, 27, 46,0.6); */
}

.page-title {
    padding: 260px 0px 120px;

}

.center-item {
    padding: 10px 0px 3px !important;
}

.center-item::before {
    background-color: #ed1b2e !important;
}

.center-item h3::before,
.center-item h3::after {
    background-color: white !important;
}


.client-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.text-black {
    color: black;
}

.sticky-social-box {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 50px;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color: #ed1b2e;

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.sticky-social-box span {
    font-size: 16px;
    /* margin-top: 10px; */
    color: white;
}

/* .sticky-social-box span:hover {
    color:white;
 } */


.sticky-social-box a {
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px;
}

.sticky-social-box a:hover {

    text-align: center;
    background-color: white;
}

.social-icon:hover span {
    color: #ed1b2e;
}

.social-icon {
    display: block;
}

#isotope-filters {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

#isotope-filters button {
    background-color: #ed1b2e;
    border-color: #ed1b2e;
    color: white;
    margin-bottom: 50px;
}

#isotope-filters button:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 27, 46, 0.2);
}

.homepage-map {
    padding: 50px 0px;
}

.map-ctas {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    ;
    padding-top: 32px;
}

.map-ctas .btn-style-three {
    margin-bottom: 12px;
}

.language-selector {
    cursor: pointer;
    position: relative;
}

.language-selector--selected span {
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.language-selector--list {
    display: none;
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    width: 60%;
    background-color: #ed1b2e;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    padding: 10px;
}

.language-selector--list-item {
    padding: 0px;
    text-align: center;
}

.language-selector--list-item a {
    padding: 8px 0px;
    text-align: center;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
}

.language-selector--list-item a:hover {
    background-color: white;
    text-decoration: none;
    border-radius: 5px;
    color: #ed1b2e;
}

#search-input {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 25px;
    color: white;
    padding: 5px 25px;
}

/* Chrome, Safari, Edge */
#search-input::-webkit-input-placeholder {
    color: white;
}

/* Firefox */
#search-input::-moz-placeholder {
    color: white;
    opacity: 1;
}

/* IE */
#search-input::-ms-input-placeholder {
    color: white;
}

/* All */
#search-input::placeholder {
    color: white;
}

.nav-outer .search-open {
    font-size: 16px;
    color: white;
    margin: 0 0.8rem;
    cursor: pointer;
}

.nav-outer .search-close {
    display: none;
    font-size: 16px;
    color: white;
    margin: 0 0.8rem;
    cursor: pointer;
}

.rounded-button {
    border-radius: 25px;
    background-color: #ed1b2e;
    color: white;
    padding: 10px 25px;
}

.rounded-button:hover {
    background-color: white;
    color: #ed1b2e;
}