body {
    background-color: #fff !important;
}

.banner-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../images/storage/banner-bg.png);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.banner-bg .title-heading .heading {
    font-weight: 600;
}

.title-heading .para-desc {
    color: rgb(94, 114, 144);
}

.iq-title {
    font-weight: 700;
    font-size: 2.5rem;
}

.storage-features .ShadowBox:hover {
    transform: translateY(-5px);
    transition: all .5s;
}

.storage-features .ShadowBox:hover .card-icon img {
    margin-top: -80px;
}

.storage-features .ShadowBox {
    border: 1px solid #f2f2f4;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 4.871px 34.659px 30px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 4.871px 34.659px 30px 0px rgb(0 0 0 / 6%);
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 30px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.storage-features .card-icon {
    margin-bottom: 30px;
    width: 100%;
}

.storage-features .card-icon img {
    margin-top: -60px;
    width: 175px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.storage-features .card .card-title {
    font-size: 1.3rem;
    color: #000;
    font-weight: 800;
}

.storage-features .card .fancy-box-content {
    font-size: 1rem;
    color: #000;
}

.iq-button.iq-btn-link:hover,
.iq-btn-link:hover {
    color: #0d1e67;
    text-decoration: none;
}