* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-main {
    background-color: #174873 !important;
}

.text-main {
    color: #174873 !important;
}

.rounded-lg {
    border-radius: 10px !important;
}

.icon-rad {
    border: 1px solid #007bff;
    border-radius: 50%;
    padding: 10px;
    background-color: #174873 !important;
    color: white;
}

.no-shadow {
    box-shadow: none !important;
}

.marquee-height {
    max-height: 350px;
    min-height: 350px;
    height: 350px;
    width: 100%;
}

.marquee-inner-height {
    max-height: 300px;
    min-height: 300px;
    height: 300px;
    width: 100%;
}

.nav-justify {
    display: flex !important;
    justify-content: space-around !important;
}

.ul-list {
    list-style-type: none;
}

.w-2 {
    position: relative;
    width: 10%;
}

.w-1 {
    position: relative;
    width: 2%;
}

.link:hover {
    text-decoration: none;
}