.all-services-container {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 250px 250px;
    justify-content: space-evenly;
    align-content: center;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
    padding: 10px 125px 125px
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: 1px 5px 10px #00000029;
    border: 1px solid #f6f6f6;
    border-radius: 21px;
    width: 300px;
    transition: background 1s;
    transition-timing-function: linear;
    height: 255px;
    text-decoration: none;
    text-align: center
}

.service-card:hover {
    background: transparent linear-gradient(180deg, #ff4242 0, maroon 100%) 0 0 no-repeat padding-box;
    color: #fff
}

.service-card img {
    height: 100px;
    width: 100px;
    margin-top: 30px
}

.service-card div {
    text-align: center;
    font-size: 20px;
    padding: 20px
}

.service-card:hover {
    cursor: pointer
}

h1#primeagile__13642 {
    color: #0082d7;
    text-shadow: 1px 6px 7px #00000029;
    position: absolute;
    font-size: 2rem;
    margin-top: 95px;
    text-align: center;
    width: 100%
}

.icon-hover {
    object-fit: none;
    object-position: 0 -100px;
    width: 100px;
    height: 100px !important
}

.service-card:hover>.icon-hover {
    object-fit: none;
    object-position: 0;
    overflow-y: hidden
}

.partner-logo {
    width: 180px;
    margin: 20px auto;
    padding: 6px 0
}

.fullWidthBlueBar {
    display: flex;
    align-items: center;
    padding: 50px 10px;
    background: transparent radial-gradient(closest-side at 64% 108%, #98d5ff 0, #0082d7 100%) 0 0 no-repeat padding-box;
    justify-content: space-evenly;
    color: #fff;
    font-size: xx-large;
    width: 100%;
    bottom: 0
}

a.service-card:link,
a.service-card:visited {
    color: #000
}

a.service-card:active,
a.service-card:hover {
    color: #fff
}

.breadcrumb {
    padding: 10px !important;
    justify-content: flex-end;
    text-transform: capitalize
}

.footer_container {
    background: #f5f9ff
}

#primeagile__14156 {
    height: auto
}

.slick-next:before,
.slick-prev:before {
    color: #000
}

.second-title,
.card-title {
    color: #000
}

.second-title {
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin-top: 170px;
    width: 100%
}

#primeagile__19280,
#primeagile__19305,
#primeagile__19857,
#primeagile__20010,
#primeagile__19959,
#primeagile__20101,
#primeagile__16452 {
    background: #000;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    border-radius: 50px
}

#primeagile__16452 button {
    background: inherit;
    border: 0;
    color: #fff
}