.section.hero.v5{
    background-image: url(../images/Home/1/Back\ ground_with_White.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero-v5 img{
    width: 650px;
}
.breaking-limit-section h2, .breaking-limit-section span, .breaking-limit-section div{
color: black !important;
}
.breaking-limit-section{
    background-color: #f7f8fa !important;
}

.badge-primary.bg-secondary-3 {
    color: white !important;
}
/* .footer-wrapper{
    background-image: url(../images/Home/6/Back_ground.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.section.hero.v6{
    background-image: url(../images/About/1/Header_Graphics.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.display-4 img{
    width: 75px;
}
.badge-primary.bg-secondary-1 {
    color: #ffffff;
}

.footer {
    background-color: #4169e1;
    color: black;
    padding: 2rem;
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
}

.footer-content {
    max-width: 1465px;
    border-radius: 30px;
    padding: 40px 16px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    background: white;
}

.company-info {
    grid-column: span 1;
}

.company-info img {
    max-width: 150px;
    margin-bottom: 1rem;
}

.footer-section h3 {
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 0.5rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: white;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
    padding-left: 0;
}

.footer-section ul li a {
    color: black;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-section ul li a:hover {
    opacity: 0.8;
}

.copyright {
    text-align: center;
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1px solid white;
    color: white;
}

@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.company-info.footer-section {
    /* background-color: #4169e1;  */
    /* border: 10px solid white; */
    border-radius: 25px;
    color: #000000;
}
.company-info.footer-section img {
    background-color: white;
    padding-bottom: 6px;
    padding-right: 10px;
    margin-left: 10px;
}
.company-info img {
    border-bottom-right-radius: 5px;
}
.company-info.footer-section p {
    padding: 0 13px;
    font-size: 16px;
    line-height: 28px;
}
.footer-section ul li a {
    padding: 0;
}
.card.testimonial-slider-v2 {
    background: #f7f8fa;
}
.Visionary_excellence .inner-container.card {
    background-image: unset !important;
    padding: 0;
}
.Visionary_excellence .inner-container.card:hover div, .Visionary_excellence .inner-container.card:hover h3 {
    color: unset !important;
}
a.btn-primary.w-button {
    background-color: var(--secondary--color-5);
    border: navajowhite;
}
a.btn-primary.w-button:hover {
    color: white !important;
}

.image-wrapper.hero-v5 {
    width: auto;
}
.display-1 {
    font-size: 46px;
}
.image-wrapper.hero-v5 {
    top: 5%;
}
.image-wrapper.border-radius-top-right-243px.height-100 img {
    width: 466px;
}
.sweet-alert button {
    background-color: var(--secondary--color-5) !important;
}
.section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-section ul li a:hover, .header-nav-link:hover, a:hover {
    color: var(--secondary--color-3);
}
.card.link-card.career-item {
    cursor: default;
}
.text-black{
    color: black !important;
}
.text-200.mg-bottom-0px a {
    text-decoration: none;
}
.display-3{
    text-transform: capitalize;
}
.footer-section ul li {
    font-size: 16px;
}
.w-nav-link.w--current {
    color: #0082f3;
}
@media screen and (max-width: 991px) {
    .header-nav-menu-wrapper {
        padding-top: 200px;
    }
}