.txt-white{
    color: #ffffff !important;
}
.bg-white{
    background-color: #ffffff !important;
}
.category-type {
    background: rgba(25, 164, 99, .1);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4568dc;
    border-radius: 5px;
    transition: all 0.3sease-in-out;
}
.footer-one{
    background-color: #4568dc !important;
}
.footer-one_2 ul li a {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    padding-bottom: 15px !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}
.footer-one_2 ul li a:hover {
    color: #4568dc !important;
}
.social_group ul li a:hover {
    background: rgb(28 63 116 / 100%);
    color: #4568dc !important;
}

.social_group ul li a {
    width: 40px;
    height: 40px;
    background: rgba(239, 247, 243, 0.1) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}

.search-bar-container {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 10px;
}

.search-bar-container select, input, button {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    flex: 1 1 200px;
    margin-bottom: 10px;
}

button {
    background-color: #6d8ef8;
    color: white;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 10px 20px;
}

button:hover {
    background-color: #5577e6;
}

@media (max-width: 768px) {
    .search-bar-container {
        flex-direction: column;
        align-items: stretch;
    }
    .search-bar-container select, input, button {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        flex: 1 1;
        margin-bottom: 10px;
    }
    .banner-one {
        background: rgba(25, 164, 99, .05) left top no-repeat;
        /* height: auto; */
        height: 450px;
        width: 100%;
        position: relative;
        background-size:cover;
    }

    button {
        width: 100%;
    }
}

.banner-one .hero-heading {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 96px;
    color: #4568dc !important;
    text-align: center;
}
.right-about .heading-2 {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 40px;
    color: #4568dc !important;
    padding-bottom: 25px;
}
.job-grid-heading .left-grid span {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #4568dc !important;
}
.heading {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 3rem;
    color: #4568dc !important;
}