#wonders {
    text-transform: none;
}


.book-now:hover {
    opacity: 0.75;
    color: #fff;
}

.headline-sub-text {
    font-size: 20px;
}

.read-more:hover {
    opacity: 0.8;
    background-color: var(--primary-color);
}

#hero-txt {
    color: var(--primary-color);
}

#handshake {
    height: 120px;
}

#learn-more {
    background-color: var(--warning);
    color: #ffff;
    padding: 15px 25px;
    border-radius: 4px;
    font-weight: 500;
}

.potential-txt {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 28px;
}

.Partners {
    padding-top: 15px;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}

.icodewonders {
    color: var(--primary-color);
    font-weight: bold;
}

.new-list li {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 5px;

    @media (max-width: 600px) {
        text-align: start;
    }
}

.solutions {
    color: rgb(0, 0, 0);
    font-size: 24px;
    margin-bottom: 7px;

    @media (max-width: 600px) {
        text-align: start;
    }
}

.w3l-content-photo-5 {
    background-color: #f4fafe;
    margin-bottom: 0px;
}

.list-btn {
    margin-top: 25px;
}

.new-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    color: white;
    padding: 15px 25px;
    border-radius: 4px;
}

.new-btn:hover {
    opacity: 0.9;
    color: #fff;
}

#title-style-2 {
    color: var(--primary-color);
}

.w3l-brands {
    background: #f4fafe;
    padding: 25px;
    margin-bottom: -10px;
}

.style-more {
    color: var(--primary-color);
}

#last-team {
    margin-top: 20px;
}

.team-block-single small {
    font-weight: bold;
}

#expert,
.Dream {
    color: var(--primary-color);
}

.logo-new {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-logo-txt {
    text-decoration: none;
    color: var(--primary-color);
    padding-left: 5px;
}

.new-section {
    background-color: #f4fafe;
}

.new-h3 {
    color: var(--primary-color);
    text-align: center;
}

.new-img-flx {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-img-flx img {
    max-width: 100%;
    height: auto;
}
.logo-img {
    width: auto;
    height: 48px;
}

.logo-wonders {
    width: 193px;
    height: 80px;
}

.text-flex {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 150px; */
    height: 78vh;
}

.flex-bg {
    background-color: rgba(241, 241, 71, 0.45);
    padding: 25px 75px;
    border-radius: 5px;
    border: 2px solid var(--primary-color);
}

.flex-bg .inner-text-title {
    color: #fff;
    @media (max-width: 600px) {
        display: flex;
        align-items: center;
    }
}

.blog-txt {
    color: var(--primary-color);
}

#blog-p-txt {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

#contact-us {
    color: #000000;
    font-weight: bold;
    font-size: 170x;
}
