.gradient-overlay:before {
 position: absolute;
    content: "";
    /* background-image: -webkit-gradient(linear, left top, right top, from(#031974), to(#1934a7)); */
    background-image: url(../img/casual-pro-hero.png);
    /* background-image: linear-gradient(to right, rgb(3 25 116 / 12%), rgb(25 52 167)), url(../img/casual-pro-hero.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    --background-overlay: '';
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

#header-top-bar {
    padding: .75rem 0;
    background: #031974;
}
.topbar-text ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
    font-family: Poppins, sans-serif;
}.gradient-bg {
    /* background: -webkit-gradient(linear, left top, right top, from(#031974), to(#1934a7)) !important; */
    /* background: linear-gradient(90deg, #031974, #1934a7) !important; */
    background: rgb(6 9 60) !important;
}
.domain-search-form button.search-btn {
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #1880ed;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: rgba(0, 115, 236, .9);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    z-index: 0 !important;
    background-color: rgb(56 59 230);
    font-family: "Inter Tight", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    transition-duration: 0.3s;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: #FFFFFF6E;
}.primary-solid-btn {
    border: 1px solid #035ded;
    background: #035ded;
    background-color: rgb(56 59 230);
    font-family: "Inter Tight", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    transition-duration: 0.3s;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: #FFFFFF6E;
    color: #fff;
}
.animation-image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}.bg-main {
    background: rgb(6 9 60) !important;
}
.footer-bottom  {
    /* background: #f8f9fa; */
    background: rgb(3 5 42) !important;
}
.copyright-text{
        color: #fff;
}